Shades of Sunflower #D9BC0F
Tints of Sunflower #D9BC0F
RGB
CMYK
RGB Variations
Color information
#D9BC0F (or 0xD9BC0F) is known color: Sunflower. HEX triplet: D9, BC and 0F. RGB value is (217,188,15). Sum of RGB (Red+Green+Blue) = 217+188+15=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BC0F is #2643F0. Grayscale: #B1B1B1. Windows color (decimal): -2507761 or 1031385. OLE color: 1031385.
HSL color Cylindrical-coordinate representation of color #D9BC0F: hue angle of 51.39º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9BC0F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.15 |
| HSL | 51.39º | 0.87% | 0.45% | - |
| HSV(B) | 51.39º | 0.93% | 0.85% | - |
| XYZ | 46.68 | 50.75 | 7.79 | - |
| YUV | 176.95 | 36.61 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 15 | 0 | 0.13 | 0.93 | 0.15 | 51.39 | 0.87 | 0.45 |
| Hex | D9 | BC | F | 0 | D | 5D | F | 33 | 57 | 2D |
| Octal | 331 | 274 | 17 | 0 | 15 | 135 | 17 | 63 | 127 | 55 |
| Binary | 11011001 | 10111100 | 1111 | 0 | 1101 | 1011101 | 1111 | 110011 | 1010111 | 101101 |
Color Harmonies of #D9BC0F
Complementary color
Monochromatic Colors of #D9BC0F
Black with #D9BC0F
Text Example
Text Example
White with #D9BC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC0F; }
p { color: rgb(217,188,15); }
H1.HeaderClassName
{
color: #D9BC0F;
}
.AnyTagClassName
{
color: #D9BC0F;
}
</style>
background-color css
<style>
a { background-color: #D9BC0F; }
a { background-color: rgb(217,188,15); }
div.DivClassName
{
background-color: #D9BC0F;
}
.BgClassName
{
background-color: #D9BC0F;
}
</style>
border-color css
<style>
span { border-color: #D9BC0F; }
span { border-color: rgb(217,188,15); }
td.TdClassName
{
border-color: #D9BC0F;
}
.TagClassName
{
border-color: #D9BC0F;
}
</style>