Shades of Sunflower #D9BA20
Tints of Sunflower #D9BA20
RGB
CMYK
RGB Variations
Color information
#D9BA20 (or 0xD9BA20) is known color: Sunflower. HEX triplet: D9, BA and 20. RGB value is (217,186,32). Sum of RGB (Red+Green+Blue) = 217+186+32=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA20 is #2645DF. Grayscale: #B2B2B2. Windows color (decimal): -2508256 or 2144985. OLE color: 2144985.
HSL color Cylindrical-coordinate representation of color #D9BA20: hue angle of 49.95º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9BA20 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 32 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.15 |
| HSL | 49.95º | 0.74% | 0.49% | - |
| HSV(B) | 49.95º | 0.85% | 0.85% | - |
| XYZ | 46.43 | 49.97 | 8.57 | - |
| YUV | 177.71 | 45.77 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 32 | 0 | 0.14 | 0.85 | 0.15 | 49.95 | 0.74 | 0.49 |
| Hex | D9 | BA | 20 | 0 | E | 55 | F | 32 | 4A | 31 |
| Octal | 331 | 272 | 40 | 0 | 16 | 125 | 17 | 62 | 112 | 61 |
| Binary | 11011001 | 10111010 | 100000 | 0 | 1110 | 1010101 | 1111 | 110010 | 1001010 | 110001 |
Color Harmonies of #D9BA20
Complementary color
Monochromatic Colors of #D9BA20
Black with #D9BA20
Text Example
Text Example
White with #D9BA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA20; }
p { color: rgb(217,186,32); }
H1.HeaderClassName
{
color: #D9BA20;
}
.AnyTagClassName
{
color: #D9BA20;
}
</style>
background-color css
<style>
a { background-color: #D9BA20; }
a { background-color: rgb(217,186,32); }
div.DivClassName
{
background-color: #D9BA20;
}
.BgClassName
{
background-color: #D9BA20;
}
</style>
border-color css
<style>
span { border-color: #D9BA20; }
span { border-color: rgb(217,186,32); }
td.TdClassName
{
border-color: #D9BA20;
}
.TagClassName
{
border-color: #D9BA20;
}
</style>