Shades of Bird Flower #D2D209
Tints of Bird Flower #D2D209
RGB
CMYK
RGB Variations
Color information
#D2D209 (or 0xD2D209) is known color: Bird Flower. HEX triplet: D2, D2 and 09. RGB value is (210,210,9). Sum of RGB (Red+Green+Blue) = 210+210+9=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D209 is #2D2DF6. Grayscale: #BBBBBB. Windows color (decimal): -2960887 or 643794. OLE color: 643794.
HSL color Cylindrical-coordinate representation of color #D2D209: hue angle of 60º 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 #D2D209 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 210 | 9 | - |
| CMYK | 0 | 0 | 0.96 | 0.18 |
| HSL | 60º | 0.92% | 0.43% | - |
| HSV(B) | 60º | 0.96% | 0.82% | - |
| XYZ | 49.67 | 59.81 | 9.19 | - |
| YUV | 187.09 | 27.5 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 9 | 0 | 0 | 0.96 | 0.18 | 60 | 0.92 | 0.43 |
| Hex | D2 | D2 | 9 | 0 | 0 | 60 | 12 | 3C | 5C | 2B |
| Octal | 322 | 322 | 11 | 0 | 0 | 140 | 22 | 74 | 134 | 53 |
| Binary | 11010010 | 11010010 | 1001 | 0 | 0 | 1100000 | 10010 | 111100 | 1011100 | 101011 |
Color Harmonies of #D2D209
Complementary color
Monochromatic Colors of #D2D209
Black with #D2D209
Text Example
Text Example
White with #D2D209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D209; }
p { color: rgb(210,210,9); }
H1.HeaderClassName
{
color: #D2D209;
}
.AnyTagClassName
{
color: #D2D209;
}
</style>
background-color css
<style>
a { background-color: #D2D209; }
a { background-color: rgb(210,210,9); }
div.DivClassName
{
background-color: #D2D209;
}
.BgClassName
{
background-color: #D2D209;
}
</style>
border-color css
<style>
span { border-color: #D2D209; }
span { border-color: rgb(210,210,9); }
td.TdClassName
{
border-color: #D2D209;
}
.TagClassName
{
border-color: #D2D209;
}
</style>