Shades of Sunflower #D9BA0E
Tints of Sunflower #D9BA0E
RGB
CMYK
RGB Variations
Color information
#D9BA0E (or 0xD9BA0E) is known color: Sunflower. HEX triplet: D9, BA and 0E. RGB value is (217,186,14). Sum of RGB (Red+Green+Blue) = 217+186+14=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA0E is #2645F1. Grayscale: #B0B0B0. Windows color (decimal): -2508274 or 965337. OLE color: 965337.
HSL color Cylindrical-coordinate representation of color #D9BA0E: hue angle of 50.84º 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 #D9BA0E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.15 |
| HSL | 50.84º | 0.88% | 0.45% | - |
| HSV(B) | 50.84º | 0.94% | 0.85% | - |
| XYZ | 46.25 | 49.9 | 7.61 | - |
| YUV | 175.66 | 36.77 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 14 | 0 | 0.14 | 0.94 | 0.15 | 50.84 | 0.88 | 0.45 |
| Hex | D9 | BA | E | 0 | E | 5E | F | 33 | 58 | 2D |
| Octal | 331 | 272 | 16 | 0 | 16 | 136 | 17 | 63 | 130 | 55 |
| Binary | 11011001 | 10111010 | 1110 | 0 | 1110 | 1011110 | 1111 | 110011 | 1011000 | 101101 |
Color Harmonies of #D9BA0E
Complementary color
Monochromatic Colors of #D9BA0E
Black with #D9BA0E
Text Example
Text Example
White with #D9BA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA0E; }
p { color: rgb(217,186,14); }
H1.HeaderClassName
{
color: #D9BA0E;
}
.AnyTagClassName
{
color: #D9BA0E;
}
</style>
background-color css
<style>
a { background-color: #D9BA0E; }
a { background-color: rgb(217,186,14); }
div.DivClassName
{
background-color: #D9BA0E;
}
.BgClassName
{
background-color: #D9BA0E;
}
</style>
border-color css
<style>
span { border-color: #D9BA0E; }
span { border-color: rgb(217,186,14); }
td.TdClassName
{
border-color: #D9BA0E;
}
.TagClassName
{
border-color: #D9BA0E;
}
</style>