Shades of Chocolate #DC6122
Tints of Chocolate #DC6122
RGB
CMYK
RGB Variations
Color information
#DC6122 (or 0xDC6122) is known color: Chocolate. HEX triplet: DC, 61 and 22. RGB value is (220,97,34). Sum of RGB (Red+Green+Blue) = 220+97+34=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6122 is #239EDD. Grayscale: #7E7E7E. Windows color (decimal): -2334430 or 2253276. OLE color: 2253276.
HSL color Cylindrical-coordinate representation of color #DC6122: hue angle of 20.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC6122 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 34 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.14 |
| HSL | 20.32º | 0.73% | 0.5% | - |
| HSV(B) | 20.32º | 0.85% | 0.86% | - |
| XYZ | 34.08 | 23.88 | 4.33 | - |
| YUV | 126.6 | 75.75 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 34 | 0 | 0.56 | 0.85 | 0.14 | 20.32 | 0.73 | 0.5 |
| Hex | DC | 61 | 22 | 0 | 38 | 55 | E | 14 | 49 | 32 |
| Octal | 334 | 141 | 42 | 0 | 70 | 125 | 16 | 24 | 111 | 62 |
| Binary | 11011100 | 1100001 | 100010 | 0 | 111000 | 1010101 | 1110 | 10100 | 1001001 | 110010 |
Color Harmonies of #DC6122
Complementary color
Monochromatic Colors of #DC6122
Black with #DC6122
Text Example
Text Example
White with #DC6122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6122; }
p { color: rgb(220,97,34); }
H1.HeaderClassName
{
color: #DC6122;
}
.AnyTagClassName
{
color: #DC6122;
}
</style>
background-color css
<style>
a { background-color: #DC6122; }
a { background-color: rgb(220,97,34); }
div.DivClassName
{
background-color: #DC6122;
}
.BgClassName
{
background-color: #DC6122;
}
</style>
border-color css
<style>
span { border-color: #DC6122; }
span { border-color: rgb(220,97,34); }
td.TdClassName
{
border-color: #DC6122;
}
.TagClassName
{
border-color: #DC6122;
}
</style>