Shades of Bird Flower #D9D700
Tints of Bird Flower #D9D700
RGB
CMYK
RGB Variations
Color information
#D9D700 (or 0xD9D700) is known color: Bird Flower. HEX triplet: D9, D7 and 00. RGB value is (217,215,0). Sum of RGB (Red+Green+Blue) = 217+215+0=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D700 is #2628FF. Grayscale: #BFBFBF. Windows color (decimal): -2500864 or 55257. OLE color: 55257.
HSL color Cylindrical-coordinate representation of color #D9D700: hue angle of 59.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9D700 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.15 |
| HSL | 59.45º | 1% | 0.43% | - |
| HSV(B) | 59.45º | 1% | 0.85% | - |
| XYZ | 52.92 | 63.35 | 9.44 | - |
| YUV | 191.09 | 20.16 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 0 | 0 | 0.01 | 1 | 0.15 | 59.45 | 1 | 0.43 |
| Hex | D9 | D7 | 0 | 0 | 1 | 64 | F | 3B | 64 | 2B |
| Octal | 331 | 327 | 0 | 0 | 1 | 144 | 17 | 73 | 144 | 53 |
| Binary | 11011001 | 11010111 | 0 | 0 | 1 | 1100100 | 1111 | 111011 | 1100100 | 101011 |
Color Harmonies of #D9D700
Complementary color
Monochromatic Colors of #D9D700
Black with #D9D700
Text Example
Text Example
White with #D9D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D700; }
p { color: rgb(217,215,0); }
H1.HeaderClassName
{
color: #D9D700;
}
.AnyTagClassName
{
color: #D9D700;
}
</style>
background-color css
<style>
a { background-color: #D9D700; }
a { background-color: rgb(217,215,0); }
div.DivClassName
{
background-color: #D9D700;
}
.BgClassName
{
background-color: #D9D700;
}
</style>
border-color css
<style>
span { border-color: #D9D700; }
span { border-color: rgb(217,215,0); }
td.TdClassName
{
border-color: #D9D700;
}
.TagClassName
{
border-color: #D9D700;
}
</style>