Shades of Chocolate #DD561D
Tints of Chocolate #DD561D
RGB
CMYK
RGB Variations
Color information
#DD561D (or 0xDD561D) is known color: Chocolate. HEX triplet: DD, 56 and 1D. RGB value is (221,86,29). Sum of RGB (Red+Green+Blue) = 221+86+29=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD561D is #22A9E2. Grayscale: #787878. Windows color (decimal): -2271715 or 1922781. OLE color: 1922781.
HSL color Cylindrical-coordinate representation of color #DD561D: hue angle of 17.81º 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 #DD561D is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 29 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.13 |
| HSL | 17.81º | 0.77% | 0.49% | - |
| HSV(B) | 17.81º | 0.87% | 0.87% | - |
| XYZ | 33.37 | 22.12 | 3.67 | - |
| YUV | 119.87 | 76.73 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 29 | 0 | 0.61 | 0.87 | 0.13 | 17.81 | 0.77 | 0.49 |
| Hex | DD | 56 | 1D | 0 | 3D | 57 | D | 12 | 4D | 31 |
| Octal | 335 | 126 | 35 | 0 | 75 | 127 | 15 | 22 | 115 | 61 |
| Binary | 11011101 | 1010110 | 11101 | 0 | 111101 | 1010111 | 1101 | 10010 | 1001101 | 110001 |
Color Harmonies of #DD561D
Complementary color
Monochromatic Colors of #DD561D
Black with #DD561D
Text Example
Text Example
White with #DD561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD561D; }
p { color: rgb(221,86,29); }
H1.HeaderClassName
{
color: #DD561D;
}
.AnyTagClassName
{
color: #DD561D;
}
</style>
background-color css
<style>
a { background-color: #DD561D; }
a { background-color: rgb(221,86,29); }
div.DivClassName
{
background-color: #DD561D;
}
.BgClassName
{
background-color: #DD561D;
}
</style>
border-color css
<style>
span { border-color: #DD561D; }
span { border-color: rgb(221,86,29); }
td.TdClassName
{
border-color: #DD561D;
}
.TagClassName
{
border-color: #DD561D;
}
</style>