Shades of Sunflower #D9BC0E
Tints of Sunflower #D9BC0E
RGB
CMYK
RGB Variations
Color information
#D9BC0E (or 0xD9BC0E) is known color: Sunflower. HEX triplet: D9, BC and 0E. RGB value is (217,188,14). Sum of RGB (Red+Green+Blue) = 217+188+14=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BC0E is #2643F1. Grayscale: #B1B1B1. Windows color (decimal): -2507762 or 965849. OLE color: 965849.
HSL color Cylindrical-coordinate representation of color #D9BC0E: hue angle of 51.43º 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 #D9BC0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.15 |
| HSL | 51.43º | 0.88% | 0.45% | - |
| HSV(B) | 51.43º | 0.94% | 0.85% | - |
| XYZ | 46.68 | 50.75 | 7.75 | - |
| YUV | 176.84 | 36.11 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 14 | 0 | 0.13 | 0.94 | 0.15 | 51.43 | 0.88 | 0.45 |
| Hex | D9 | BC | E | 0 | D | 5E | F | 33 | 58 | 2D |
| Octal | 331 | 274 | 16 | 0 | 15 | 136 | 17 | 63 | 130 | 55 |
| Binary | 11011001 | 10111100 | 1110 | 0 | 1101 | 1011110 | 1111 | 110011 | 1011000 | 101101 |
Color Harmonies of #D9BC0E
Complementary color
Monochromatic Colors of #D9BC0E
Black with #D9BC0E
Text Example
Text Example
White with #D9BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC0E; }
p { color: rgb(217,188,14); }
H1.HeaderClassName
{
color: #D9BC0E;
}
.AnyTagClassName
{
color: #D9BC0E;
}
</style>
background-color css
<style>
a { background-color: #D9BC0E; }
a { background-color: rgb(217,188,14); }
div.DivClassName
{
background-color: #D9BC0E;
}
.BgClassName
{
background-color: #D9BC0E;
}
</style>
border-color css
<style>
span { border-color: #D9BC0E; }
span { border-color: rgb(217,188,14); }
td.TdClassName
{
border-color: #D9BC0E;
}
.TagClassName
{
border-color: #D9BC0E;
}
</style>