Shades of Bird Flower #CDD708
Tints of Bird Flower #CDD708
RGB
CMYK
RGB Variations
Color information
#CDD708 (or 0xCDD708) is known color: Bird Flower. HEX triplet: CD, D7 and 08. RGB value is (205,215,8). Sum of RGB (Red+Green+Blue) = 205+215+8=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD708 is #3228F7. Grayscale: #BDBDBD. Windows color (decimal): -3287288 or 579533. OLE color: 579533.
HSL color Cylindrical-coordinate representation of color #CDD708: hue angle of 62.9º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDD708 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.16 |
| HSL | 62.9º | 0.93% | 0.44% | - |
| HSV(B) | 62.9º | 0.96% | 0.84% | - |
| XYZ | 49.52 | 61.6 | 9.51 | - |
| YUV | 188.41 | 26.19 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 8 | 0.05 | 0 | 0.96 | 0.16 | 62.9 | 0.93 | 0.44 |
| Hex | CD | D7 | 8 | 5 | 0 | 60 | 10 | 3F | 5D | 2C |
| Octal | 315 | 327 | 10 | 5 | 0 | 140 | 20 | 77 | 135 | 54 |
| Binary | 11001101 | 11010111 | 1000 | 101 | 0 | 1100000 | 10000 | 111111 | 1011101 | 101100 |
Color Harmonies of #CDD708
Complementary color
Monochromatic Colors of #CDD708
Black with #CDD708
Text Example
Text Example
White with #CDD708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD708; }
p { color: rgb(205,215,8); }
H1.HeaderClassName
{
color: #CDD708;
}
.AnyTagClassName
{
color: #CDD708;
}
</style>
background-color css
<style>
a { background-color: #CDD708; }
a { background-color: rgb(205,215,8); }
div.DivClassName
{
background-color: #CDD708;
}
.BgClassName
{
background-color: #CDD708;
}
</style>
border-color css
<style>
span { border-color: #CDD708; }
span { border-color: rgb(205,215,8); }
td.TdClassName
{
border-color: #CDD708;
}
.TagClassName
{
border-color: #CDD708;
}
</style>