Shades of Chocolate #DC6121
Tints of Chocolate #DC6121
RGB
CMYK
RGB Variations
Color information
#DC6121 (or 0xDC6121) is known color: Chocolate. HEX triplet: DC, 61 and 21. RGB value is (220,97,33). Sum of RGB (Red+Green+Blue) = 220+97+33=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6121 is #239EDE. Grayscale: #7E7E7E. Windows color (decimal): -2334431 or 2187740. OLE color: 2187740.
HSL color Cylindrical-coordinate representation of color #DC6121: hue angle of 20.53º degrees, saturation: 0.74, 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 #DC6121 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 33 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.14 |
| HSL | 20.53º | 0.74% | 0.5% | - |
| HSV(B) | 20.53º | 0.85% | 0.86% | - |
| XYZ | 34.06 | 23.87 | 4.25 | - |
| YUV | 126.48 | 75.25 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 33 | 0 | 0.56 | 0.85 | 0.14 | 20.53 | 0.74 | 0.5 |
| Hex | DC | 61 | 21 | 0 | 38 | 55 | E | 15 | 4A | 32 |
| Octal | 334 | 141 | 41 | 0 | 70 | 125 | 16 | 25 | 112 | 62 |
| Binary | 11011100 | 1100001 | 100001 | 0 | 111000 | 1010101 | 1110 | 10101 | 1001010 | 110010 |
Color Harmonies of #DC6121
Complementary color
Monochromatic Colors of #DC6121
Black with #DC6121
Text Example
Text Example
White with #DC6121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6121; }
p { color: rgb(220,97,33); }
H1.HeaderClassName
{
color: #DC6121;
}
.AnyTagClassName
{
color: #DC6121;
}
</style>
background-color css
<style>
a { background-color: #DC6121; }
a { background-color: rgb(220,97,33); }
div.DivClassName
{
background-color: #DC6121;
}
.BgClassName
{
background-color: #DC6121;
}
</style>
border-color css
<style>
span { border-color: #DC6121; }
span { border-color: rgb(220,97,33); }
td.TdClassName
{
border-color: #DC6121;
}
.TagClassName
{
border-color: #DC6121;
}
</style>