Shades of Sunflower #D9BF0E
Tints of Sunflower #D9BF0E
RGB
CMYK
RGB Variations
Color information
#D9BF0E (or 0xD9BF0E) is known color: Sunflower. HEX triplet: D9, BF and 0E. RGB value is (217,191,14). Sum of RGB (Red+Green+Blue) = 217+191+14=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BF0E is #2640F1. Grayscale: #B3B3B3. Windows color (decimal): -2506994 or 966617. OLE color: 966617.
HSL color Cylindrical-coordinate representation of color #D9BF0E: hue angle of 52.32º 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 #D9BF0E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.15 |
| HSL | 52.32º | 0.88% | 0.45% | - |
| HSV(B) | 52.32º | 0.94% | 0.85% | - |
| XYZ | 47.33 | 52.05 | 7.97 | - |
| YUV | 178.6 | 35.11 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 14 | 0 | 0.12 | 0.94 | 0.15 | 52.32 | 0.88 | 0.45 |
| Hex | D9 | BF | E | 0 | C | 5E | F | 34 | 58 | 2D |
| Octal | 331 | 277 | 16 | 0 | 14 | 136 | 17 | 64 | 130 | 55 |
| Binary | 11011001 | 10111111 | 1110 | 0 | 1100 | 1011110 | 1111 | 110100 | 1011000 | 101101 |
Color Harmonies of #D9BF0E
Complementary color
Monochromatic Colors of #D9BF0E
Black with #D9BF0E
Text Example
Text Example
White with #D9BF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF0E; }
p { color: rgb(217,191,14); }
H1.HeaderClassName
{
color: #D9BF0E;
}
.AnyTagClassName
{
color: #D9BF0E;
}
</style>
background-color css
<style>
a { background-color: #D9BF0E; }
a { background-color: rgb(217,191,14); }
div.DivClassName
{
background-color: #D9BF0E;
}
.BgClassName
{
background-color: #D9BF0E;
}
</style>
border-color css
<style>
span { border-color: #D9BF0E; }
span { border-color: rgb(217,191,14); }
td.TdClassName
{
border-color: #D9BF0E;
}
.TagClassName
{
border-color: #D9BF0E;
}
</style>