Shades of Chocolate #DC7617
Tints of Chocolate #DC7617
RGB
CMYK
RGB Variations
Color information
#DC7617 (or 0xDC7617) is known color: Chocolate. HEX triplet: DC, 76 and 17. RGB value is (220,118,23). Sum of RGB (Red+Green+Blue) = 220+118+23=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7617 is #2389E8. Grayscale: #8A8A8A. Windows color (decimal): -2329065 or 1537756. OLE color: 1537756.
HSL color Cylindrical-coordinate representation of color #DC7617: hue angle of 28.93º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC7617 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 23 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.14 |
| HSL | 28.93º | 0.81% | 0.48% | - |
| HSV(B) | 28.93º | 0.9% | 0.86% | - |
| XYZ | 36.15 | 28.23 | 4.36 | - |
| YUV | 137.67 | 63.29 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 23 | 0 | 0.46 | 0.90 | 0.14 | 28.93 | 0.81 | 0.48 |
| Hex | DC | 76 | 17 | 0 | 2E | 5A | E | 1D | 51 | 30 |
| Octal | 334 | 166 | 27 | 0 | 56 | 132 | 16 | 35 | 121 | 60 |
| Binary | 11011100 | 1110110 | 10111 | 0 | 101110 | 1011010 | 1110 | 11101 | 1010001 | 110000 |
Color Harmonies of #DC7617
Complementary color
Monochromatic Colors of #DC7617
Black with #DC7617
Text Example
Text Example
White with #DC7617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7617; }
p { color: rgb(220,118,23); }
H1.HeaderClassName
{
color: #DC7617;
}
.AnyTagClassName
{
color: #DC7617;
}
</style>
background-color css
<style>
a { background-color: #DC7617; }
a { background-color: rgb(220,118,23); }
div.DivClassName
{
background-color: #DC7617;
}
.BgClassName
{
background-color: #DC7617;
}
</style>
border-color css
<style>
span { border-color: #DC7617; }
span { border-color: rgb(220,118,23); }
td.TdClassName
{
border-color: #DC7617;
}
.TagClassName
{
border-color: #DC7617;
}
</style>