Shades of Chocolate #DD561B
Tints of Chocolate #DD561B
RGB
CMYK
RGB Variations
Color information
#DD561B (or 0xDD561B) is known color: Chocolate. HEX triplet: DD, 56 and 1B. RGB value is (221,86,27). Sum of RGB (Red+Green+Blue) = 221+86+27=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD561B is #22A9E4. Grayscale: #787878. Windows color (decimal): -2271717 or 1791709. OLE color: 1791709.
HSL color Cylindrical-coordinate representation of color #DD561B: hue angle of 18.25º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD561B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 27 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.13 |
| HSL | 18.25º | 0.78% | 0.49% | - |
| HSV(B) | 18.25º | 0.88% | 0.87% | - |
| XYZ | 33.34 | 22.11 | 3.55 | - |
| YUV | 119.64 | 75.73 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 27 | 0 | 0.61 | 0.88 | 0.13 | 18.25 | 0.78 | 0.49 |
| Hex | DD | 56 | 1B | 0 | 3D | 58 | D | 12 | 4E | 31 |
| Octal | 335 | 126 | 33 | 0 | 75 | 130 | 15 | 22 | 116 | 61 |
| Binary | 11011101 | 1010110 | 11011 | 0 | 111101 | 1011000 | 1101 | 10010 | 1001110 | 110001 |
Color Harmonies of #DD561B
Complementary color
Monochromatic Colors of #DD561B
Black with #DD561B
Text Example
Text Example
White with #DD561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD561B; }
p { color: rgb(221,86,27); }
H1.HeaderClassName
{
color: #DD561B;
}
.AnyTagClassName
{
color: #DD561B;
}
</style>
background-color css
<style>
a { background-color: #DD561B; }
a { background-color: rgb(221,86,27); }
div.DivClassName
{
background-color: #DD561B;
}
.BgClassName
{
background-color: #DD561B;
}
</style>
border-color css
<style>
span { border-color: #DD561B; }
span { border-color: rgb(221,86,27); }
td.TdClassName
{
border-color: #DD561B;
}
.TagClassName
{
border-color: #DD561B;
}
</style>