Shades of Bird Flower #D8D207
Tints of Bird Flower #D8D207
RGB
CMYK
RGB Variations
Color information
#D8D207 (or 0xD8D207) is known color: Bird Flower. HEX triplet: D8, D2 and 07. RGB value is (216,210,7). Sum of RGB (Red+Green+Blue) = 216+210+7=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D207 is #272DF8. Grayscale: #BDBDBD. Windows color (decimal): -2567673 or 512728. OLE color: 512728.
HSL color Cylindrical-coordinate representation of color #D8D207: hue angle of 58.28º 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 #D8D207 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.15 |
| HSL | 58.28º | 0.94% | 0.44% | - |
| HSV(B) | 58.28º | 0.97% | 0.85% | - |
| XYZ | 51.4 | 60.71 | 9.21 | - |
| YUV | 188.65 | 25.49 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 7 | 0 | 0.03 | 0.97 | 0.15 | 58.28 | 0.94 | 0.44 |
| Hex | D8 | D2 | 7 | 0 | 3 | 61 | F | 3A | 5E | 2C |
| Octal | 330 | 322 | 7 | 0 | 3 | 141 | 17 | 72 | 136 | 54 |
| Binary | 11011000 | 11010010 | 111 | 0 | 11 | 1100001 | 1111 | 111010 | 1011110 | 101100 |
Color Harmonies of #D8D207
Complementary color
Monochromatic Colors of #D8D207
Black with #D8D207
Text Example
Text Example
White with #D8D207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D207; }
p { color: rgb(216,210,7); }
H1.HeaderClassName
{
color: #D8D207;
}
.AnyTagClassName
{
color: #D8D207;
}
</style>
background-color css
<style>
a { background-color: #D8D207; }
a { background-color: rgb(216,210,7); }
div.DivClassName
{
background-color: #D8D207;
}
.BgClassName
{
background-color: #D8D207;
}
</style>
border-color css
<style>
span { border-color: #D8D207; }
span { border-color: rgb(216,210,7); }
td.TdClassName
{
border-color: #D8D207;
}
.TagClassName
{
border-color: #D8D207;
}
</style>