Shades of Sunflower #DBBA24
Tints of Sunflower #DBBA24
RGB
CMYK
RGB Variations
Color information
#DBBA24 (or 0xDBBA24) is known color: Sunflower. HEX triplet: DB, BA and 24. RGB value is (219,186,36). Sum of RGB (Red+Green+Blue) = 219+186+36=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA24 is #2445DB. Grayscale: #B3B3B3. Windows color (decimal): -2377180 or 2407131. OLE color: 2407131.
HSL color Cylindrical-coordinate representation of color #DBBA24: hue angle of 49.18º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBBA24 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 36 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.14 |
| HSL | 49.18º | 0.72% | 0.5% | - |
| HSV(B) | 49.18º | 0.84% | 0.86% | - |
| XYZ | 47.09 | 50.31 | 8.9 | - |
| YUV | 178.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 36 | 0 | 0.15 | 0.84 | 0.14 | 49.18 | 0.72 | 0.5 |
| Hex | DB | BA | 24 | 0 | F | 54 | E | 31 | 48 | 32 |
| Octal | 333 | 272 | 44 | 0 | 17 | 124 | 16 | 61 | 110 | 62 |
| Binary | 11011011 | 10111010 | 100100 | 0 | 1111 | 1010100 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DBBA24
Complementary color
Monochromatic Colors of #DBBA24
Black with #DBBA24
Text Example
Text Example
White with #DBBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA24; }
p { color: rgb(219,186,36); }
H1.HeaderClassName
{
color: #DBBA24;
}
.AnyTagClassName
{
color: #DBBA24;
}
</style>
background-color css
<style>
a { background-color: #DBBA24; }
a { background-color: rgb(219,186,36); }
div.DivClassName
{
background-color: #DBBA24;
}
.BgClassName
{
background-color: #DBBA24;
}
</style>
border-color css
<style>
span { border-color: #DBBA24; }
span { border-color: rgb(219,186,36); }
td.TdClassName
{
border-color: #DBBA24;
}
.TagClassName
{
border-color: #DBBA24;
}
</style>