Shades of Bird Flower #D9C800
Tints of Bird Flower #D9C800
RGB
CMYK
RGB Variations
Color information
#D9C800 (or 0xD9C800) is known color: Bird Flower. HEX triplet: D9, C8 and 00. RGB value is (217,200,0). Sum of RGB (Red+Green+Blue) = 217+200+0=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C800 is #2637FF. Grayscale: #B7B7B7. Windows color (decimal): -2504704 or 51417. OLE color: 51417.
HSL color Cylindrical-coordinate representation of color #D9C800: hue angle of 55.3º 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 #D9C800 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.15 |
| HSL | 55.3º | 1% | 0.43% | - |
| HSV(B) | 55.3º | 1% | 0.85% | - |
| XYZ | 49.27 | 56.06 | 8.22 | - |
| YUV | 182.28 | 25.13 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 0 | 0 | 0.08 | 1 | 0.15 | 55.3 | 1 | 0.43 |
| Hex | D9 | C8 | 0 | 0 | 8 | 64 | F | 37 | 64 | 2B |
| Octal | 331 | 310 | 0 | 0 | 10 | 144 | 17 | 67 | 144 | 53 |
| Binary | 11011001 | 11001000 | 0 | 0 | 1000 | 1100100 | 1111 | 110111 | 1100100 | 101011 |
Color Harmonies of #D9C800
Complementary color
Monochromatic Colors of #D9C800
Black with #D9C800
Text Example
Text Example
White with #D9C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C800; }
p { color: rgb(217,200,0); }
H1.HeaderClassName
{
color: #D9C800;
}
.AnyTagClassName
{
color: #D9C800;
}
</style>
background-color css
<style>
a { background-color: #D9C800; }
a { background-color: rgb(217,200,0); }
div.DivClassName
{
background-color: #D9C800;
}
.BgClassName
{
background-color: #D9C800;
}
</style>
border-color css
<style>
span { border-color: #D9C800; }
span { border-color: rgb(217,200,0); }
td.TdClassName
{
border-color: #D9C800;
}
.TagClassName
{
border-color: #D9C800;
}
</style>