Shades of Chocolate #DE5C1D
Tints of Chocolate #DE5C1D
RGB
CMYK
RGB Variations
Color information
#DE5C1D (or 0xDE5C1D) is known color: Chocolate. HEX triplet: DE, 5C and 1D. RGB value is (222,92,29). Sum of RGB (Red+Green+Blue) = 222+92+29=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5C1D is #21A3E2. Grayscale: #7C7C7C. Windows color (decimal): -2204643 or 1924318. OLE color: 1924318.
HSL color Cylindrical-coordinate representation of color #DE5C1D: hue angle of 19.59º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE5C1D is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 92 | 29 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.13 |
| HSL | 19.59º | 0.77% | 0.49% | - |
| HSV(B) | 19.59º | 0.87% | 0.87% | - |
| XYZ | 34.17 | 23.27 | 3.85 | - |
| YUV | 123.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 92 | 29 | 0 | 0.59 | 0.87 | 0.13 | 19.59 | 0.77 | 0.49 |
| Hex | DE | 5C | 1D | 0 | 3B | 57 | D | 14 | 4D | 31 |
| Octal | 336 | 134 | 35 | 0 | 73 | 127 | 15 | 24 | 115 | 61 |
| Binary | 11011110 | 1011100 | 11101 | 0 | 111011 | 1010111 | 1101 | 10100 | 1001101 | 110001 |
Color Harmonies of #DE5C1D
Complementary color
Monochromatic Colors of #DE5C1D
Black with #DE5C1D
Text Example
Text Example
White with #DE5C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5C1D; }
p { color: rgb(222,92,29); }
H1.HeaderClassName
{
color: #DE5C1D;
}
.AnyTagClassName
{
color: #DE5C1D;
}
</style>
background-color css
<style>
a { background-color: #DE5C1D; }
a { background-color: rgb(222,92,29); }
div.DivClassName
{
background-color: #DE5C1D;
}
.BgClassName
{
background-color: #DE5C1D;
}
</style>
border-color css
<style>
span { border-color: #DE5C1D; }
span { border-color: rgb(222,92,29); }
td.TdClassName
{
border-color: #DE5C1D;
}
.TagClassName
{
border-color: #DE5C1D;
}
</style>