Shades of Bird Flower #D8D009
Tints of Bird Flower #D8D009
RGB
CMYK
RGB Variations
Color information
#D8D009 (or 0xD8D009) is known color: Bird Flower. HEX triplet: D8, D0 and 09. RGB value is (216,208,9). Sum of RGB (Red+Green+Blue) = 216+208+9=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 9 (3.91% from 255 or 2.08% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D009 is #272FF6. Grayscale: #BCBCBC. Windows color (decimal): -2568183 or 643288. OLE color: 643288.
HSL color Cylindrical-coordinate representation of color #D8D009: hue angle of 57.68º degrees, saturation: 0.92, 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 #D8D009 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.15 |
| HSL | 57.68º | 0.92% | 0.44% | - |
| HSV(B) | 57.68º | 0.96% | 0.85% | - |
| XYZ | 50.92 | 59.73 | 9.1 | - |
| YUV | 187.71 | 27.15 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 9 | 0 | 0.04 | 0.96 | 0.15 | 57.68 | 0.92 | 0.44 |
| Hex | D8 | D0 | 9 | 0 | 4 | 60 | F | 3A | 5C | 2C |
| Octal | 330 | 320 | 11 | 0 | 4 | 140 | 17 | 72 | 134 | 54 |
| Binary | 11011000 | 11010000 | 1001 | 0 | 100 | 1100000 | 1111 | 111010 | 1011100 | 101100 |
Color Harmonies of #D8D009
Complementary color
Monochromatic Colors of #D8D009
Black with #D8D009
Text Example
Text Example
White with #D8D009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D009; }
p { color: rgb(216,208,9); }
H1.HeaderClassName
{
color: #D8D009;
}
.AnyTagClassName
{
color: #D8D009;
}
</style>
background-color css
<style>
a { background-color: #D8D009; }
a { background-color: rgb(216,208,9); }
div.DivClassName
{
background-color: #D8D009;
}
.BgClassName
{
background-color: #D8D009;
}
</style>
border-color css
<style>
span { border-color: #D8D009; }
span { border-color: rgb(216,208,9); }
td.TdClassName
{
border-color: #D8D009;
}
.TagClassName
{
border-color: #D8D009;
}
</style>