Shades of Chocolate #DB5217
Tints of Chocolate #DB5217
RGB
CMYK
RGB Variations
Color information
#DB5217 (or 0xDB5217) is known color: Chocolate. HEX triplet: DB, 52 and 17. RGB value is (219,82,23). Sum of RGB (Red+Green+Blue) = 219+82+23=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5217 is #24ADE8. Grayscale: #747474. Windows color (decimal): -2403817 or 1528539. OLE color: 1528539.
HSL color Cylindrical-coordinate representation of color #DB5217: hue angle of 18.06º 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 #DB5217 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 23 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.14 |
| HSL | 18.06º | 0.81% | 0.47% | - |
| HSV(B) | 18.06º | 0.89% | 0.86% | - |
| XYZ | 32.39 | 21.16 | 3.19 | - |
| YUV | 116.24 | 75.39 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 23 | 0 | 0.63 | 0.89 | 0.14 | 18.06 | 0.81 | 0.47 |
| Hex | DB | 52 | 17 | 0 | 3F | 59 | E | 12 | 51 | 2F |
| Octal | 333 | 122 | 27 | 0 | 77 | 131 | 16 | 22 | 121 | 57 |
| Binary | 11011011 | 1010010 | 10111 | 0 | 111111 | 1011001 | 1110 | 10010 | 1010001 | 101111 |
Color Harmonies of #DB5217
Complementary color
Monochromatic Colors of #DB5217
Black with #DB5217
Text Example
Text Example
White with #DB5217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5217; }
p { color: rgb(219,82,23); }
H1.HeaderClassName
{
color: #DB5217;
}
.AnyTagClassName
{
color: #DB5217;
}
</style>
background-color css
<style>
a { background-color: #DB5217; }
a { background-color: rgb(219,82,23); }
div.DivClassName
{
background-color: #DB5217;
}
.BgClassName
{
background-color: #DB5217;
}
</style>
border-color css
<style>
span { border-color: #DB5217; }
span { border-color: rgb(219,82,23); }
td.TdClassName
{
border-color: #DB5217;
}
.TagClassName
{
border-color: #DB5217;
}
</style>