Shades of Sunflower #DBB917
Tints of Sunflower #DBB917
RGB
CMYK
RGB Variations
Color information
#DBB917 (or 0xDBB917) is known color: Sunflower. HEX triplet: DB, B9 and 17. RGB value is (219,185,23). Sum of RGB (Red+Green+Blue) = 219+185+23=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB917 is #2446E8. Grayscale: #B1B1B1. Windows color (decimal): -2377449 or 1554907. OLE color: 1554907.
HSL color Cylindrical-coordinate representation of color #DBB917: hue angle of 49.59º 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 #DBB917 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 23 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.14 |
| HSL | 49.59º | 0.81% | 0.47% | - |
| HSV(B) | 49.59º | 0.89% | 0.86% | - |
| XYZ | 46.72 | 49.82 | 7.96 | - |
| YUV | 176.7 | 41.26 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 23 | 0 | 0.16 | 0.89 | 0.14 | 49.59 | 0.81 | 0.47 |
| Hex | DB | B9 | 17 | 0 | 10 | 59 | E | 32 | 51 | 2F |
| Octal | 333 | 271 | 27 | 0 | 20 | 131 | 16 | 62 | 121 | 57 |
| Binary | 11011011 | 10111001 | 10111 | 0 | 10000 | 1011001 | 1110 | 110010 | 1010001 | 101111 |
Color Harmonies of #DBB917
Complementary color
Monochromatic Colors of #DBB917
Black with #DBB917
Text Example
Text Example
White with #DBB917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB917; }
p { color: rgb(219,185,23); }
H1.HeaderClassName
{
color: #DBB917;
}
.AnyTagClassName
{
color: #DBB917;
}
</style>
background-color css
<style>
a { background-color: #DBB917; }
a { background-color: rgb(219,185,23); }
div.DivClassName
{
background-color: #DBB917;
}
.BgClassName
{
background-color: #DBB917;
}
</style>
border-color css
<style>
span { border-color: #DBB917; }
span { border-color: rgb(219,185,23); }
td.TdClassName
{
border-color: #DBB917;
}
.TagClassName
{
border-color: #DBB917;
}
</style>