Shades of Chocolate #DB6424
Tints of Chocolate #DB6424
RGB
CMYK
RGB Variations
Color information
#DB6424 (or 0xDB6424) is known color: Chocolate. HEX triplet: DB, 64 and 24. RGB value is (219,100,36). Sum of RGB (Red+Green+Blue) = 219+100+36=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6424 is #249BDB. Grayscale: #808080. Windows color (decimal): -2399196 or 2385115. OLE color: 2385115.
HSL color Cylindrical-coordinate representation of color #DB6424: hue angle of 20.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB6424 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 36 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.14 |
| HSL | 20.98º | 0.72% | 0.5% | - |
| HSV(B) | 20.98º | 0.84% | 0.86% | - |
| XYZ | 34.09 | 24.3 | 4.56 | - |
| YUV | 128.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 36 | 0 | 0.54 | 0.84 | 0.14 | 20.98 | 0.72 | 0.5 |
| Hex | DB | 64 | 24 | 0 | 36 | 54 | E | 15 | 48 | 32 |
| Octal | 333 | 144 | 44 | 0 | 66 | 124 | 16 | 25 | 110 | 62 |
| Binary | 11011011 | 1100100 | 100100 | 0 | 110110 | 1010100 | 1110 | 10101 | 1001000 | 110010 |
Color Harmonies of #DB6424
Complementary color
Monochromatic Colors of #DB6424
Black with #DB6424
Text Example
Text Example
White with #DB6424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6424; }
p { color: rgb(219,100,36); }
H1.HeaderClassName
{
color: #DB6424;
}
.AnyTagClassName
{
color: #DB6424;
}
</style>
background-color css
<style>
a { background-color: #DB6424; }
a { background-color: rgb(219,100,36); }
div.DivClassName
{
background-color: #DB6424;
}
.BgClassName
{
background-color: #DB6424;
}
</style>
border-color css
<style>
span { border-color: #DB6424; }
span { border-color: rgb(219,100,36); }
td.TdClassName
{
border-color: #DB6424;
}
.TagClassName
{
border-color: #DB6424;
}
</style>