Shades of Sunflower #DBB820
Tints of Sunflower #DBB820
RGB
CMYK
RGB Variations
Color information
#DBB820 (or 0xDBB820) is known color: Sunflower. HEX triplet: DB, B8 and 20. RGB value is (219,184,32). Sum of RGB (Red+Green+Blue) = 219+184+32=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB820 is #2447DF. Grayscale: #B1B1B1. Windows color (decimal): -2377696 or 2144475. OLE color: 2144475.
HSL color Cylindrical-coordinate representation of color #DBB820: hue angle of 48.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBB820 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 32 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.14 |
| HSL | 48.77º | 0.75% | 0.49% | - |
| HSV(B) | 48.77º | 0.85% | 0.86% | - |
| XYZ | 46.61 | 49.45 | 8.45 | - |
| YUV | 177.14 | 46.1 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 32 | 0 | 0.16 | 0.85 | 0.14 | 48.77 | 0.75 | 0.49 |
| Hex | DB | B8 | 20 | 0 | 10 | 55 | E | 31 | 4B | 31 |
| Octal | 333 | 270 | 40 | 0 | 20 | 125 | 16 | 61 | 113 | 61 |
| Binary | 11011011 | 10111000 | 100000 | 0 | 10000 | 1010101 | 1110 | 110001 | 1001011 | 110001 |
Color Harmonies of #DBB820
Complementary color
Monochromatic Colors of #DBB820
Black with #DBB820
Text Example
Text Example
White with #DBB820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB820; }
p { color: rgb(219,184,32); }
H1.HeaderClassName
{
color: #DBB820;
}
.AnyTagClassName
{
color: #DBB820;
}
</style>
background-color css
<style>
a { background-color: #DBB820; }
a { background-color: rgb(219,184,32); }
div.DivClassName
{
background-color: #DBB820;
}
.BgClassName
{
background-color: #DBB820;
}
</style>
border-color css
<style>
span { border-color: #DBB820; }
span { border-color: rgb(219,184,32); }
td.TdClassName
{
border-color: #DBB820;
}
.TagClassName
{
border-color: #DBB820;
}
</style>