Shades of Chocolate #DC7517
Tints of Chocolate #DC7517
RGB
CMYK
RGB Variations
Color information
#DC7517 (or 0xDC7517) is known color: Chocolate. HEX triplet: DC, 75 and 17. RGB value is (220,117,23). Sum of RGB (Red+Green+Blue) = 220+117+23=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7517 is #238AE8. Grayscale: #898989. Windows color (decimal): -2329321 or 1537500. OLE color: 1537500.
HSL color Cylindrical-coordinate representation of color #DC7517: hue angle of 28.63º 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 #DC7517 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 23 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.14 |
| HSL | 28.63º | 0.81% | 0.48% | - |
| HSV(B) | 28.63º | 0.9% | 0.86% | - |
| XYZ | 36.03 | 28 | 4.32 | - |
| YUV | 137.08 | 63.62 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 23 | 0 | 0.47 | 0.90 | 0.14 | 28.63 | 0.81 | 0.48 |
| Hex | DC | 75 | 17 | 0 | 2F | 5A | E | 1D | 51 | 30 |
| Octal | 334 | 165 | 27 | 0 | 57 | 132 | 16 | 35 | 121 | 60 |
| Binary | 11011100 | 1110101 | 10111 | 0 | 101111 | 1011010 | 1110 | 11101 | 1010001 | 110000 |
Color Harmonies of #DC7517
Complementary color
Monochromatic Colors of #DC7517
Black with #DC7517
Text Example
Text Example
White with #DC7517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7517; }
p { color: rgb(220,117,23); }
H1.HeaderClassName
{
color: #DC7517;
}
.AnyTagClassName
{
color: #DC7517;
}
</style>
background-color css
<style>
a { background-color: #DC7517; }
a { background-color: rgb(220,117,23); }
div.DivClassName
{
background-color: #DC7517;
}
.BgClassName
{
background-color: #DC7517;
}
</style>
border-color css
<style>
span { border-color: #DC7517; }
span { border-color: rgb(220,117,23); }
td.TdClassName
{
border-color: #DC7517;
}
.TagClassName
{
border-color: #DC7517;
}
</style>