Shades of Chocolate #DB6624
Tints of Chocolate #DB6624
RGB
CMYK
RGB Variations
Color information
#DB6624 (or 0xDB6624) is known color: Chocolate. HEX triplet: DB, 66 and 24. RGB value is (219,102,36). Sum of RGB (Red+Green+Blue) = 219+102+36=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6624 is #2499DB. Grayscale: #818181. Windows color (decimal): -2398684 or 2385627. OLE color: 2385627.
HSL color Cylindrical-coordinate representation of color #DB6624: hue angle of 21.64º 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 #DB6624 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 36 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.14 |
| HSL | 21.64º | 0.72% | 0.5% | - |
| HSV(B) | 21.64º | 0.84% | 0.86% | - |
| XYZ | 34.28 | 24.69 | 4.63 | - |
| YUV | 129.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 36 | 0 | 0.53 | 0.84 | 0.14 | 21.64 | 0.72 | 0.5 |
| Hex | DB | 66 | 24 | 0 | 35 | 54 | E | 16 | 48 | 32 |
| Octal | 333 | 146 | 44 | 0 | 65 | 124 | 16 | 26 | 110 | 62 |
| Binary | 11011011 | 1100110 | 100100 | 0 | 110101 | 1010100 | 1110 | 10110 | 1001000 | 110010 |
Color Harmonies of #DB6624
Complementary color
Monochromatic Colors of #DB6624
Black with #DB6624
Text Example
Text Example
White with #DB6624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6624; }
p { color: rgb(219,102,36); }
H1.HeaderClassName
{
color: #DB6624;
}
.AnyTagClassName
{
color: #DB6624;
}
</style>
background-color css
<style>
a { background-color: #DB6624; }
a { background-color: rgb(219,102,36); }
div.DivClassName
{
background-color: #DB6624;
}
.BgClassName
{
background-color: #DB6624;
}
</style>
border-color css
<style>
span { border-color: #DB6624; }
span { border-color: rgb(219,102,36); }
td.TdClassName
{
border-color: #DB6624;
}
.TagClassName
{
border-color: #DB6624;
}
</style>