Shades of Sunflower #DBB517
Tints of Sunflower #DBB517
RGB
CMYK
RGB Variations
Color information
#DBB517 (or 0xDBB517) is known color: Sunflower. HEX triplet: DB, B5 and 17. RGB value is (219,181,23). Sum of RGB (Red+Green+Blue) = 219+181+23=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB517 is #244AE8. Grayscale: #AFAFAF. Windows color (decimal): -2378473 or 1553883. OLE color: 1553883.
HSL color Cylindrical-coordinate representation of color #DBB517: hue angle of 48.37º 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 #DBB517 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 23 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.14 |
| HSL | 48.37º | 0.81% | 0.47% | - |
| HSV(B) | 48.37º | 0.89% | 0.86% | - |
| XYZ | 45.89 | 48.17 | 7.69 | - |
| YUV | 174.35 | 42.59 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 23 | 0 | 0.17 | 0.89 | 0.14 | 48.37 | 0.81 | 0.47 |
| Hex | DB | B5 | 17 | 0 | 11 | 59 | E | 30 | 51 | 2F |
| Octal | 333 | 265 | 27 | 0 | 21 | 131 | 16 | 60 | 121 | 57 |
| Binary | 11011011 | 10110101 | 10111 | 0 | 10001 | 1011001 | 1110 | 110000 | 1010001 | 101111 |
Color Harmonies of #DBB517
Complementary color
Monochromatic Colors of #DBB517
Black with #DBB517
Text Example
Text Example
White with #DBB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB517; }
p { color: rgb(219,181,23); }
H1.HeaderClassName
{
color: #DBB517;
}
.AnyTagClassName
{
color: #DBB517;
}
</style>
background-color css
<style>
a { background-color: #DBB517; }
a { background-color: rgb(219,181,23); }
div.DivClassName
{
background-color: #DBB517;
}
.BgClassName
{
background-color: #DBB517;
}
</style>
border-color css
<style>
span { border-color: #DBB517; }
span { border-color: rgb(219,181,23); }
td.TdClassName
{
border-color: #DBB517;
}
.TagClassName
{
border-color: #DBB517;
}
</style>