Shades of Chocolate #DD551E
Tints of Chocolate #DD551E
RGB
CMYK
RGB Variations
Color information
#DD551E (or 0xDD551E) is known color: Chocolate. HEX triplet: DD, 55 and 1E. RGB value is (221,85,30). Sum of RGB (Red+Green+Blue) = 221+85+30=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD551E is #22AAE1. Grayscale: #777777. Windows color (decimal): -2271970 or 1988061. OLE color: 1988061.
HSL color Cylindrical-coordinate representation of color #DD551E: hue angle of 17.28º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD551E is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 30 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.13 |
| HSL | 17.28º | 0.76% | 0.49% | - |
| HSV(B) | 17.28º | 0.86% | 0.87% | - |
| XYZ | 33.3 | 21.96 | 3.71 | - |
| YUV | 119.39 | 77.56 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 30 | 0 | 0.62 | 0.86 | 0.13 | 17.28 | 0.76 | 0.49 |
| Hex | DD | 55 | 1E | 0 | 3E | 56 | D | 11 | 4C | 31 |
| Octal | 335 | 125 | 36 | 0 | 76 | 126 | 15 | 21 | 114 | 61 |
| Binary | 11011101 | 1010101 | 11110 | 0 | 111110 | 1010110 | 1101 | 10001 | 1001100 | 110001 |
Color Harmonies of #DD551E
Complementary color
Monochromatic Colors of #DD551E
Black with #DD551E
Text Example
Text Example
White with #DD551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD551E; }
p { color: rgb(221,85,30); }
H1.HeaderClassName
{
color: #DD551E;
}
.AnyTagClassName
{
color: #DD551E;
}
</style>
background-color css
<style>
a { background-color: #DD551E; }
a { background-color: rgb(221,85,30); }
div.DivClassName
{
background-color: #DD551E;
}
.BgClassName
{
background-color: #DD551E;
}
</style>
border-color css
<style>
span { border-color: #DD551E; }
span { border-color: rgb(221,85,30); }
td.TdClassName
{
border-color: #DD551E;
}
.TagClassName
{
border-color: #DD551E;
}
</style>