Shades of Bird Flower #D9D008
Tints of Bird Flower #D9D008
RGB
CMYK
RGB Variations
Color information
#D9D008 (or 0xD9D008) is known color: Bird Flower. HEX triplet: D9, D0 and 08. RGB value is (217,208,8). Sum of RGB (Red+Green+Blue) = 217+208+8=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D008 is #262FF7. Grayscale: #BCBCBC. Windows color (decimal): -2502648 or 577753. OLE color: 577753.
HSL color Cylindrical-coordinate representation of color #D9D008: hue angle of 57.42º 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 #D9D008 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.15 |
| HSL | 57.42º | 0.93% | 0.44% | - |
| HSV(B) | 57.42º | 0.96% | 0.85% | - |
| XYZ | 51.21 | 59.88 | 9.09 | - |
| YUV | 187.89 | 26.48 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 8 | 0 | 0.04 | 0.96 | 0.15 | 57.42 | 0.93 | 0.44 |
| Hex | D9 | D0 | 8 | 0 | 4 | 60 | F | 39 | 5D | 2C |
| Octal | 331 | 320 | 10 | 0 | 4 | 140 | 17 | 71 | 135 | 54 |
| Binary | 11011001 | 11010000 | 1000 | 0 | 100 | 1100000 | 1111 | 111001 | 1011101 | 101100 |
Color Harmonies of #D9D008
Complementary color
Monochromatic Colors of #D9D008
Black with #D9D008
Text Example
Text Example
White with #D9D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D008; }
p { color: rgb(217,208,8); }
H1.HeaderClassName
{
color: #D9D008;
}
.AnyTagClassName
{
color: #D9D008;
}
</style>
background-color css
<style>
a { background-color: #D9D008; }
a { background-color: rgb(217,208,8); }
div.DivClassName
{
background-color: #D9D008;
}
.BgClassName
{
background-color: #D9D008;
}
</style>
border-color css
<style>
span { border-color: #D9D008; }
span { border-color: rgb(217,208,8); }
td.TdClassName
{
border-color: #D9D008;
}
.TagClassName
{
border-color: #D9D008;
}
</style>