Shades of Sunflower #DBBA17
Tints of Sunflower #DBBA17
RGB
CMYK
RGB Variations
Color information
#DBBA17 (or 0xDBBA17) is known color: Sunflower. HEX triplet: DB, BA and 17. RGB value is (219,186,23). Sum of RGB (Red+Green+Blue) = 219+186+23=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA17 is #2445E8. Grayscale: #B1B1B1. Windows color (decimal): -2377193 or 1555163. OLE color: 1555163.
HSL color Cylindrical-coordinate representation of color #DBBA17: hue angle of 49.9º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBBA17 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 23 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.14 |
| HSL | 49.9º | 0.81% | 0.47% | - |
| HSV(B) | 49.9º | 0.89% | 0.86% | - |
| XYZ | 46.93 | 50.24 | 8.03 | - |
| YUV | 177.29 | 40.93 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 23 | 0 | 0.15 | 0.89 | 0.14 | 49.9 | 0.81 | 0.47 |
| Hex | DB | BA | 17 | 0 | F | 59 | E | 32 | 51 | 2F |
| Octal | 333 | 272 | 27 | 0 | 17 | 131 | 16 | 62 | 121 | 57 |
| Binary | 11011011 | 10111010 | 10111 | 0 | 1111 | 1011001 | 1110 | 110010 | 1010001 | 101111 |
Color Harmonies of #DBBA17
Complementary color
Monochromatic Colors of #DBBA17
Black with #DBBA17
Text Example
Text Example
White with #DBBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA17; }
p { color: rgb(219,186,23); }
H1.HeaderClassName
{
color: #DBBA17;
}
.AnyTagClassName
{
color: #DBBA17;
}
</style>
background-color css
<style>
a { background-color: #DBBA17; }
a { background-color: rgb(219,186,23); }
div.DivClassName
{
background-color: #DBBA17;
}
.BgClassName
{
background-color: #DBBA17;
}
</style>
border-color css
<style>
span { border-color: #DBBA17; }
span { border-color: rgb(219,186,23); }
td.TdClassName
{
border-color: #DBBA17;
}
.TagClassName
{
border-color: #DBBA17;
}
</style>