Shades of Chocolate #DE521C
Tints of Chocolate #DE521C
RGB
CMYK
RGB Variations
Color information
#DE521C (or 0xDE521C) is known color: Chocolate. HEX triplet: DE, 52 and 1C. RGB value is (222,82,28). Sum of RGB (Red+Green+Blue) = 222+82+28=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE521C is #21ADE3. Grayscale: #767676. Windows color (decimal): -2207204 or 1856222. OLE color: 1856222.
HSL color Cylindrical-coordinate representation of color #DE521C: hue angle of 16.7º 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 #DE521C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 82 | 28 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.13 |
| HSL | 16.7º | 0.78% | 0.49% | - |
| HSV(B) | 16.7º | 0.87% | 0.87% | - |
| XYZ | 33.35 | 21.65 | 3.52 | - |
| YUV | 117.7 | 77.38 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 82 | 28 | 0 | 0.63 | 0.87 | 0.13 | 16.7 | 0.78 | 0.49 |
| Hex | DE | 52 | 1C | 0 | 3F | 57 | D | 11 | 4E | 31 |
| Octal | 336 | 122 | 34 | 0 | 77 | 127 | 15 | 21 | 116 | 61 |
| Binary | 11011110 | 1010010 | 11100 | 0 | 111111 | 1010111 | 1101 | 10001 | 1001110 | 110001 |
Color Harmonies of #DE521C
Complementary color
Monochromatic Colors of #DE521C
Black with #DE521C
Text Example
Text Example
White with #DE521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE521C; }
p { color: rgb(222,82,28); }
H1.HeaderClassName
{
color: #DE521C;
}
.AnyTagClassName
{
color: #DE521C;
}
</style>
background-color css
<style>
a { background-color: #DE521C; }
a { background-color: rgb(222,82,28); }
div.DivClassName
{
background-color: #DE521C;
}
.BgClassName
{
background-color: #DE521C;
}
</style>
border-color css
<style>
span { border-color: #DE521C; }
span { border-color: rgb(222,82,28); }
td.TdClassName
{
border-color: #DE521C;
}
.TagClassName
{
border-color: #DE521C;
}
</style>