Shades of Chocolate #DE6523
Tints of Chocolate #DE6523
RGB
CMYK
RGB Variations
Color information
#DE6523 (or 0xDE6523) is known color: Chocolate. HEX triplet: DE, 65 and 23. RGB value is (222,101,35). Sum of RGB (Red+Green+Blue) = 222+101+35=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6523 is #219ADC. Grayscale: #828282. Windows color (decimal): -2202333 or 2319838. OLE color: 2319838.
HSL color Cylindrical-coordinate representation of color #DE6523: hue angle of 21.18º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE6523 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 35 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.13 |
| HSL | 21.18º | 0.74% | 0.5% | - |
| HSV(B) | 21.18º | 0.84% | 0.87% | - |
| XYZ | 35.08 | 24.96 | 4.56 | - |
| YUV | 129.66 | 74.59 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 35 | 0 | 0.55 | 0.84 | 0.13 | 21.18 | 0.74 | 0.5 |
| Hex | DE | 65 | 23 | 0 | 37 | 54 | D | 15 | 4A | 32 |
| Octal | 336 | 145 | 43 | 0 | 67 | 124 | 15 | 25 | 112 | 62 |
| Binary | 11011110 | 1100101 | 100011 | 0 | 110111 | 1010100 | 1101 | 10101 | 1001010 | 110010 |
Color Harmonies of #DE6523
Complementary color
Monochromatic Colors of #DE6523
Black with #DE6523
Text Example
Text Example
White with #DE6523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6523; }
p { color: rgb(222,101,35); }
H1.HeaderClassName
{
color: #DE6523;
}
.AnyTagClassName
{
color: #DE6523;
}
</style>
background-color css
<style>
a { background-color: #DE6523; }
a { background-color: rgb(222,101,35); }
div.DivClassName
{
background-color: #DE6523;
}
.BgClassName
{
background-color: #DE6523;
}
</style>
border-color css
<style>
span { border-color: #DE6523; }
span { border-color: rgb(222,101,35); }
td.TdClassName
{
border-color: #DE6523;
}
.TagClassName
{
border-color: #DE6523;
}
</style>