Shades of Chocolate #DE6D1C
Tints of Chocolate #DE6D1C
RGB
CMYK
RGB Variations
Color information
#DE6D1C (or 0xDE6D1C) is known color: Chocolate. HEX triplet: DE, 6D and 1C. RGB value is (222,109,28). Sum of RGB (Red+Green+Blue) = 222+109+28=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D1C is #2192E3. Grayscale: #858585. Windows color (decimal): -2200292 or 1863134. OLE color: 1863134.
HSL color Cylindrical-coordinate representation of color #DE6D1C: hue angle of 25.05º 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 #DE6D1C is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 28 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.13 |
| HSL | 25.05º | 0.78% | 0.49% | - |
| HSV(B) | 25.05º | 0.87% | 0.87% | - |
| XYZ | 35.8 | 26.55 | 4.34 | - |
| YUV | 133.55 | 68.44 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 28 | 0 | 0.51 | 0.87 | 0.13 | 25.05 | 0.78 | 0.49 |
| Hex | DE | 6D | 1C | 0 | 33 | 57 | D | 19 | 4E | 31 |
| Octal | 336 | 155 | 34 | 0 | 63 | 127 | 15 | 31 | 116 | 61 |
| Binary | 11011110 | 1101101 | 11100 | 0 | 110011 | 1010111 | 1101 | 11001 | 1001110 | 110001 |
Color Harmonies of #DE6D1C
Complementary color
Monochromatic Colors of #DE6D1C
Black with #DE6D1C
Text Example
Text Example
White with #DE6D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D1C; }
p { color: rgb(222,109,28); }
H1.HeaderClassName
{
color: #DE6D1C;
}
.AnyTagClassName
{
color: #DE6D1C;
}
</style>
background-color css
<style>
a { background-color: #DE6D1C; }
a { background-color: rgb(222,109,28); }
div.DivClassName
{
background-color: #DE6D1C;
}
.BgClassName
{
background-color: #DE6D1C;
}
</style>
border-color css
<style>
span { border-color: #DE6D1C; }
span { border-color: rgb(222,109,28); }
td.TdClassName
{
border-color: #DE6D1C;
}
.TagClassName
{
border-color: #DE6D1C;
}
</style>