Shades of Chocolate #DC6712
Tints of Chocolate #DC6712
RGB
CMYK
RGB Variations
Color information
#DC6712 (or 0xDC6712) is known color: Chocolate. HEX triplet: DC, 67 and 12. RGB value is (220,103,18). Sum of RGB (Red+Green+Blue) = 220+103+18=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6712 is #2398ED. Grayscale: #808080. Windows color (decimal): -2332910 or 1206236. OLE color: 1206236.
HSL color Cylindrical-coordinate representation of color #DC6712: hue angle of 25.25º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC6712 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 18 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.14 |
| HSL | 25.25º | 0.85% | 0.47% | - |
| HSV(B) | 25.25º | 0.92% | 0.86% | - |
| XYZ | 34.47 | 24.96 | 3.57 | - |
| YUV | 128.29 | 65.76 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 18 | 0 | 0.53 | 0.92 | 0.14 | 25.25 | 0.85 | 0.47 |
| Hex | DC | 67 | 12 | 0 | 35 | 5C | E | 19 | 55 | 2F |
| Octal | 334 | 147 | 22 | 0 | 65 | 134 | 16 | 31 | 125 | 57 |
| Binary | 11011100 | 1100111 | 10010 | 0 | 110101 | 1011100 | 1110 | 11001 | 1010101 | 101111 |
Color Harmonies of #DC6712
Complementary color
Monochromatic Colors of #DC6712
Black with #DC6712
Text Example
Text Example
White with #DC6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6712; }
p { color: rgb(220,103,18); }
H1.HeaderClassName
{
color: #DC6712;
}
.AnyTagClassName
{
color: #DC6712;
}
</style>
background-color css
<style>
a { background-color: #DC6712; }
a { background-color: rgb(220,103,18); }
div.DivClassName
{
background-color: #DC6712;
}
.BgClassName
{
background-color: #DC6712;
}
</style>
border-color css
<style>
span { border-color: #DC6712; }
span { border-color: rgb(220,103,18); }
td.TdClassName
{
border-color: #DC6712;
}
.TagClassName
{
border-color: #DC6712;
}
</style>