Shades of Chocolate #DC6424
Tints of Chocolate #DC6424
RGB
CMYK
RGB Variations
Color information
#DC6424 (or 0xDC6424) is known color: Chocolate. HEX triplet: DC, 64 and 24. RGB value is (220,100,36). Sum of RGB (Red+Green+Blue) = 220+100+36=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6424 is #239BDB. Grayscale: #808080. Windows color (decimal): -2333660 or 2385116. OLE color: 2385116.
HSL color Cylindrical-coordinate representation of color #DC6424: hue angle of 20.87º 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 #DC6424 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 36 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.14 |
| HSL | 20.87º | 0.72% | 0.5% | - |
| HSV(B) | 20.87º | 0.84% | 0.86% | - |
| XYZ | 34.39 | 24.46 | 4.58 | - |
| YUV | 128.58 | 75.76 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 36 | 0 | 0.55 | 0.84 | 0.14 | 20.87 | 0.72 | 0.5 |
| Hex | DC | 64 | 24 | 0 | 37 | 54 | E | 15 | 48 | 32 |
| Octal | 334 | 144 | 44 | 0 | 67 | 124 | 16 | 25 | 110 | 62 |
| Binary | 11011100 | 1100100 | 100100 | 0 | 110111 | 1010100 | 1110 | 10101 | 1001000 | 110010 |
Color Harmonies of #DC6424
Complementary color
Monochromatic Colors of #DC6424
Black with #DC6424
Text Example
Text Example
White with #DC6424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6424; }
p { color: rgb(220,100,36); }
H1.HeaderClassName
{
color: #DC6424;
}
.AnyTagClassName
{
color: #DC6424;
}
</style>
background-color css
<style>
a { background-color: #DC6424; }
a { background-color: rgb(220,100,36); }
div.DivClassName
{
background-color: #DC6424;
}
.BgClassName
{
background-color: #DC6424;
}
</style>
border-color css
<style>
span { border-color: #DC6424; }
span { border-color: rgb(220,100,36); }
td.TdClassName
{
border-color: #DC6424;
}
.TagClassName
{
border-color: #DC6424;
}
</style>