Shades of Chocolate #DC600D
Tints of Chocolate #DC600D
RGB
CMYK
RGB Variations
Color information
#DC600D (or 0xDC600D) is known color: Chocolate. HEX triplet: DC, 60 and 0D. RGB value is (220,96,13). Sum of RGB (Red+Green+Blue) = 220+96+13=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC600D is #239FF2. Grayscale: #7C7C7C. Windows color (decimal): -2334707 or 876764. OLE color: 876764.
HSL color Cylindrical-coordinate representation of color #DC600D: hue angle of 24.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC600D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.14 |
| HSL | 24.06º | 0.89% | 0.46% | - |
| HSV(B) | 24.06º | 0.94% | 0.86% | - |
| XYZ | 33.77 | 23.61 | 3.16 | - |
| YUV | 123.61 | 65.58 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 13 | 0 | 0.56 | 0.94 | 0.14 | 24.06 | 0.89 | 0.46 |
| Hex | DC | 60 | D | 0 | 38 | 5E | E | 18 | 59 | 2E |
| Octal | 334 | 140 | 15 | 0 | 70 | 136 | 16 | 30 | 131 | 56 |
| Binary | 11011100 | 1100000 | 1101 | 0 | 111000 | 1011110 | 1110 | 11000 | 1011001 | 101110 |
Color Harmonies of #DC600D
Complementary color
Monochromatic Colors of #DC600D
Black with #DC600D
Text Example
Text Example
White with #DC600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC600D; }
p { color: rgb(220,96,13); }
H1.HeaderClassName
{
color: #DC600D;
}
.AnyTagClassName
{
color: #DC600D;
}
</style>
background-color css
<style>
a { background-color: #DC600D; }
a { background-color: rgb(220,96,13); }
div.DivClassName
{
background-color: #DC600D;
}
.BgClassName
{
background-color: #DC600D;
}
</style>
border-color css
<style>
span { border-color: #DC600D; }
span { border-color: rgb(220,96,13); }
td.TdClassName
{
border-color: #DC600D;
}
.TagClassName
{
border-color: #DC600D;
}
</style>