Shades of Chocolate #DE5B1C
Tints of Chocolate #DE5B1C
RGB
CMYK
RGB Variations
Color information
#DE5B1C (or 0xDE5B1C) is known color: Chocolate. HEX triplet: DE, 5B and 1C. RGB value is (222,91,28). Sum of RGB (Red+Green+Blue) = 222+91+28=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5B1C is #21A4E3. Grayscale: #7B7B7B. Windows color (decimal): -2204900 or 1858526. OLE color: 1858526.
HSL color Cylindrical-coordinate representation of color #DE5B1C: hue angle of 19.48º degrees, saturation: 0.78, 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 #DE5B1C is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 28 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.13 |
| HSL | 19.48º | 0.78% | 0.49% | - |
| HSV(B) | 19.48º | 0.87% | 0.87% | - |
| XYZ | 34.07 | 23.1 | 3.76 | - |
| YUV | 122.99 | 74.4 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 28 | 0 | 0.59 | 0.87 | 0.13 | 19.48 | 0.78 | 0.49 |
| Hex | DE | 5B | 1C | 0 | 3B | 57 | D | 13 | 4E | 31 |
| Octal | 336 | 133 | 34 | 0 | 73 | 127 | 15 | 23 | 116 | 61 |
| Binary | 11011110 | 1011011 | 11100 | 0 | 111011 | 1010111 | 1101 | 10011 | 1001110 | 110001 |
Color Harmonies of #DE5B1C
Complementary color
Monochromatic Colors of #DE5B1C
Black with #DE5B1C
Text Example
Text Example
White with #DE5B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B1C; }
p { color: rgb(222,91,28); }
H1.HeaderClassName
{
color: #DE5B1C;
}
.AnyTagClassName
{
color: #DE5B1C;
}
</style>
background-color css
<style>
a { background-color: #DE5B1C; }
a { background-color: rgb(222,91,28); }
div.DivClassName
{
background-color: #DE5B1C;
}
.BgClassName
{
background-color: #DE5B1C;
}
</style>
border-color css
<style>
span { border-color: #DE5B1C; }
span { border-color: rgb(222,91,28); }
td.TdClassName
{
border-color: #DE5B1C;
}
.TagClassName
{
border-color: #DE5B1C;
}
</style>