Shades of Chocolate #DD581E
Tints of Chocolate #DD581E
RGB
CMYK
RGB Variations
Color information
#DD581E (or 0xDD581E) is known color: Chocolate. HEX triplet: DD, 58 and 1E. RGB value is (221,88,30). Sum of RGB (Red+Green+Blue) = 221+88+30=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD581E is #22A7E1. Grayscale: #797979. Windows color (decimal): -2271202 or 1988829. OLE color: 1988829.
HSL color Cylindrical-coordinate representation of color #DD581E: hue angle of 18.22º 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 #DD581E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 30 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.13 |
| HSL | 18.22º | 0.76% | 0.49% | - |
| HSV(B) | 18.22º | 0.86% | 0.87% | - |
| XYZ | 33.54 | 22.45 | 3.79 | - |
| YUV | 121.16 | 76.56 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 30 | 0 | 0.60 | 0.86 | 0.13 | 18.22 | 0.76 | 0.49 |
| Hex | DD | 58 | 1E | 0 | 3C | 56 | D | 12 | 4C | 31 |
| Octal | 335 | 130 | 36 | 0 | 74 | 126 | 15 | 22 | 114 | 61 |
| Binary | 11011101 | 1011000 | 11110 | 0 | 111100 | 1010110 | 1101 | 10010 | 1001100 | 110001 |
Color Harmonies of #DD581E
Complementary color
Monochromatic Colors of #DD581E
Black with #DD581E
Text Example
Text Example
White with #DD581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD581E; }
p { color: rgb(221,88,30); }
H1.HeaderClassName
{
color: #DD581E;
}
.AnyTagClassName
{
color: #DD581E;
}
</style>
background-color css
<style>
a { background-color: #DD581E; }
a { background-color: rgb(221,88,30); }
div.DivClassName
{
background-color: #DD581E;
}
.BgClassName
{
background-color: #DD581E;
}
</style>
border-color css
<style>
span { border-color: #DD581E; }
span { border-color: rgb(221,88,30); }
td.TdClassName
{
border-color: #DD581E;
}
.TagClassName
{
border-color: #DD581E;
}
</style>