Shades of Chocolate #DC6716
Tints of Chocolate #DC6716
RGB
CMYK
RGB Variations
Color information
#DC6716 (or 0xDC6716) is known color: Chocolate. HEX triplet: DC, 67 and 16. RGB value is (220,103,22). Sum of RGB (Red+Green+Blue) = 220+103+22=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6716 is #2398E9. Grayscale: #818181. Windows color (decimal): -2332906 or 1468380. OLE color: 1468380.
HSL color Cylindrical-coordinate representation of color #DC6716: hue angle of 24.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC6716 is Cyan = 0, Magento = 0.53, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 22 | - |
| CMYK | 0 | 0.53 | 0.9 | 0.14 |
| HSL | 24.55º | 0.82% | 0.47% | - |
| HSV(B) | 24.55º | 0.9% | 0.86% | - |
| XYZ | 34.51 | 24.97 | 3.76 | - |
| YUV | 128.75 | 67.76 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 22 | 0 | 0.53 | 0.9 | 0.14 | 24.55 | 0.82 | 0.47 |
| Hex | DC | 67 | 16 | 0 | 35 | 5A | E | 19 | 52 | 2F |
| Octal | 334 | 147 | 26 | 0 | 65 | 132 | 16 | 31 | 122 | 57 |
| Binary | 11011100 | 1100111 | 10110 | 0 | 110101 | 1011010 | 1110 | 11001 | 1010010 | 101111 |
Color Harmonies of #DC6716
Complementary color
Monochromatic Colors of #DC6716
Black with #DC6716
Text Example
Text Example
White with #DC6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6716; }
p { color: rgb(220,103,22); }
H1.HeaderClassName
{
color: #DC6716;
}
.AnyTagClassName
{
color: #DC6716;
}
</style>
background-color css
<style>
a { background-color: #DC6716; }
a { background-color: rgb(220,103,22); }
div.DivClassName
{
background-color: #DC6716;
}
.BgClassName
{
background-color: #DC6716;
}
</style>
border-color css
<style>
span { border-color: #DC6716; }
span { border-color: rgb(220,103,22); }
td.TdClassName
{
border-color: #DC6716;
}
.TagClassName
{
border-color: #DC6716;
}
</style>