Shades of Chocolate #DC6524
Tints of Chocolate #DC6524
RGB
CMYK
RGB Variations
Color information
#DC6524 (or 0xDC6524) is known color: Chocolate. HEX triplet: DC, 65 and 24. RGB value is (220,101,36). Sum of RGB (Red+Green+Blue) = 220+101+36=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6524 is #239ADB. Grayscale: #818181. Windows color (decimal): -2333404 or 2385372. OLE color: 2385372.
HSL color Cylindrical-coordinate representation of color #DC6524: hue angle of 21.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC6524 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 36 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.14 |
| HSL | 21.2º | 0.72% | 0.5% | - |
| HSV(B) | 21.2º | 0.84% | 0.86% | - |
| XYZ | 34.49 | 24.65 | 4.61 | - |
| YUV | 129.17 | 75.42 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 36 | 0 | 0.54 | 0.84 | 0.14 | 21.2 | 0.72 | 0.5 |
| Hex | DC | 65 | 24 | 0 | 36 | 54 | E | 15 | 48 | 32 |
| Octal | 334 | 145 | 44 | 0 | 66 | 124 | 16 | 25 | 110 | 62 |
| Binary | 11011100 | 1100101 | 100100 | 0 | 110110 | 1010100 | 1110 | 10101 | 1001000 | 110010 |
Color Harmonies of #DC6524
Complementary color
Monochromatic Colors of #DC6524
Black with #DC6524
Text Example
Text Example
White with #DC6524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6524; }
p { color: rgb(220,101,36); }
H1.HeaderClassName
{
color: #DC6524;
}
.AnyTagClassName
{
color: #DC6524;
}
</style>
background-color css
<style>
a { background-color: #DC6524; }
a { background-color: rgb(220,101,36); }
div.DivClassName
{
background-color: #DC6524;
}
.BgClassName
{
background-color: #DC6524;
}
</style>
border-color css
<style>
span { border-color: #DC6524; }
span { border-color: rgb(220,101,36); }
td.TdClassName
{
border-color: #DC6524;
}
.TagClassName
{
border-color: #DC6524;
}
</style>