Shades of Chocolate #DD591B
Tints of Chocolate #DD591B
RGB
CMYK
RGB Variations
Color information
#DD591B (or 0xDD591B) is known color: Chocolate. HEX triplet: DD, 59 and 1B. RGB value is (221,89,27). Sum of RGB (Red+Green+Blue) = 221+89+27=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD591B is #22A6E4. Grayscale: #797979. Windows color (decimal): -2270949 or 1792477. OLE color: 1792477.
HSL color Cylindrical-coordinate representation of color #DD591B: hue angle of 19.18º 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 #DD591B is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 27 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.13 |
| HSL | 19.18º | 0.78% | 0.49% | - |
| HSV(B) | 19.18º | 0.88% | 0.87% | - |
| XYZ | 33.59 | 22.6 | 3.63 | - |
| YUV | 121.4 | 74.73 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 27 | 0 | 0.60 | 0.88 | 0.13 | 19.18 | 0.78 | 0.49 |
| Hex | DD | 59 | 1B | 0 | 3C | 58 | D | 13 | 4E | 31 |
| Octal | 335 | 131 | 33 | 0 | 74 | 130 | 15 | 23 | 116 | 61 |
| Binary | 11011101 | 1011001 | 11011 | 0 | 111100 | 1011000 | 1101 | 10011 | 1001110 | 110001 |
Color Harmonies of #DD591B
Complementary color
Monochromatic Colors of #DD591B
Black with #DD591B
Text Example
Text Example
White with #DD591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD591B; }
p { color: rgb(221,89,27); }
H1.HeaderClassName
{
color: #DD591B;
}
.AnyTagClassName
{
color: #DD591B;
}
</style>
background-color css
<style>
a { background-color: #DD591B; }
a { background-color: rgb(221,89,27); }
div.DivClassName
{
background-color: #DD591B;
}
.BgClassName
{
background-color: #DD591B;
}
</style>
border-color css
<style>
span { border-color: #DD591B; }
span { border-color: rgb(221,89,27); }
td.TdClassName
{
border-color: #DD591B;
}
.TagClassName
{
border-color: #DD591B;
}
</style>