Shades of Chocolate #DD551A
Tints of Chocolate #DD551A
RGB
CMYK
RGB Variations
Color information
#DD551A (or 0xDD551A) is known color: Chocolate. HEX triplet: DD, 55 and 1A. RGB value is (221,85,26). Sum of RGB (Red+Green+Blue) = 221+85+26=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD551A is #22AAE5. Grayscale: #777777. Windows color (decimal): -2271974 or 1725917. OLE color: 1725917.
HSL color Cylindrical-coordinate representation of color #DD551A: hue angle of 18.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD551A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 26 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.13 |
| HSL | 18.15º | 0.79% | 0.48% | - |
| HSV(B) | 18.15º | 0.88% | 0.87% | - |
| XYZ | 33.25 | 21.94 | 3.46 | - |
| YUV | 118.94 | 75.56 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 26 | 0 | 0.62 | 0.88 | 0.13 | 18.15 | 0.79 | 0.48 |
| Hex | DD | 55 | 1A | 0 | 3E | 58 | D | 12 | 4F | 30 |
| Octal | 335 | 125 | 32 | 0 | 76 | 130 | 15 | 22 | 117 | 60 |
| Binary | 11011101 | 1010101 | 11010 | 0 | 111110 | 1011000 | 1101 | 10010 | 1001111 | 110000 |
Color Harmonies of #DD551A
Complementary color
Monochromatic Colors of #DD551A
Black with #DD551A
Text Example
Text Example
White with #DD551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD551A; }
p { color: rgb(221,85,26); }
H1.HeaderClassName
{
color: #DD551A;
}
.AnyTagClassName
{
color: #DD551A;
}
</style>
background-color css
<style>
a { background-color: #DD551A; }
a { background-color: rgb(221,85,26); }
div.DivClassName
{
background-color: #DD551A;
}
.BgClassName
{
background-color: #DD551A;
}
</style>
border-color css
<style>
span { border-color: #DD551A; }
span { border-color: rgb(221,85,26); }
td.TdClassName
{
border-color: #DD551A;
}
.TagClassName
{
border-color: #DD551A;
}
</style>