Shades of Chocolate #DD531D
Tints of Chocolate #DD531D
RGB
CMYK
RGB Variations
Color information
#DD531D (or 0xDD531D) is known color: Chocolate. HEX triplet: DD, 53 and 1D. RGB value is (221,83,29). Sum of RGB (Red+Green+Blue) = 221+83+29=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD531D is #22ACE2. Grayscale: #767676. Windows color (decimal): -2272483 or 1922013. OLE color: 1922013.
HSL color Cylindrical-coordinate representation of color #DD531D: hue angle of 16.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD531D is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 29 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.13 |
| HSL | 16.88º | 0.77% | 0.49% | - |
| HSV(B) | 16.88º | 0.87% | 0.87% | - |
| XYZ | 33.13 | 21.65 | 3.59 | - |
| YUV | 118.11 | 77.72 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 29 | 0 | 0.62 | 0.87 | 0.13 | 16.88 | 0.77 | 0.49 |
| Hex | DD | 53 | 1D | 0 | 3E | 57 | D | 11 | 4D | 31 |
| Octal | 335 | 123 | 35 | 0 | 76 | 127 | 15 | 21 | 115 | 61 |
| Binary | 11011101 | 1010011 | 11101 | 0 | 111110 | 1010111 | 1101 | 10001 | 1001101 | 110001 |
Color Harmonies of #DD531D
Complementary color
Monochromatic Colors of #DD531D
Black with #DD531D
Text Example
Text Example
White with #DD531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD531D; }
p { color: rgb(221,83,29); }
H1.HeaderClassName
{
color: #DD531D;
}
.AnyTagClassName
{
color: #DD531D;
}
</style>
background-color css
<style>
a { background-color: #DD531D; }
a { background-color: rgb(221,83,29); }
div.DivClassName
{
background-color: #DD531D;
}
.BgClassName
{
background-color: #DD531D;
}
</style>
border-color css
<style>
span { border-color: #DD531D; }
span { border-color: rgb(221,83,29); }
td.TdClassName
{
border-color: #DD531D;
}
.TagClassName
{
border-color: #DD531D;
}
</style>