Shades of Bird Flower #D2C909
Tints of Bird Flower #D2C909
RGB
CMYK
RGB Variations
Color information
#D2C909 (or 0xD2C909) is known color: Bird Flower. HEX triplet: D2, C9 and 09. RGB value is (210,201,9). Sum of RGB (Red+Green+Blue) = 210+201+9=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 9 (3.91% from 255 or 2.14% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C909 is #2D36F6. Grayscale: #B6B6B6. Windows color (decimal): -2963191 or 641490. OLE color: 641490.
HSL color Cylindrical-coordinate representation of color #D2C909: hue angle of 57.31º 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 #D2C909 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.18 |
| HSL | 57.31º | 0.92% | 0.43% | - |
| HSV(B) | 57.31º | 0.96% | 0.82% | - |
| XYZ | 47.51 | 55.49 | 8.47 | - |
| YUV | 181.8 | 30.48 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 9 | 0 | 0.04 | 0.96 | 0.18 | 57.31 | 0.92 | 0.43 |
| Hex | D2 | C9 | 9 | 0 | 4 | 60 | 12 | 39 | 5C | 2B |
| Octal | 322 | 311 | 11 | 0 | 4 | 140 | 22 | 71 | 134 | 53 |
| Binary | 11010010 | 11001001 | 1001 | 0 | 100 | 1100000 | 10010 | 111001 | 1011100 | 101011 |
Color Harmonies of #D2C909
Complementary color
Monochromatic Colors of #D2C909
Black with #D2C909
Text Example
Text Example
White with #D2C909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C909; }
p { color: rgb(210,201,9); }
H1.HeaderClassName
{
color: #D2C909;
}
.AnyTagClassName
{
color: #D2C909;
}
</style>
background-color css
<style>
a { background-color: #D2C909; }
a { background-color: rgb(210,201,9); }
div.DivClassName
{
background-color: #D2C909;
}
.BgClassName
{
background-color: #D2C909;
}
</style>
border-color css
<style>
span { border-color: #D2C909; }
span { border-color: rgb(210,201,9); }
td.TdClassName
{
border-color: #D2C909;
}
.TagClassName
{
border-color: #D2C909;
}
</style>