Shades of Bird Flower #CDDB08
Tints of Bird Flower #CDDB08
RGB
CMYK
RGB Variations
Color information
#CDDB08 (or 0xCDDB08) is known color: Bird Flower. HEX triplet: CD, DB and 08. RGB value is (205,219,8). Sum of RGB (Red+Green+Blue) = 205+219+8=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB08 is #3224F7. Grayscale: #BFBFBF. Windows color (decimal): -3286264 or 580557. OLE color: 580557.
HSL color Cylindrical-coordinate representation of color #CDDB08: hue angle of 63.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDDB08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.14 |
| HSL | 63.98º | 0.93% | 0.45% | - |
| HSV(B) | 63.98º | 0.96% | 0.86% | - |
| XYZ | 50.55 | 63.66 | 9.85 | - |
| YUV | 190.76 | 24.86 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 8 | 0.06 | 0 | 0.96 | 0.14 | 63.98 | 0.93 | 0.45 |
| Hex | CD | DB | 8 | 6 | 0 | 60 | E | 40 | 5D | 2D |
| Octal | 315 | 333 | 10 | 6 | 0 | 140 | 16 | 100 | 135 | 55 |
| Binary | 11001101 | 11011011 | 1000 | 110 | 0 | 1100000 | 1110 | 1000000 | 1011101 | 101101 |
Color Harmonies of #CDDB08
Complementary color
Monochromatic Colors of #CDDB08
Black with #CDDB08
Text Example
Text Example
White with #CDDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB08; }
p { color: rgb(205,219,8); }
H1.HeaderClassName
{
color: #CDDB08;
}
.AnyTagClassName
{
color: #CDDB08;
}
</style>
background-color css
<style>
a { background-color: #CDDB08; }
a { background-color: rgb(205,219,8); }
div.DivClassName
{
background-color: #CDDB08;
}
.BgClassName
{
background-color: #CDDB08;
}
</style>
border-color css
<style>
span { border-color: #CDDB08; }
span { border-color: rgb(205,219,8); }
td.TdClassName
{
border-color: #CDDB08;
}
.TagClassName
{
border-color: #CDDB08;
}
</style>