Shades of Sunflower #DBBA20
Tints of Sunflower #DBBA20
RGB
CMYK
RGB Variations
Color information
#DBBA20 (or 0xDBBA20) is known color: Sunflower. HEX triplet: DB, BA and 20. RGB value is (219,186,32). Sum of RGB (Red+Green+Blue) = 219+186+32=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA20 is #2445DF. Grayscale: #B2B2B2. Windows color (decimal): -2377184 or 2144987. OLE color: 2144987.
HSL color Cylindrical-coordinate representation of color #DBBA20: hue angle of 49.41º 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 #DBBA20 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 32 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.14 |
| HSL | 49.41º | 0.75% | 0.49% | - |
| HSV(B) | 49.41º | 0.85% | 0.86% | - |
| XYZ | 47.03 | 50.28 | 8.59 | - |
| YUV | 178.31 | 45.43 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 32 | 0 | 0.15 | 0.85 | 0.14 | 49.41 | 0.75 | 0.49 |
| Hex | DB | BA | 20 | 0 | F | 55 | E | 31 | 4B | 31 |
| Octal | 333 | 272 | 40 | 0 | 17 | 125 | 16 | 61 | 113 | 61 |
| Binary | 11011011 | 10111010 | 100000 | 0 | 1111 | 1010101 | 1110 | 110001 | 1001011 | 110001 |
Color Harmonies of #DBBA20
Complementary color
Monochromatic Colors of #DBBA20
Black with #DBBA20
Text Example
Text Example
White with #DBBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA20; }
p { color: rgb(219,186,32); }
H1.HeaderClassName
{
color: #DBBA20;
}
.AnyTagClassName
{
color: #DBBA20;
}
</style>
background-color css
<style>
a { background-color: #DBBA20; }
a { background-color: rgb(219,186,32); }
div.DivClassName
{
background-color: #DBBA20;
}
.BgClassName
{
background-color: #DBBA20;
}
</style>
border-color css
<style>
span { border-color: #DBBA20; }
span { border-color: rgb(219,186,32); }
td.TdClassName
{
border-color: #DBBA20;
}
.TagClassName
{
border-color: #DBBA20;
}
</style>