Shades of Chocolate #DE5B1D
Tints of Chocolate #DE5B1D
RGB
CMYK
RGB Variations
Color information
#DE5B1D (or 0xDE5B1D) is known color: Chocolate. HEX triplet: DE, 5B and 1D. RGB value is (222,91,29). Sum of RGB (Red+Green+Blue) = 222+91+29=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5B1D is #21A4E2. Grayscale: #7B7B7B. Windows color (decimal): -2204899 or 1924062. OLE color: 1924062.
HSL color Cylindrical-coordinate representation of color #DE5B1D: hue angle of 19.27º 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 #DE5B1D is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 29 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.13 |
| HSL | 19.27º | 0.77% | 0.49% | - |
| HSV(B) | 19.27º | 0.87% | 0.87% | - |
| XYZ | 34.09 | 23.1 | 3.82 | - |
| YUV | 123.1 | 74.9 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 29 | 0 | 0.59 | 0.87 | 0.13 | 19.27 | 0.77 | 0.49 |
| Hex | DE | 5B | 1D | 0 | 3B | 57 | D | 13 | 4D | 31 |
| Octal | 336 | 133 | 35 | 0 | 73 | 127 | 15 | 23 | 115 | 61 |
| Binary | 11011110 | 1011011 | 11101 | 0 | 111011 | 1010111 | 1101 | 10011 | 1001101 | 110001 |
Color Harmonies of #DE5B1D
Complementary color
Monochromatic Colors of #DE5B1D
Black with #DE5B1D
Text Example
Text Example
White with #DE5B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B1D; }
p { color: rgb(222,91,29); }
H1.HeaderClassName
{
color: #DE5B1D;
}
.AnyTagClassName
{
color: #DE5B1D;
}
</style>
background-color css
<style>
a { background-color: #DE5B1D; }
a { background-color: rgb(222,91,29); }
div.DivClassName
{
background-color: #DE5B1D;
}
.BgClassName
{
background-color: #DE5B1D;
}
</style>
border-color css
<style>
span { border-color: #DE5B1D; }
span { border-color: rgb(222,91,29); }
td.TdClassName
{
border-color: #DE5B1D;
}
.TagClassName
{
border-color: #DE5B1D;
}
</style>