Trisha Shetty (Editor)

YDbDr

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

YDbDr, sometimes written YDBDR, is the colour space used in the SÉCAM analog terrestrial colour television broadcasting standard, which is used in France and some countries of the former Eastern Bloc. It is very close to YUV (PAL) and its related colour spaces such as YIQ (NTSC), YPbPr and YCbCr.

YDbDr is composed of three components - Y , D B and D R . Y is the luminance, D B and D R are the chrominance components, representing the red and blue colour differences.

Formulas

The three component signals are created from an original RGB (red, green and blue) source. The weighted values of R , G and B are added together to produce a single Y signal, representing the overall brightness, or luminance, of that spot. The D B signal is then created by subtracting the Y from the blue signal of the original RGB, and then scaling; and D R by subtracting the Y from the red, and then scaling by a different factor.

These formulae approximate the conversion between the RGB colour space and YDbDr.

R , G , B , Y [ 0 , 1 ] D B , D R [ 1.333 , 1.333 ]

From RGB to YDbDr:

Y = + 0.299 R + 0.587 G + 0.114 B D B = 0.450 R 0.883 G + 1.333 B D R = 1.333 R + 1.116 G + 0.217 B [ Y D B D R ] = [ 0.299 0.587 0.114 0.450 0.883 1.333 1.333 1.116 0.217 ] [ R G B ]

From YDbDr to RGB:

R = Y + 0.000092303716148 D B 0.525912630661865 D R G = Y 0.129132898890509 D B + 0.267899328207599 D R B = Y + 0.664679059978955 D B 0.000079202543533 D R [ R G B ] = [ 1 0.000092303716148 0.525912630661865 1 0.129132898890509 0.267899328207599 1 0.664679059978955 0.000079202543533 ] [ Y D B D R ]

You may note that the Y component of YDbDr is the same as the Y component of YUV. D B and D R are related to the U and V components of the YUV colour space as follows:

D B = + 3.059 U D R = 2.169 V

There is also a variety of the PAL broadcasting standard, PAL-N, that uses the YDbDr colour space.

References

YDbDr Wikipedia