Shades of Sunflower #DBBA0B
Tints of Sunflower #DBBA0B
RGB
CMYK
RGB Variations
Color information
#DBBA0B (or 0xDBBA0B) is known color: Sunflower. HEX triplet: DB, BA and 0B. RGB value is (219,186,11). Sum of RGB (Red+Green+Blue) = 219+186+11=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA0B is #2445F4. Grayscale: #B0B0B0. Windows color (decimal): -2377205 or 768731. OLE color: 768731.
HSL color Cylindrical-coordinate representation of color #DBBA0B: hue angle of 50.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBBA0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.14 |
| HSL | 50.48º | 0.9% | 0.45% | - |
| HSV(B) | 50.48º | 0.95% | 0.86% | - |
| XYZ | 46.83 | 50.2 | 7.54 | - |
| YUV | 175.92 | 34.93 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 11 | 0 | 0.15 | 0.95 | 0.14 | 50.48 | 0.9 | 0.45 |
| Hex | DB | BA | B | 0 | F | 5F | E | 32 | 5A | 2D |
| Octal | 333 | 272 | 13 | 0 | 17 | 137 | 16 | 62 | 132 | 55 |
| Binary | 11011011 | 10111010 | 1011 | 0 | 1111 | 1011111 | 1110 | 110010 | 1011010 | 101101 |
Color Harmonies of #DBBA0B
Complementary color
Monochromatic Colors of #DBBA0B
Black with #DBBA0B
Text Example
Text Example
White with #DBBA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA0B; }
p { color: rgb(219,186,11); }
H1.HeaderClassName
{
color: #DBBA0B;
}
.AnyTagClassName
{
color: #DBBA0B;
}
</style>
background-color css
<style>
a { background-color: #DBBA0B; }
a { background-color: rgb(219,186,11); }
div.DivClassName
{
background-color: #DBBA0B;
}
.BgClassName
{
background-color: #DBBA0B;
}
</style>
border-color css
<style>
span { border-color: #DBBA0B; }
span { border-color: rgb(219,186,11); }
td.TdClassName
{
border-color: #DBBA0B;
}
.TagClassName
{
border-color: #DBBA0B;
}
</style>