Shades of Chocolate #DC6521
Tints of Chocolate #DC6521
RGB
CMYK
RGB Variations
Color information
#DC6521 (or 0xDC6521) is known color: Chocolate. HEX triplet: DC, 65 and 21. RGB value is (220,101,33). Sum of RGB (Red+Green+Blue) = 220+101+33=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6521 is #239ADE. Grayscale: #818181. Windows color (decimal): -2333407 or 2188764. OLE color: 2188764.
HSL color Cylindrical-coordinate representation of color #DC6521: hue angle of 21.82º 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 #DC6521 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 33 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.14 |
| HSL | 21.82º | 0.74% | 0.5% | - |
| HSV(B) | 21.82º | 0.85% | 0.86% | - |
| XYZ | 34.44 | 24.63 | 4.38 | - |
| YUV | 128.83 | 73.92 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 33 | 0 | 0.54 | 0.85 | 0.14 | 21.82 | 0.74 | 0.5 |
| Hex | DC | 65 | 21 | 0 | 36 | 55 | E | 16 | 4A | 32 |
| Octal | 334 | 145 | 41 | 0 | 66 | 125 | 16 | 26 | 112 | 62 |
| Binary | 11011100 | 1100101 | 100001 | 0 | 110110 | 1010101 | 1110 | 10110 | 1001010 | 110010 |
Color Harmonies of #DC6521
Complementary color
Monochromatic Colors of #DC6521
Black with #DC6521
Text Example
Text Example
White with #DC6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6521; }
p { color: rgb(220,101,33); }
H1.HeaderClassName
{
color: #DC6521;
}
.AnyTagClassName
{
color: #DC6521;
}
</style>
background-color css
<style>
a { background-color: #DC6521; }
a { background-color: rgb(220,101,33); }
div.DivClassName
{
background-color: #DC6521;
}
.BgClassName
{
background-color: #DC6521;
}
</style>
border-color css
<style>
span { border-color: #DC6521; }
span { border-color: rgb(220,101,33); }
td.TdClassName
{
border-color: #DC6521;
}
.TagClassName
{
border-color: #DC6521;
}
</style>