Shades of Chocolate #DD561E
Tints of Chocolate #DD561E
RGB
CMYK
RGB Variations
Color information
#DD561E (or 0xDD561E) is known color: Chocolate. HEX triplet: DD, 56 and 1E. RGB value is (221,86,30). Sum of RGB (Red+Green+Blue) = 221+86+30=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD561E is #22A9E1. Grayscale: #787878. Windows color (decimal): -2271714 or 1988317. OLE color: 1988317.
HSL color Cylindrical-coordinate representation of color #DD561E: hue angle of 17.59º 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 #DD561E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 30 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.13 |
| HSL | 17.59º | 0.76% | 0.49% | - |
| HSV(B) | 17.59º | 0.86% | 0.87% | - |
| XYZ | 33.38 | 22.12 | 3.74 | - |
| YUV | 119.98 | 77.23 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 30 | 0 | 0.61 | 0.86 | 0.13 | 17.59 | 0.76 | 0.49 |
| Hex | DD | 56 | 1E | 0 | 3D | 56 | D | 12 | 4C | 31 |
| Octal | 335 | 126 | 36 | 0 | 75 | 126 | 15 | 22 | 114 | 61 |
| Binary | 11011101 | 1010110 | 11110 | 0 | 111101 | 1010110 | 1101 | 10010 | 1001100 | 110001 |
Color Harmonies of #DD561E
Complementary color
Monochromatic Colors of #DD561E
Black with #DD561E
Text Example
Text Example
White with #DD561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD561E; }
p { color: rgb(221,86,30); }
H1.HeaderClassName
{
color: #DD561E;
}
.AnyTagClassName
{
color: #DD561E;
}
</style>
background-color css
<style>
a { background-color: #DD561E; }
a { background-color: rgb(221,86,30); }
div.DivClassName
{
background-color: #DD561E;
}
.BgClassName
{
background-color: #DD561E;
}
</style>
border-color css
<style>
span { border-color: #DD561E; }
span { border-color: rgb(221,86,30); }
td.TdClassName
{
border-color: #DD561E;
}
.TagClassName
{
border-color: #DD561E;
}
</style>