Shades of Bird Flower #D0C009
Tints of Bird Flower #D0C009
RGB
CMYK
RGB Variations
Color information
#D0C009 (or 0xD0C009) is known color: Bird Flower. HEX triplet: D0, C0 and 09. RGB value is (208,192,9). Sum of RGB (Red+Green+Blue) = 208+192+9=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C009 is #2F3FF6. Grayscale: #B0B0B0. Windows color (decimal): -3096567 or 639184. OLE color: 639184.
HSL color Cylindrical-coordinate representation of color #D0C009: hue angle of 55.18º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0C009 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.18 |
| HSL | 55.18º | 0.92% | 0.43% | - |
| HSV(B) | 55.18º | 0.96% | 0.82% | - |
| XYZ | 44.91 | 51.13 | 7.76 | - |
| YUV | 175.92 | 33.8 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 9 | 0 | 0.08 | 0.96 | 0.18 | 55.18 | 0.92 | 0.43 |
| Hex | D0 | C0 | 9 | 0 | 8 | 60 | 12 | 37 | 5C | 2B |
| Octal | 320 | 300 | 11 | 0 | 10 | 140 | 22 | 67 | 134 | 53 |
| Binary | 11010000 | 11000000 | 1001 | 0 | 1000 | 1100000 | 10010 | 110111 | 1011100 | 101011 |
Color Harmonies of #D0C009
Complementary color
Monochromatic Colors of #D0C009
Black with #D0C009
Text Example
Text Example
White with #D0C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C009; }
p { color: rgb(208,192,9); }
H1.HeaderClassName
{
color: #D0C009;
}
.AnyTagClassName
{
color: #D0C009;
}
</style>
background-color css
<style>
a { background-color: #D0C009; }
a { background-color: rgb(208,192,9); }
div.DivClassName
{
background-color: #D0C009;
}
.BgClassName
{
background-color: #D0C009;
}
</style>
border-color css
<style>
span { border-color: #D0C009; }
span { border-color: rgb(208,192,9); }
td.TdClassName
{
border-color: #D0C009;
}
.TagClassName
{
border-color: #D0C009;
}
</style>