Shades of Chocolate #DE551A
Tints of Chocolate #DE551A
RGB
CMYK
RGB Variations
Color information
#DE551A (or 0xDE551A) is known color: Chocolate. HEX triplet: DE, 55 and 1A. RGB value is (222,85,26). Sum of RGB (Red+Green+Blue) = 222+85+26=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE551A is #21AAE5. Grayscale: #777777. Windows color (decimal): -2206438 or 1725918. OLE color: 1725918.
HSL color Cylindrical-coordinate representation of color #DE551A: hue angle of 18.06º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE551A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 26 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.13 |
| HSL | 18.06º | 0.79% | 0.49% | - |
| HSV(B) | 18.06º | 0.88% | 0.87% | - |
| XYZ | 33.56 | 22.1 | 3.47 | - |
| YUV | 119.24 | 75.39 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 26 | 0 | 0.62 | 0.88 | 0.13 | 18.06 | 0.79 | 0.49 |
| Hex | DE | 55 | 1A | 0 | 3E | 58 | D | 12 | 4F | 31 |
| Octal | 336 | 125 | 32 | 0 | 76 | 130 | 15 | 22 | 117 | 61 |
| Binary | 11011110 | 1010101 | 11010 | 0 | 111110 | 1011000 | 1101 | 10010 | 1001111 | 110001 |
Color Harmonies of #DE551A
Complementary color
Monochromatic Colors of #DE551A
Black with #DE551A
Text Example
Text Example
White with #DE551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE551A; }
p { color: rgb(222,85,26); }
H1.HeaderClassName
{
color: #DE551A;
}
.AnyTagClassName
{
color: #DE551A;
}
</style>
background-color css
<style>
a { background-color: #DE551A; }
a { background-color: rgb(222,85,26); }
div.DivClassName
{
background-color: #DE551A;
}
.BgClassName
{
background-color: #DE551A;
}
</style>
border-color css
<style>
span { border-color: #DE551A; }
span { border-color: rgb(222,85,26); }
td.TdClassName
{
border-color: #DE551A;
}
.TagClassName
{
border-color: #DE551A;
}
</style>