Shades of Chocolate #DC640D
Tints of Chocolate #DC640D
RGB
CMYK
RGB Variations
Color information
#DC640D (or 0xDC640D) is known color: Chocolate. HEX triplet: DC, 64 and 0D. RGB value is (220,100,13). Sum of RGB (Red+Green+Blue) = 220+100+13=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC640D is #239BF2. Grayscale: #7E7E7E. Windows color (decimal): -2333683 or 877788. OLE color: 877788.
HSL color Cylindrical-coordinate representation of color #DC640D: hue angle of 25.22º 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 #DC640D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.14 |
| HSL | 25.22º | 0.89% | 0.46% | - |
| HSV(B) | 25.22º | 0.94% | 0.86% | - |
| XYZ | 34.15 | 24.36 | 3.28 | - |
| YUV | 125.96 | 64.26 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 13 | 0 | 0.55 | 0.94 | 0.14 | 25.22 | 0.89 | 0.46 |
| Hex | DC | 64 | D | 0 | 37 | 5E | E | 19 | 59 | 2E |
| Octal | 334 | 144 | 15 | 0 | 67 | 136 | 16 | 31 | 131 | 56 |
| Binary | 11011100 | 1100100 | 1101 | 0 | 110111 | 1011110 | 1110 | 11001 | 1011001 | 101110 |
Color Harmonies of #DC640D
Complementary color
Monochromatic Colors of #DC640D
Black with #DC640D
Text Example
Text Example
White with #DC640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC640D; }
p { color: rgb(220,100,13); }
H1.HeaderClassName
{
color: #DC640D;
}
.AnyTagClassName
{
color: #DC640D;
}
</style>
background-color css
<style>
a { background-color: #DC640D; }
a { background-color: rgb(220,100,13); }
div.DivClassName
{
background-color: #DC640D;
}
.BgClassName
{
background-color: #DC640D;
}
</style>
border-color css
<style>
span { border-color: #DC640D; }
span { border-color: rgb(220,100,13); }
td.TdClassName
{
border-color: #DC640D;
}
.TagClassName
{
border-color: #DC640D;
}
</style>