Shades of Chocolate #DE681C
Tints of Chocolate #DE681C
RGB
CMYK
RGB Variations
Color information
#DE681C (or 0xDE681C) is known color: Chocolate. HEX triplet: DE, 68 and 1C. RGB value is (222,104,28). Sum of RGB (Red+Green+Blue) = 222+104+28=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE681C is #2197E3. Grayscale: #838383. Windows color (decimal): -2201572 or 1861854. OLE color: 1861854.
HSL color Cylindrical-coordinate representation of color #DE681C: hue angle of 23.51º 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 #DE681C is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 28 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.13 |
| HSL | 23.51º | 0.78% | 0.49% | - |
| HSV(B) | 23.51º | 0.87% | 0.87% | - |
| XYZ | 35.28 | 25.51 | 4.16 | - |
| YUV | 130.62 | 70.09 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 28 | 0 | 0.53 | 0.87 | 0.13 | 23.51 | 0.78 | 0.49 |
| Hex | DE | 68 | 1C | 0 | 35 | 57 | D | 18 | 4E | 31 |
| Octal | 336 | 150 | 34 | 0 | 65 | 127 | 15 | 30 | 116 | 61 |
| Binary | 11011110 | 1101000 | 11100 | 0 | 110101 | 1010111 | 1101 | 11000 | 1001110 | 110001 |
Color Harmonies of #DE681C
Complementary color
Monochromatic Colors of #DE681C
Black with #DE681C
Text Example
Text Example
White with #DE681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE681C; }
p { color: rgb(222,104,28); }
H1.HeaderClassName
{
color: #DE681C;
}
.AnyTagClassName
{
color: #DE681C;
}
</style>
background-color css
<style>
a { background-color: #DE681C; }
a { background-color: rgb(222,104,28); }
div.DivClassName
{
background-color: #DE681C;
}
.BgClassName
{
background-color: #DE681C;
}
</style>
border-color css
<style>
span { border-color: #DE681C; }
span { border-color: rgb(222,104,28); }
td.TdClassName
{
border-color: #DE681C;
}
.TagClassName
{
border-color: #DE681C;
}
</style>