Shades of Chocolate #DD531E
Tints of Chocolate #DD531E
RGB
CMYK
RGB Variations
Color information
#DD531E (or 0xDD531E) is known color: Chocolate. HEX triplet: DD, 53 and 1E. RGB value is (221,83,30). Sum of RGB (Red+Green+Blue) = 221+83+30=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD531E is #22ACE1. Grayscale: #767676. Windows color (decimal): -2272482 or 1987549. OLE color: 1987549.
HSL color Cylindrical-coordinate representation of color #DD531E: hue angle of 16.65º 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 #DD531E is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 30 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.13 |
| HSL | 16.65º | 0.76% | 0.49% | - |
| HSV(B) | 16.65º | 0.86% | 0.87% | - |
| XYZ | 33.15 | 21.65 | 3.66 | - |
| YUV | 118.22 | 78.22 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 30 | 0 | 0.62 | 0.86 | 0.13 | 16.65 | 0.76 | 0.49 |
| Hex | DD | 53 | 1E | 0 | 3E | 56 | D | 11 | 4C | 31 |
| Octal | 335 | 123 | 36 | 0 | 76 | 126 | 15 | 21 | 114 | 61 |
| Binary | 11011101 | 1010011 | 11110 | 0 | 111110 | 1010110 | 1101 | 10001 | 1001100 | 110001 |
Color Harmonies of #DD531E
Complementary color
Monochromatic Colors of #DD531E
Black with #DD531E
Text Example
Text Example
White with #DD531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD531E; }
p { color: rgb(221,83,30); }
H1.HeaderClassName
{
color: #DD531E;
}
.AnyTagClassName
{
color: #DD531E;
}
</style>
background-color css
<style>
a { background-color: #DD531E; }
a { background-color: rgb(221,83,30); }
div.DivClassName
{
background-color: #DD531E;
}
.BgClassName
{
background-color: #DD531E;
}
</style>
border-color css
<style>
span { border-color: #DD531E; }
span { border-color: rgb(221,83,30); }
td.TdClassName
{
border-color: #DD531E;
}
.TagClassName
{
border-color: #DD531E;
}
</style>