Shades of Chocolate #DC7417
Tints of Chocolate #DC7417
RGB
CMYK
RGB Variations
Color information
#DC7417 (or 0xDC7417) is known color: Chocolate. HEX triplet: DC, 74 and 17. RGB value is (220,116,23). Sum of RGB (Red+Green+Blue) = 220+116+23=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7417 is #238BE8. Grayscale: #888888. Windows color (decimal): -2329577 or 1537244. OLE color: 1537244.
HSL color Cylindrical-coordinate representation of color #DC7417: hue angle of 28.32º 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 #DC7417 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 23 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.14 |
| HSL | 28.32º | 0.81% | 0.48% | - |
| HSV(B) | 28.32º | 0.9% | 0.86% | - |
| XYZ | 35.92 | 27.77 | 4.28 | - |
| YUV | 136.49 | 63.96 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 23 | 0 | 0.47 | 0.90 | 0.14 | 28.32 | 0.81 | 0.48 |
| Hex | DC | 74 | 17 | 0 | 2F | 5A | E | 1C | 51 | 30 |
| Octal | 334 | 164 | 27 | 0 | 57 | 132 | 16 | 34 | 121 | 60 |
| Binary | 11011100 | 1110100 | 10111 | 0 | 101111 | 1011010 | 1110 | 11100 | 1010001 | 110000 |
Color Harmonies of #DC7417
Complementary color
Monochromatic Colors of #DC7417
Black with #DC7417
Text Example
Text Example
White with #DC7417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7417; }
p { color: rgb(220,116,23); }
H1.HeaderClassName
{
color: #DC7417;
}
.AnyTagClassName
{
color: #DC7417;
}
</style>
background-color css
<style>
a { background-color: #DC7417; }
a { background-color: rgb(220,116,23); }
div.DivClassName
{
background-color: #DC7417;
}
.BgClassName
{
background-color: #DC7417;
}
</style>
border-color css
<style>
span { border-color: #DC7417; }
span { border-color: rgb(220,116,23); }
td.TdClassName
{
border-color: #DC7417;
}
.TagClassName
{
border-color: #DC7417;
}
</style>