Shades of Bird Flower #D8D007
Tints of Bird Flower #D8D007
RGB
CMYK
RGB Variations
Color information
#D8D007 (or 0xD8D007) is known color: Bird Flower. HEX triplet: D8, D0 and 07. RGB value is (216,208,7). Sum of RGB (Red+Green+Blue) = 216+208+7=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D007 is #272FF8. Grayscale: #BCBCBC. Windows color (decimal): -2568185 or 512216. OLE color: 512216.
HSL color Cylindrical-coordinate representation of color #D8D007: hue angle of 57.7º 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 #D8D007 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.15 |
| HSL | 57.7º | 0.94% | 0.44% | - |
| HSV(B) | 57.7º | 0.97% | 0.85% | - |
| XYZ | 50.91 | 59.73 | 9.05 | - |
| YUV | 187.48 | 26.15 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 7 | 0 | 0.04 | 0.97 | 0.15 | 57.7 | 0.94 | 0.44 |
| Hex | D8 | D0 | 7 | 0 | 4 | 61 | F | 3A | 5E | 2C |
| Octal | 330 | 320 | 7 | 0 | 4 | 141 | 17 | 72 | 136 | 54 |
| Binary | 11011000 | 11010000 | 111 | 0 | 100 | 1100001 | 1111 | 111010 | 1011110 | 101100 |
Color Harmonies of #D8D007
Complementary color
Monochromatic Colors of #D8D007
Black with #D8D007
Text Example
Text Example
White with #D8D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D007; }
p { color: rgb(216,208,7); }
H1.HeaderClassName
{
color: #D8D007;
}
.AnyTagClassName
{
color: #D8D007;
}
</style>
background-color css
<style>
a { background-color: #D8D007; }
a { background-color: rgb(216,208,7); }
div.DivClassName
{
background-color: #D8D007;
}
.BgClassName
{
background-color: #D8D007;
}
</style>
border-color css
<style>
span { border-color: #D8D007; }
span { border-color: rgb(216,208,7); }
td.TdClassName
{
border-color: #D8D007;
}
.TagClassName
{
border-color: #D8D007;
}
</style>