Shades of Chocolate #DC701A
Tints of Chocolate #DC701A
RGB
CMYK
RGB Variations
Color information
#DC701A (or 0xDC701A) is known color: Chocolate. HEX triplet: DC, 70 and 1A. RGB value is (220,112,26). Sum of RGB (Red+Green+Blue) = 220+112+26=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC701A is #238FE5. Grayscale: #868686. Windows color (decimal): -2330598 or 1732828. OLE color: 1732828.
HSL color Cylindrical-coordinate representation of color #DC701A: hue angle of 26.6º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC701A is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 26 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.14 |
| HSL | 26.6º | 0.79% | 0.48% | - |
| HSV(B) | 26.6º | 0.88% | 0.86% | - |
| XYZ | 35.5 | 26.88 | 4.29 | - |
| YUV | 134.49 | 66.78 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 26 | 0 | 0.49 | 0.88 | 0.14 | 26.6 | 0.79 | 0.48 |
| Hex | DC | 70 | 1A | 0 | 31 | 58 | E | 1B | 4F | 30 |
| Octal | 334 | 160 | 32 | 0 | 61 | 130 | 16 | 33 | 117 | 60 |
| Binary | 11011100 | 1110000 | 11010 | 0 | 110001 | 1011000 | 1110 | 11011 | 1001111 | 110000 |
Color Harmonies of #DC701A
Complementary color
Monochromatic Colors of #DC701A
Black with #DC701A
Text Example
Text Example
White with #DC701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC701A; }
p { color: rgb(220,112,26); }
H1.HeaderClassName
{
color: #DC701A;
}
.AnyTagClassName
{
color: #DC701A;
}
</style>
background-color css
<style>
a { background-color: #DC701A; }
a { background-color: rgb(220,112,26); }
div.DivClassName
{
background-color: #DC701A;
}
.BgClassName
{
background-color: #DC701A;
}
</style>
border-color css
<style>
span { border-color: #DC701A; }
span { border-color: rgb(220,112,26); }
td.TdClassName
{
border-color: #DC701A;
}
.TagClassName
{
border-color: #DC701A;
}
</style>