Shades of Sunflower #DBBA04
Tints of Sunflower #DBBA04
RGB
CMYK
RGB Variations
Color information
#DBBA04 (or 0xDBBA04) is known color: Sunflower. HEX triplet: DB, BA and 04. RGB value is (219,186,4). Sum of RGB (Red+Green+Blue) = 219+186+4=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA04 is #2445FB. Grayscale: #AFAFAF. Windows color (decimal): -2377212 or 309979. OLE color: 309979.
HSL color Cylindrical-coordinate representation of color #DBBA04: hue angle of 50.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBBA04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.14 |
| HSL | 50.79º | 0.96% | 0.44% | - |
| HSV(B) | 50.79º | 0.98% | 0.86% | - |
| XYZ | 46.79 | 50.19 | 7.34 | - |
| YUV | 175.12 | 31.43 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 4 | 0 | 0.15 | 0.98 | 0.14 | 50.79 | 0.96 | 0.44 |
| Hex | DB | BA | 4 | 0 | F | 62 | E | 33 | 60 | 2C |
| Octal | 333 | 272 | 4 | 0 | 17 | 142 | 16 | 63 | 140 | 54 |
| Binary | 11011011 | 10111010 | 100 | 0 | 1111 | 1100010 | 1110 | 110011 | 1100000 | 101100 |
Color Harmonies of #DBBA04
Complementary color
Monochromatic Colors of #DBBA04
Black with #DBBA04
Text Example
Text Example
White with #DBBA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA04; }
p { color: rgb(219,186,4); }
H1.HeaderClassName
{
color: #DBBA04;
}
.AnyTagClassName
{
color: #DBBA04;
}
</style>
background-color css
<style>
a { background-color: #DBBA04; }
a { background-color: rgb(219,186,4); }
div.DivClassName
{
background-color: #DBBA04;
}
.BgClassName
{
background-color: #DBBA04;
}
</style>
border-color css
<style>
span { border-color: #DBBA04; }
span { border-color: rgb(219,186,4); }
td.TdClassName
{
border-color: #DBBA04;
}
.TagClassName
{
border-color: #DBBA04;
}
</style>