Shades of Bird Flower #D9CC09
Tints of Bird Flower #D9CC09
RGB
CMYK
RGB Variations
Color information
#D9CC09 (or 0xD9CC09) is known color: Bird Flower. HEX triplet: D9, CC and 09. RGB value is (217,204,9). Sum of RGB (Red+Green+Blue) = 217+204+9=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 9 (3.91% from 255 or 2.09% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC09 is #2633F6. Grayscale: #BABABA. Windows color (decimal): -2503671 or 642265. OLE color: 642265.
HSL color Cylindrical-coordinate representation of color #D9CC09: hue angle of 56.25º 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 #D9CC09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.15 |
| HSL | 56.25º | 0.92% | 0.44% | - |
| HSV(B) | 56.25º | 0.96% | 0.85% | - |
| XYZ | 50.26 | 57.96 | 8.8 | - |
| YUV | 185.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 9 | 0 | 0.06 | 0.96 | 0.15 | 56.25 | 0.92 | 0.44 |
| Hex | D9 | CC | 9 | 0 | 6 | 60 | F | 38 | 5C | 2C |
| Octal | 331 | 314 | 11 | 0 | 6 | 140 | 17 | 70 | 134 | 54 |
| Binary | 11011001 | 11001100 | 1001 | 0 | 110 | 1100000 | 1111 | 111000 | 1011100 | 101100 |
Color Harmonies of #D9CC09
Complementary color
Monochromatic Colors of #D9CC09
Black with #D9CC09
Text Example
Text Example
White with #D9CC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC09; }
p { color: rgb(217,204,9); }
H1.HeaderClassName
{
color: #D9CC09;
}
.AnyTagClassName
{
color: #D9CC09;
}
</style>
background-color css
<style>
a { background-color: #D9CC09; }
a { background-color: rgb(217,204,9); }
div.DivClassName
{
background-color: #D9CC09;
}
.BgClassName
{
background-color: #D9CC09;
}
</style>
border-color css
<style>
span { border-color: #D9CC09; }
span { border-color: rgb(217,204,9); }
td.TdClassName
{
border-color: #D9CC09;
}
.TagClassName
{
border-color: #D9CC09;
}
</style>