Shades of Chocolate #DC6D1D
Tints of Chocolate #DC6D1D
RGB
CMYK
RGB Variations
Color information
#DC6D1D (or 0xDC6D1D) is known color: Chocolate. HEX triplet: DC, 6D and 1D. RGB value is (220,109,29). Sum of RGB (Red+Green+Blue) = 220+109+29=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D1D is #2392E2. Grayscale: #858585. Windows color (decimal): -2331363 or 1928668. OLE color: 1928668.
HSL color Cylindrical-coordinate representation of color #DC6D1D: hue angle of 25.13º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC6D1D is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 29 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.14 |
| HSL | 25.13º | 0.77% | 0.49% | - |
| HSV(B) | 25.13º | 0.87% | 0.86% | - |
| XYZ | 35.21 | 26.24 | 4.37 | - |
| YUV | 133.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 29 | 0 | 0.50 | 0.87 | 0.14 | 25.13 | 0.77 | 0.49 |
| Hex | DC | 6D | 1D | 0 | 32 | 57 | E | 19 | 4D | 31 |
| Octal | 334 | 155 | 35 | 0 | 62 | 127 | 16 | 31 | 115 | 61 |
| Binary | 11011100 | 1101101 | 11101 | 0 | 110010 | 1010111 | 1110 | 11001 | 1001101 | 110001 |
Color Harmonies of #DC6D1D
Complementary color
Monochromatic Colors of #DC6D1D
Black with #DC6D1D
Text Example
Text Example
White with #DC6D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D1D; }
p { color: rgb(220,109,29); }
H1.HeaderClassName
{
color: #DC6D1D;
}
.AnyTagClassName
{
color: #DC6D1D;
}
</style>
background-color css
<style>
a { background-color: #DC6D1D; }
a { background-color: rgb(220,109,29); }
div.DivClassName
{
background-color: #DC6D1D;
}
.BgClassName
{
background-color: #DC6D1D;
}
</style>
border-color css
<style>
span { border-color: #DC6D1D; }
span { border-color: rgb(220,109,29); }
td.TdClassName
{
border-color: #DC6D1D;
}
.TagClassName
{
border-color: #DC6D1D;
}
</style>