Shades of Bird Flower #D9D207
Tints of Bird Flower #D9D207
RGB
CMYK
RGB Variations
Color information
#D9D207 (or 0xD9D207) is known color: Bird Flower. HEX triplet: D9, D2 and 07. RGB value is (217,210,7). Sum of RGB (Red+Green+Blue) = 217+210+7=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D207 is #262DF8. Grayscale: #BDBDBD. Windows color (decimal): -2502137 or 512729. OLE color: 512729.
HSL color Cylindrical-coordinate representation of color #D9D207: hue angle of 58º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9D207 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.15 |
| HSL | 58º | 0.94% | 0.44% | - |
| HSV(B) | 58º | 0.97% | 0.85% | - |
| XYZ | 51.7 | 60.86 | 9.22 | - |
| YUV | 188.95 | 25.32 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 7 | 0 | 0.03 | 0.97 | 0.15 | 58 | 0.94 | 0.44 |
| Hex | D9 | D2 | 7 | 0 | 3 | 61 | F | 3A | 5E | 2C |
| Octal | 331 | 322 | 7 | 0 | 3 | 141 | 17 | 72 | 136 | 54 |
| Binary | 11011001 | 11010010 | 111 | 0 | 11 | 1100001 | 1111 | 111010 | 1011110 | 101100 |
Color Harmonies of #D9D207
Complementary color
Monochromatic Colors of #D9D207
Black with #D9D207
Text Example
Text Example
White with #D9D207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D207; }
p { color: rgb(217,210,7); }
H1.HeaderClassName
{
color: #D9D207;
}
.AnyTagClassName
{
color: #D9D207;
}
</style>
background-color css
<style>
a { background-color: #D9D207; }
a { background-color: rgb(217,210,7); }
div.DivClassName
{
background-color: #D9D207;
}
.BgClassName
{
background-color: #D9D207;
}
</style>
border-color css
<style>
span { border-color: #D9D207; }
span { border-color: rgb(217,210,7); }
td.TdClassName
{
border-color: #D9D207;
}
.TagClassName
{
border-color: #D9D207;
}
</style>