Shades of Sunflower #DBC517
Tints of Sunflower #DBC517
RGB
CMYK
RGB Variations
Color information
#DBC517 (or 0xDBC517) is known color: Sunflower. HEX triplet: DB, C5 and 17. RGB value is (219,197,23). Sum of RGB (Red+Green+Blue) = 219+197+23=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 23 (9.38% from 255 or 5.24% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC517 is #243AE8. Grayscale: #B8B8B8. Windows color (decimal): -2374377 or 1557979. OLE color: 1557979.
HSL color Cylindrical-coordinate representation of color #DBC517: hue angle of 53.27º 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 #DBC517 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 23 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.14 |
| HSL | 53.27º | 0.81% | 0.47% | - |
| HSV(B) | 53.27º | 0.89% | 0.86% | - |
| XYZ | 49.33 | 55.05 | 8.84 | - |
| YUV | 183.74 | 37.29 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 23 | 0 | 0.10 | 0.89 | 0.14 | 53.27 | 0.81 | 0.47 |
| Hex | DB | C5 | 17 | 0 | A | 59 | E | 35 | 51 | 2F |
| Octal | 333 | 305 | 27 | 0 | 12 | 131 | 16 | 65 | 121 | 57 |
| Binary | 11011011 | 11000101 | 10111 | 0 | 1010 | 1011001 | 1110 | 110101 | 1010001 | 101111 |
Color Harmonies of #DBC517
Complementary color
Monochromatic Colors of #DBC517
Black with #DBC517
Text Example
Text Example
White with #DBC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC517; }
p { color: rgb(219,197,23); }
H1.HeaderClassName
{
color: #DBC517;
}
.AnyTagClassName
{
color: #DBC517;
}
</style>
background-color css
<style>
a { background-color: #DBC517; }
a { background-color: rgb(219,197,23); }
div.DivClassName
{
background-color: #DBC517;
}
.BgClassName
{
background-color: #DBC517;
}
</style>
border-color css
<style>
span { border-color: #DBC517; }
span { border-color: rgb(219,197,23); }
td.TdClassName
{
border-color: #DBC517;
}
.TagClassName
{
border-color: #DBC517;
}
</style>