Shades of Bird Flower #CDDA08
Tints of Bird Flower #CDDA08
RGB
CMYK
RGB Variations
Color information
#CDDA08 (or 0xCDDA08) is known color: Bird Flower. HEX triplet: CD, DA and 08. RGB value is (205,218,8). Sum of RGB (Red+Green+Blue) = 205+218+8=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDA08 is #3225F7. Grayscale: #BFBFBF. Windows color (decimal): -3286520 or 580301. OLE color: 580301.
HSL color Cylindrical-coordinate representation of color #CDDA08: hue angle of 63.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDDA08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.15 |
| HSL | 63.71º | 0.93% | 0.44% | - |
| HSV(B) | 63.71º | 0.96% | 0.85% | - |
| XYZ | 50.29 | 63.14 | 9.77 | - |
| YUV | 190.17 | 25.19 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 8 | 0.06 | 0 | 0.96 | 0.15 | 63.71 | 0.93 | 0.44 |
| Hex | CD | DA | 8 | 6 | 0 | 60 | F | 40 | 5D | 2C |
| Octal | 315 | 332 | 10 | 6 | 0 | 140 | 17 | 100 | 135 | 54 |
| Binary | 11001101 | 11011010 | 1000 | 110 | 0 | 1100000 | 1111 | 1000000 | 1011101 | 101100 |
Color Harmonies of #CDDA08
Complementary color
Monochromatic Colors of #CDDA08
Black with #CDDA08
Text Example
Text Example
White with #CDDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA08; }
p { color: rgb(205,218,8); }
H1.HeaderClassName
{
color: #CDDA08;
}
.AnyTagClassName
{
color: #CDDA08;
}
</style>
background-color css
<style>
a { background-color: #CDDA08; }
a { background-color: rgb(205,218,8); }
div.DivClassName
{
background-color: #CDDA08;
}
.BgClassName
{
background-color: #CDDA08;
}
</style>
border-color css
<style>
span { border-color: #CDDA08; }
span { border-color: rgb(205,218,8); }
td.TdClassName
{
border-color: #CDDA08;
}
.TagClassName
{
border-color: #CDDA08;
}
</style>