Shades of Chocolate #DE551B
Tints of Chocolate #DE551B
RGB
CMYK
RGB Variations
Color information
#DE551B (or 0xDE551B) is known color: Chocolate. HEX triplet: DE, 55 and 1B. RGB value is (222,85,27). Sum of RGB (Red+Green+Blue) = 222+85+27=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE551B is #21AAE4. Grayscale: #777777. Windows color (decimal): -2206437 or 1791454. OLE color: 1791454.
HSL color Cylindrical-coordinate representation of color #DE551B: hue angle of 17.85º degrees, saturation: 0.78, 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 #DE551B is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 27 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.13 |
| HSL | 17.85º | 0.78% | 0.49% | - |
| HSV(B) | 17.85º | 0.88% | 0.87% | - |
| XYZ | 33.57 | 22.11 | 3.53 | - |
| YUV | 119.35 | 75.89 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 27 | 0 | 0.62 | 0.88 | 0.13 | 17.85 | 0.78 | 0.49 |
| Hex | DE | 55 | 1B | 0 | 3E | 58 | D | 12 | 4E | 31 |
| Octal | 336 | 125 | 33 | 0 | 76 | 130 | 15 | 22 | 116 | 61 |
| Binary | 11011110 | 1010101 | 11011 | 0 | 111110 | 1011000 | 1101 | 10010 | 1001110 | 110001 |
Color Harmonies of #DE551B
Complementary color
Monochromatic Colors of #DE551B
Black with #DE551B
Text Example
Text Example
White with #DE551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE551B; }
p { color: rgb(222,85,27); }
H1.HeaderClassName
{
color: #DE551B;
}
.AnyTagClassName
{
color: #DE551B;
}
</style>
background-color css
<style>
a { background-color: #DE551B; }
a { background-color: rgb(222,85,27); }
div.DivClassName
{
background-color: #DE551B;
}
.BgClassName
{
background-color: #DE551B;
}
</style>
border-color css
<style>
span { border-color: #DE551B; }
span { border-color: rgb(222,85,27); }
td.TdClassName
{
border-color: #DE551B;
}
.TagClassName
{
border-color: #DE551B;
}
</style>