Shades of Sunflower #D9BA1F
Tints of Sunflower #D9BA1F
RGB
CMYK
RGB Variations
Color information
#D9BA1F (or 0xD9BA1F) is known color: Sunflower. HEX triplet: D9, BA and 1F. RGB value is (217,186,31). Sum of RGB (Red+Green+Blue) = 217+186+31=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA1F is #2645E0. Grayscale: #B2B2B2. Windows color (decimal): -2508257 or 2079449. OLE color: 2079449.
HSL color Cylindrical-coordinate representation of color #D9BA1F: hue angle of 50º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9BA1F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 31 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.15 |
| HSL | 50º | 0.75% | 0.49% | - |
| HSV(B) | 50º | 0.86% | 0.85% | - |
| XYZ | 46.42 | 49.97 | 8.49 | - |
| YUV | 177.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 31 | 0 | 0.14 | 0.86 | 0.15 | 50 | 0.75 | 0.49 |
| Hex | D9 | BA | 1F | 0 | E | 56 | F | 32 | 4B | 31 |
| Octal | 331 | 272 | 37 | 0 | 16 | 126 | 17 | 62 | 113 | 61 |
| Binary | 11011001 | 10111010 | 11111 | 0 | 1110 | 1010110 | 1111 | 110010 | 1001011 | 110001 |
Color Harmonies of #D9BA1F
Complementary color
Monochromatic Colors of #D9BA1F
Black with #D9BA1F
Text Example
Text Example
White with #D9BA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA1F; }
p { color: rgb(217,186,31); }
H1.HeaderClassName
{
color: #D9BA1F;
}
.AnyTagClassName
{
color: #D9BA1F;
}
</style>
background-color css
<style>
a { background-color: #D9BA1F; }
a { background-color: rgb(217,186,31); }
div.DivClassName
{
background-color: #D9BA1F;
}
.BgClassName
{
background-color: #D9BA1F;
}
</style>
border-color css
<style>
span { border-color: #D9BA1F; }
span { border-color: rgb(217,186,31); }
td.TdClassName
{
border-color: #D9BA1F;
}
.TagClassName
{
border-color: #D9BA1F;
}
</style>