Shades of Chocolate #DC5E1B
Tints of Chocolate #DC5E1B
RGB
CMYK
RGB Variations
Color information
#DC5E1B (or 0xDC5E1B) is known color: Chocolate. HEX triplet: DC, 5E and 1B. RGB value is (220,94,27). Sum of RGB (Red+Green+Blue) = 220+94+27=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E1B is #23A1E4. Grayscale: #7C7C7C. Windows color (decimal): -2335205 or 1793756. OLE color: 1793756.
HSL color Cylindrical-coordinate representation of color #DC5E1B: hue angle of 20.83º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC5E1B is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 27 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.14 |
| HSL | 20.83º | 0.78% | 0.48% | - |
| HSV(B) | 20.83º | 0.88% | 0.86% | - |
| XYZ | 33.72 | 23.3 | 3.76 | - |
| YUV | 124.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 27 | 0 | 0.57 | 0.88 | 0.14 | 20.83 | 0.78 | 0.48 |
| Hex | DC | 5E | 1B | 0 | 39 | 58 | E | 15 | 4E | 30 |
| Octal | 334 | 136 | 33 | 0 | 71 | 130 | 16 | 25 | 116 | 60 |
| Binary | 11011100 | 1011110 | 11011 | 0 | 111001 | 1011000 | 1110 | 10101 | 1001110 | 110000 |
Color Harmonies of #DC5E1B
Complementary color
Monochromatic Colors of #DC5E1B
Black with #DC5E1B
Text Example
Text Example
White with #DC5E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E1B; }
p { color: rgb(220,94,27); }
H1.HeaderClassName
{
color: #DC5E1B;
}
.AnyTagClassName
{
color: #DC5E1B;
}
</style>
background-color css
<style>
a { background-color: #DC5E1B; }
a { background-color: rgb(220,94,27); }
div.DivClassName
{
background-color: #DC5E1B;
}
.BgClassName
{
background-color: #DC5E1B;
}
</style>
border-color css
<style>
span { border-color: #DC5E1B; }
span { border-color: rgb(220,94,27); }
td.TdClassName
{
border-color: #DC5E1B;
}
.TagClassName
{
border-color: #DC5E1B;
}
</style>