Shades of Bird Flower #D9C80E
Tints of Bird Flower #D9C80E
RGB
CMYK
RGB Variations
Color information
#D9C80E (or 0xD9C80E) is known color: Bird Flower. HEX triplet: D9, C8 and 0E. RGB value is (217,200,14). Sum of RGB (Red+Green+Blue) = 217+200+14=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C80E is #2637F1. Grayscale: #B8B8B8. Windows color (decimal): -2504690 or 968921. OLE color: 968921.
HSL color Cylindrical-coordinate representation of color #D9C80E: hue angle of 54.98º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9C80E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.15 |
| HSL | 54.98º | 0.88% | 0.45% | - |
| HSV(B) | 54.98º | 0.94% | 0.85% | - |
| XYZ | 49.35 | 56.09 | 8.64 | - |
| YUV | 183.88 | 32.13 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 14 | 0 | 0.08 | 0.94 | 0.15 | 54.98 | 0.88 | 0.45 |
| Hex | D9 | C8 | E | 0 | 8 | 5E | F | 37 | 58 | 2D |
| Octal | 331 | 310 | 16 | 0 | 10 | 136 | 17 | 67 | 130 | 55 |
| Binary | 11011001 | 11001000 | 1110 | 0 | 1000 | 1011110 | 1111 | 110111 | 1011000 | 101101 |
Color Harmonies of #D9C80E
Complementary color
Monochromatic Colors of #D9C80E
Black with #D9C80E
Text Example
Text Example
White with #D9C80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C80E; }
p { color: rgb(217,200,14); }
H1.HeaderClassName
{
color: #D9C80E;
}
.AnyTagClassName
{
color: #D9C80E;
}
</style>
background-color css
<style>
a { background-color: #D9C80E; }
a { background-color: rgb(217,200,14); }
div.DivClassName
{
background-color: #D9C80E;
}
.BgClassName
{
background-color: #D9C80E;
}
</style>
border-color css
<style>
span { border-color: #D9C80E; }
span { border-color: rgb(217,200,14); }
td.TdClassName
{
border-color: #D9C80E;
}
.TagClassName
{
border-color: #D9C80E;
}
</style>