Shades of Chocolate #DC6517
Tints of Chocolate #DC6517
RGB
CMYK
RGB Variations
Color information
#DC6517 (or 0xDC6517) is known color: Chocolate. HEX triplet: DC, 65 and 17. RGB value is (220,101,23). Sum of RGB (Red+Green+Blue) = 220+101+23=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6517 is #239AE8. Grayscale: #808080. Windows color (decimal): -2333417 or 1533404. OLE color: 1533404.
HSL color Cylindrical-coordinate representation of color #DC6517: hue angle of 23.76º 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 #DC6517 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 23 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.14 |
| HSL | 23.76º | 0.81% | 0.48% | - |
| HSV(B) | 23.76º | 0.9% | 0.86% | - |
| XYZ | 34.32 | 24.58 | 3.75 | - |
| YUV | 127.69 | 68.92 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 23 | 0 | 0.54 | 0.90 | 0.14 | 23.76 | 0.81 | 0.48 |
| Hex | DC | 65 | 17 | 0 | 36 | 5A | E | 18 | 51 | 30 |
| Octal | 334 | 145 | 27 | 0 | 66 | 132 | 16 | 30 | 121 | 60 |
| Binary | 11011100 | 1100101 | 10111 | 0 | 110110 | 1011010 | 1110 | 11000 | 1010001 | 110000 |
Color Harmonies of #DC6517
Complementary color
Monochromatic Colors of #DC6517
Black with #DC6517
Text Example
Text Example
White with #DC6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6517; }
p { color: rgb(220,101,23); }
H1.HeaderClassName
{
color: #DC6517;
}
.AnyTagClassName
{
color: #DC6517;
}
</style>
background-color css
<style>
a { background-color: #DC6517; }
a { background-color: rgb(220,101,23); }
div.DivClassName
{
background-color: #DC6517;
}
.BgClassName
{
background-color: #DC6517;
}
</style>
border-color css
<style>
span { border-color: #DC6517; }
span { border-color: rgb(220,101,23); }
td.TdClassName
{
border-color: #DC6517;
}
.TagClassName
{
border-color: #DC6517;
}
</style>