Shades of Sunflower #DBBA19
Tints of Sunflower #DBBA19
RGB
CMYK
RGB Variations
Color information
#DBBA19 (or 0xDBBA19) is known color: Sunflower. HEX triplet: DB, BA and 19. RGB value is (219,186,25). Sum of RGB (Red+Green+Blue) = 219+186+25=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA19 is #2445E6. Grayscale: #B2B2B2. Windows color (decimal): -2377191 or 1686235. OLE color: 1686235.
HSL color Cylindrical-coordinate representation of color #DBBA19: hue angle of 49.79º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBBA19 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 25 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.14 |
| HSL | 49.79º | 0.8% | 0.48% | - |
| HSV(B) | 49.79º | 0.89% | 0.86% | - |
| XYZ | 46.95 | 50.25 | 8.14 | - |
| YUV | 177.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 25 | 0 | 0.15 | 0.89 | 0.14 | 49.79 | 0.8 | 0.48 |
| Hex | DB | BA | 19 | 0 | F | 59 | E | 32 | 50 | 30 |
| Octal | 333 | 272 | 31 | 0 | 17 | 131 | 16 | 62 | 120 | 60 |
| Binary | 11011011 | 10111010 | 11001 | 0 | 1111 | 1011001 | 1110 | 110010 | 1010000 | 110000 |
Color Harmonies of #DBBA19
Complementary color
Monochromatic Colors of #DBBA19
Black with #DBBA19
Text Example
Text Example
White with #DBBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA19; }
p { color: rgb(219,186,25); }
H1.HeaderClassName
{
color: #DBBA19;
}
.AnyTagClassName
{
color: #DBBA19;
}
</style>
background-color css
<style>
a { background-color: #DBBA19; }
a { background-color: rgb(219,186,25); }
div.DivClassName
{
background-color: #DBBA19;
}
.BgClassName
{
background-color: #DBBA19;
}
</style>
border-color css
<style>
span { border-color: #DBBA19; }
span { border-color: rgb(219,186,25); }
td.TdClassName
{
border-color: #DBBA19;
}
.TagClassName
{
border-color: #DBBA19;
}
</style>