Shades of Sunflower #DBBA18
Tints of Sunflower #DBBA18
RGB
CMYK
RGB Variations
Color information
#DBBA18 (or 0xDBBA18) is known color: Sunflower. HEX triplet: DB, BA and 18. RGB value is (219,186,24). Sum of RGB (Red+Green+Blue) = 219+186+24=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA18 is #2445E7. Grayscale: #B2B2B2. Windows color (decimal): -2377192 or 1620699. OLE color: 1620699.
HSL color Cylindrical-coordinate representation of color #DBBA18: hue angle of 49.85º 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 #DBBA18 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 24 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.14 |
| HSL | 49.85º | 0.8% | 0.48% | - |
| HSV(B) | 49.85º | 0.89% | 0.86% | - |
| XYZ | 46.94 | 50.24 | 8.09 | - |
| YUV | 177.4 | 41.43 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 24 | 0 | 0.15 | 0.89 | 0.14 | 49.85 | 0.8 | 0.48 |
| Hex | DB | BA | 18 | 0 | F | 59 | E | 32 | 50 | 30 |
| Octal | 333 | 272 | 30 | 0 | 17 | 131 | 16 | 62 | 120 | 60 |
| Binary | 11011011 | 10111010 | 11000 | 0 | 1111 | 1011001 | 1110 | 110010 | 1010000 | 110000 |
Color Harmonies of #DBBA18
Complementary color
Monochromatic Colors of #DBBA18
Black with #DBBA18
Text Example
Text Example
White with #DBBA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA18; }
p { color: rgb(219,186,24); }
H1.HeaderClassName
{
color: #DBBA18;
}
.AnyTagClassName
{
color: #DBBA18;
}
</style>
background-color css
<style>
a { background-color: #DBBA18; }
a { background-color: rgb(219,186,24); }
div.DivClassName
{
background-color: #DBBA18;
}
.BgClassName
{
background-color: #DBBA18;
}
</style>
border-color css
<style>
span { border-color: #DBBA18; }
span { border-color: rgb(219,186,24); }
td.TdClassName
{
border-color: #DBBA18;
}
.TagClassName
{
border-color: #DBBA18;
}
</style>