Shades of Sunflower #DBBA1E
Tints of Sunflower #DBBA1E
RGB
CMYK
RGB Variations
Color information
#DBBA1E (or 0xDBBA1E) is known color: Sunflower. HEX triplet: DB, BA and 1E. RGB value is (219,186,30). Sum of RGB (Red+Green+Blue) = 219+186+30=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA1E is #2445E1. Grayscale: #B2B2B2. Windows color (decimal): -2377186 or 2013915. OLE color: 2013915.
HSL color Cylindrical-coordinate representation of color #DBBA1E: hue angle of 49.52º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBBA1E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 30 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.14 |
| HSL | 49.52º | 0.76% | 0.49% | - |
| HSV(B) | 49.52º | 0.86% | 0.86% | - |
| XYZ | 47.01 | 50.27 | 8.45 | - |
| YUV | 178.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 30 | 0 | 0.15 | 0.86 | 0.14 | 49.52 | 0.76 | 0.49 |
| Hex | DB | BA | 1E | 0 | F | 56 | E | 32 | 4C | 31 |
| Octal | 333 | 272 | 36 | 0 | 17 | 126 | 16 | 62 | 114 | 61 |
| Binary | 11011011 | 10111010 | 11110 | 0 | 1111 | 1010110 | 1110 | 110010 | 1001100 | 110001 |
Color Harmonies of #DBBA1E
Complementary color
Monochromatic Colors of #DBBA1E
Black with #DBBA1E
Text Example
Text Example
White with #DBBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA1E; }
p { color: rgb(219,186,30); }
H1.HeaderClassName
{
color: #DBBA1E;
}
.AnyTagClassName
{
color: #DBBA1E;
}
</style>
background-color css
<style>
a { background-color: #DBBA1E; }
a { background-color: rgb(219,186,30); }
div.DivClassName
{
background-color: #DBBA1E;
}
.BgClassName
{
background-color: #DBBA1E;
}
</style>
border-color css
<style>
span { border-color: #DBBA1E; }
span { border-color: rgb(219,186,30); }
td.TdClassName
{
border-color: #DBBA1E;
}
.TagClassName
{
border-color: #DBBA1E;
}
</style>