Shades of Chocolate #DC6D12
Tints of Chocolate #DC6D12
RGB
CMYK
RGB Variations
Color information
#DC6D12 (or 0xDC6D12) is known color: Chocolate. HEX triplet: DC, 6D and 12. RGB value is (220,109,18). Sum of RGB (Red+Green+Blue) = 220+109+18=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6D12 is #2392ED. Grayscale: #848484. Windows color (decimal): -2331374 or 1207772. OLE color: 1207772.
HSL color Cylindrical-coordinate representation of color #DC6D12: hue angle of 27.03º 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 #DC6D12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.14 |
| HSL | 27.03º | 0.85% | 0.47% | - |
| HSV(B) | 27.03º | 0.92% | 0.86% | - |
| XYZ | 35.09 | 26.2 | 3.78 | - |
| YUV | 131.82 | 63.77 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 18 | 0 | 0.50 | 0.92 | 0.14 | 27.03 | 0.85 | 0.47 |
| Hex | DC | 6D | 12 | 0 | 32 | 5C | E | 1B | 55 | 2F |
| Octal | 334 | 155 | 22 | 0 | 62 | 134 | 16 | 33 | 125 | 57 |
| Binary | 11011100 | 1101101 | 10010 | 0 | 110010 | 1011100 | 1110 | 11011 | 1010101 | 101111 |
Color Harmonies of #DC6D12
Complementary color
Monochromatic Colors of #DC6D12
Black with #DC6D12
Text Example
Text Example
White with #DC6D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D12; }
p { color: rgb(220,109,18); }
H1.HeaderClassName
{
color: #DC6D12;
}
.AnyTagClassName
{
color: #DC6D12;
}
</style>
background-color css
<style>
a { background-color: #DC6D12; }
a { background-color: rgb(220,109,18); }
div.DivClassName
{
background-color: #DC6D12;
}
.BgClassName
{
background-color: #DC6D12;
}
</style>
border-color css
<style>
span { border-color: #DC6D12; }
span { border-color: rgb(220,109,18); }
td.TdClassName
{
border-color: #DC6D12;
}
.TagClassName
{
border-color: #DC6D12;
}
</style>