Shades of Chocolate #DC6624
Tints of Chocolate #DC6624
RGB
CMYK
RGB Variations
Color information
#DC6624 (or 0xDC6624) is known color: Chocolate. HEX triplet: DC, 66 and 24. RGB value is (220,102,36). Sum of RGB (Red+Green+Blue) = 220+102+36=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6624 is #2399DB. Grayscale: #828282. Windows color (decimal): -2333148 or 2385628. OLE color: 2385628.
HSL color Cylindrical-coordinate representation of color #DC6624: hue angle of 21.52º 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 #DC6624 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 36 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.14 |
| HSL | 21.52º | 0.72% | 0.5% | - |
| HSV(B) | 21.52º | 0.84% | 0.86% | - |
| XYZ | 34.59 | 24.85 | 4.64 | - |
| YUV | 129.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 36 | 0 | 0.54 | 0.84 | 0.14 | 21.52 | 0.72 | 0.5 |
| Hex | DC | 66 | 24 | 0 | 36 | 54 | E | 16 | 48 | 32 |
| Octal | 334 | 146 | 44 | 0 | 66 | 124 | 16 | 26 | 110 | 62 |
| Binary | 11011100 | 1100110 | 100100 | 0 | 110110 | 1010100 | 1110 | 10110 | 1001000 | 110010 |
Color Harmonies of #DC6624
Complementary color
Monochromatic Colors of #DC6624
Black with #DC6624
Text Example
Text Example
White with #DC6624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6624; }
p { color: rgb(220,102,36); }
H1.HeaderClassName
{
color: #DC6624;
}
.AnyTagClassName
{
color: #DC6624;
}
</style>
background-color css
<style>
a { background-color: #DC6624; }
a { background-color: rgb(220,102,36); }
div.DivClassName
{
background-color: #DC6624;
}
.BgClassName
{
background-color: #DC6624;
}
</style>
border-color css
<style>
span { border-color: #DC6624; }
span { border-color: rgb(220,102,36); }
td.TdClassName
{
border-color: #DC6624;
}
.TagClassName
{
border-color: #DC6624;
}
</style>