Shades of Sunflower #DBBA06
Tints of Sunflower #DBBA06
RGB
CMYK
RGB Variations
Color information
#DBBA06 (or 0xDBBA06) is known color: Sunflower. HEX triplet: DB, BA and 06. RGB value is (219,186,6). Sum of RGB (Red+Green+Blue) = 219+186+6=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA06 is #2445F9. Grayscale: #B0B0B0. Windows color (decimal): -2377210 or 441051. OLE color: 441051.
HSL color Cylindrical-coordinate representation of color #DBBA06: hue angle of 50.7º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBBA06 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.14 |
| HSL | 50.7º | 0.95% | 0.44% | - |
| HSV(B) | 50.7º | 0.97% | 0.86% | - |
| XYZ | 46.81 | 50.19 | 7.39 | - |
| YUV | 175.35 | 32.43 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 6 | 0 | 0.15 | 0.97 | 0.14 | 50.7 | 0.95 | 0.44 |
| Hex | DB | BA | 6 | 0 | F | 61 | E | 33 | 5F | 2C |
| Octal | 333 | 272 | 6 | 0 | 17 | 141 | 16 | 63 | 137 | 54 |
| Binary | 11011011 | 10111010 | 110 | 0 | 1111 | 1100001 | 1110 | 110011 | 1011111 | 101100 |
Color Harmonies of #DBBA06
Complementary color
Monochromatic Colors of #DBBA06
Black with #DBBA06
Text Example
Text Example
White with #DBBA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA06; }
p { color: rgb(219,186,6); }
H1.HeaderClassName
{
color: #DBBA06;
}
.AnyTagClassName
{
color: #DBBA06;
}
</style>
background-color css
<style>
a { background-color: #DBBA06; }
a { background-color: rgb(219,186,6); }
div.DivClassName
{
background-color: #DBBA06;
}
.BgClassName
{
background-color: #DBBA06;
}
</style>
border-color css
<style>
span { border-color: #DBBA06; }
span { border-color: rgb(219,186,6); }
td.TdClassName
{
border-color: #DBBA06;
}
.TagClassName
{
border-color: #DBBA06;
}
</style>