Shades of Chocolate #DE661C
Tints of Chocolate #DE661C
RGB
CMYK
RGB Variations
Color information
#DE661C (or 0xDE661C) is known color: Chocolate. HEX triplet: DE, 66 and 1C. RGB value is (222,102,28). Sum of RGB (Red+Green+Blue) = 222+102+28=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE661C is #2199E3. Grayscale: #818181. Windows color (decimal): -2202084 or 1861342. OLE color: 1861342.
HSL color Cylindrical-coordinate representation of color #DE661C: hue angle of 22.89º 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 #DE661C is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 28 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.13 |
| HSL | 22.89º | 0.78% | 0.49% | - |
| HSV(B) | 22.89º | 0.87% | 0.87% | - |
| XYZ | 35.09 | 25.12 | 4.1 | - |
| YUV | 129.44 | 70.76 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 28 | 0 | 0.54 | 0.87 | 0.13 | 22.89 | 0.78 | 0.49 |
| Hex | DE | 66 | 1C | 0 | 36 | 57 | D | 17 | 4E | 31 |
| Octal | 336 | 146 | 34 | 0 | 66 | 127 | 15 | 27 | 116 | 61 |
| Binary | 11011110 | 1100110 | 11100 | 0 | 110110 | 1010111 | 1101 | 10111 | 1001110 | 110001 |
Color Harmonies of #DE661C
Complementary color
Monochromatic Colors of #DE661C
Black with #DE661C
Text Example
Text Example
White with #DE661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE661C; }
p { color: rgb(222,102,28); }
H1.HeaderClassName
{
color: #DE661C;
}
.AnyTagClassName
{
color: #DE661C;
}
</style>
background-color css
<style>
a { background-color: #DE661C; }
a { background-color: rgb(222,102,28); }
div.DivClassName
{
background-color: #DE661C;
}
.BgClassName
{
background-color: #DE661C;
}
</style>
border-color css
<style>
span { border-color: #DE661C; }
span { border-color: rgb(222,102,28); }
td.TdClassName
{
border-color: #DE661C;
}
.TagClassName
{
border-color: #DE661C;
}
</style>