Shades of Sunflower #DBBA0F
Tints of Sunflower #DBBA0F
RGB
CMYK
RGB Variations
Color information
#DBBA0F (or 0xDBBA0F) is known color: Sunflower. HEX triplet: DB, BA and 0F. RGB value is (219,186,15). Sum of RGB (Red+Green+Blue) = 219+186+15=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA0F is #2445F0. Grayscale: #B1B1B1. Windows color (decimal): -2377201 or 1030875. OLE color: 1030875.
HSL color Cylindrical-coordinate representation of color #DBBA0F: hue angle of 50.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBBA0F is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 15 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.14 |
| HSL | 50.29º | 0.87% | 0.46% | - |
| HSV(B) | 50.29º | 0.93% | 0.86% | - |
| XYZ | 46.86 | 50.21 | 7.67 | - |
| YUV | 176.37 | 36.93 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 15 | 0 | 0.15 | 0.93 | 0.14 | 50.29 | 0.87 | 0.46 |
| Hex | DB | BA | F | 0 | F | 5D | E | 32 | 57 | 2E |
| Octal | 333 | 272 | 17 | 0 | 17 | 135 | 16 | 62 | 127 | 56 |
| Binary | 11011011 | 10111010 | 1111 | 0 | 1111 | 1011101 | 1110 | 110010 | 1010111 | 101110 |
Color Harmonies of #DBBA0F
Complementary color
Monochromatic Colors of #DBBA0F
Black with #DBBA0F
Text Example
Text Example
White with #DBBA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA0F; }
p { color: rgb(219,186,15); }
H1.HeaderClassName
{
color: #DBBA0F;
}
.AnyTagClassName
{
color: #DBBA0F;
}
</style>
background-color css
<style>
a { background-color: #DBBA0F; }
a { background-color: rgb(219,186,15); }
div.DivClassName
{
background-color: #DBBA0F;
}
.BgClassName
{
background-color: #DBBA0F;
}
</style>
border-color css
<style>
span { border-color: #DBBA0F; }
span { border-color: rgb(219,186,15); }
td.TdClassName
{
border-color: #DBBA0F;
}
.TagClassName
{
border-color: #DBBA0F;
}
</style>