Shades of Chocolate #DC6717
Tints of Chocolate #DC6717
RGB
CMYK
RGB Variations
Color information
#DC6717 (or 0xDC6717) is known color: Chocolate. HEX triplet: DC, 67 and 17. RGB value is (220,103,23). Sum of RGB (Red+Green+Blue) = 220+103+23=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6717 is #2398E8. Grayscale: #818181. Windows color (decimal): -2332905 or 1533916. OLE color: 1533916.
HSL color Cylindrical-coordinate representation of color #DC6717: hue angle of 24.37º 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 #DC6717 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 23 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.14 |
| HSL | 24.37º | 0.81% | 0.48% | - |
| HSV(B) | 24.37º | 0.9% | 0.86% | - |
| XYZ | 34.52 | 24.98 | 3.81 | - |
| YUV | 128.86 | 68.26 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 23 | 0 | 0.53 | 0.90 | 0.14 | 24.37 | 0.81 | 0.48 |
| Hex | DC | 67 | 17 | 0 | 35 | 5A | E | 18 | 51 | 30 |
| Octal | 334 | 147 | 27 | 0 | 65 | 132 | 16 | 30 | 121 | 60 |
| Binary | 11011100 | 1100111 | 10111 | 0 | 110101 | 1011010 | 1110 | 11000 | 1010001 | 110000 |
Color Harmonies of #DC6717
Complementary color
Monochromatic Colors of #DC6717
Black with #DC6717
Text Example
Text Example
White with #DC6717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6717; }
p { color: rgb(220,103,23); }
H1.HeaderClassName
{
color: #DC6717;
}
.AnyTagClassName
{
color: #DC6717;
}
</style>
background-color css
<style>
a { background-color: #DC6717; }
a { background-color: rgb(220,103,23); }
div.DivClassName
{
background-color: #DC6717;
}
.BgClassName
{
background-color: #DC6717;
}
</style>
border-color css
<style>
span { border-color: #DC6717; }
span { border-color: rgb(220,103,23); }
td.TdClassName
{
border-color: #DC6717;
}
.TagClassName
{
border-color: #DC6717;
}
</style>