Shades of Chocolate #DC5B20
Tints of Chocolate #DC5B20
RGB
CMYK
RGB Variations
Color information
#DC5B20 (or 0xDC5B20) is known color: Chocolate. HEX triplet: DC, 5B and 20. RGB value is (220,91,32). Sum of RGB (Red+Green+Blue) = 220+91+32=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B20 is #23A4DF. Grayscale: #7B7B7B. Windows color (decimal): -2335968 or 2120668. OLE color: 2120668.
HSL color Cylindrical-coordinate representation of color #DC5B20: hue angle of 18.83º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC5B20 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 32 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.14 |
| HSL | 18.83º | 0.75% | 0.49% | - |
| HSV(B) | 18.83º | 0.85% | 0.86% | - |
| XYZ | 33.52 | 22.8 | 4 | - |
| YUV | 122.85 | 76.74 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 32 | 0 | 0.59 | 0.85 | 0.14 | 18.83 | 0.75 | 0.49 |
| Hex | DC | 5B | 20 | 0 | 3B | 55 | E | 13 | 4B | 31 |
| Octal | 334 | 133 | 40 | 0 | 73 | 125 | 16 | 23 | 113 | 61 |
| Binary | 11011100 | 1011011 | 100000 | 0 | 111011 | 1010101 | 1110 | 10011 | 1001011 | 110001 |
Color Harmonies of #DC5B20
Complementary color
Monochromatic Colors of #DC5B20
Black with #DC5B20
Text Example
Text Example
White with #DC5B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B20; }
p { color: rgb(220,91,32); }
H1.HeaderClassName
{
color: #DC5B20;
}
.AnyTagClassName
{
color: #DC5B20;
}
</style>
background-color css
<style>
a { background-color: #DC5B20; }
a { background-color: rgb(220,91,32); }
div.DivClassName
{
background-color: #DC5B20;
}
.BgClassName
{
background-color: #DC5B20;
}
</style>
border-color css
<style>
span { border-color: #DC5B20; }
span { border-color: rgb(220,91,32); }
td.TdClassName
{
border-color: #DC5B20;
}
.TagClassName
{
border-color: #DC5B20;
}
</style>