Shades of Chocolate #DB7417
Tints of Chocolate #DB7417
RGB
CMYK
RGB Variations
Color information
#DB7417 (or 0xDB7417) is known color: Chocolate. HEX triplet: DB, 74 and 17. RGB value is (219,116,23). Sum of RGB (Red+Green+Blue) = 219+116+23=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7417 is #248BE8. Grayscale: #888888. Windows color (decimal): -2395113 or 1537243. OLE color: 1537243.
HSL color Cylindrical-coordinate representation of color #DB7417: hue angle of 28.47º 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 #DB7417 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 23 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.14 |
| HSL | 28.47º | 0.81% | 0.47% | - |
| HSV(B) | 28.47º | 0.89% | 0.86% | - |
| XYZ | 35.61 | 27.61 | 4.26 | - |
| YUV | 136.2 | 64.12 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 23 | 0 | 0.47 | 0.89 | 0.14 | 28.47 | 0.81 | 0.47 |
| Hex | DB | 74 | 17 | 0 | 2F | 59 | E | 1C | 51 | 2F |
| Octal | 333 | 164 | 27 | 0 | 57 | 131 | 16 | 34 | 121 | 57 |
| Binary | 11011011 | 1110100 | 10111 | 0 | 101111 | 1011001 | 1110 | 11100 | 1010001 | 101111 |
Color Harmonies of #DB7417
Complementary color
Monochromatic Colors of #DB7417
Black with #DB7417
Text Example
Text Example
White with #DB7417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7417; }
p { color: rgb(219,116,23); }
H1.HeaderClassName
{
color: #DB7417;
}
.AnyTagClassName
{
color: #DB7417;
}
</style>
background-color css
<style>
a { background-color: #DB7417; }
a { background-color: rgb(219,116,23); }
div.DivClassName
{
background-color: #DB7417;
}
.BgClassName
{
background-color: #DB7417;
}
</style>
border-color css
<style>
span { border-color: #DB7417; }
span { border-color: rgb(219,116,23); }
td.TdClassName
{
border-color: #DB7417;
}
.TagClassName
{
border-color: #DB7417;
}
</style>