Shades of Chocolate #DC701C
Tints of Chocolate #DC701C
RGB
CMYK
RGB Variations
Color information
#DC701C (or 0xDC701C) is known color: Chocolate. HEX triplet: DC, 70 and 1C. RGB value is (220,112,28). Sum of RGB (Red+Green+Blue) = 220+112+28=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC701C is #238FE3. Grayscale: #878787. Windows color (decimal): -2330596 or 1863900. OLE color: 1863900.
HSL color Cylindrical-coordinate representation of color #DC701C: hue angle of 26.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC701C is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 28 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.14 |
| HSL | 26.25º | 0.77% | 0.49% | - |
| HSV(B) | 26.25º | 0.87% | 0.86% | - |
| XYZ | 35.52 | 26.89 | 4.42 | - |
| YUV | 134.72 | 67.78 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 28 | 0 | 0.49 | 0.87 | 0.14 | 26.25 | 0.77 | 0.49 |
| Hex | DC | 70 | 1C | 0 | 31 | 57 | E | 1A | 4D | 31 |
| Octal | 334 | 160 | 34 | 0 | 61 | 127 | 16 | 32 | 115 | 61 |
| Binary | 11011100 | 1110000 | 11100 | 0 | 110001 | 1010111 | 1110 | 11010 | 1001101 | 110001 |
Color Harmonies of #DC701C
Complementary color
Monochromatic Colors of #DC701C
Black with #DC701C
Text Example
Text Example
White with #DC701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC701C; }
p { color: rgb(220,112,28); }
H1.HeaderClassName
{
color: #DC701C;
}
.AnyTagClassName
{
color: #DC701C;
}
</style>
background-color css
<style>
a { background-color: #DC701C; }
a { background-color: rgb(220,112,28); }
div.DivClassName
{
background-color: #DC701C;
}
.BgClassName
{
background-color: #DC701C;
}
</style>
border-color css
<style>
span { border-color: #DC701C; }
span { border-color: rgb(220,112,28); }
td.TdClassName
{
border-color: #DC701C;
}
.TagClassName
{
border-color: #DC701C;
}
</style>