Shades of Chocolate #DD561F
Tints of Chocolate #DD561F
RGB
CMYK
RGB Variations
Color information
#DD561F (or 0xDD561F) is known color: Chocolate. HEX triplet: DD, 56 and 1F. RGB value is (221,86,31). Sum of RGB (Red+Green+Blue) = 221+86+31=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD561F is #22A9E0. Grayscale: #787878. Windows color (decimal): -2271713 or 2053853. OLE color: 2053853.
HSL color Cylindrical-coordinate representation of color #DD561F: hue angle of 17.37º degrees, saturation: 0.75, 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 #DD561F is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 31 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.13 |
| HSL | 17.37º | 0.75% | 0.49% | - |
| HSV(B) | 17.37º | 0.86% | 0.87% | - |
| XYZ | 33.39 | 22.13 | 3.81 | - |
| YUV | 120.1 | 77.73 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 31 | 0 | 0.61 | 0.86 | 0.13 | 17.37 | 0.75 | 0.49 |
| Hex | DD | 56 | 1F | 0 | 3D | 56 | D | 11 | 4B | 31 |
| Octal | 335 | 126 | 37 | 0 | 75 | 126 | 15 | 21 | 113 | 61 |
| Binary | 11011101 | 1010110 | 11111 | 0 | 111101 | 1010110 | 1101 | 10001 | 1001011 | 110001 |
Color Harmonies of #DD561F
Complementary color
Monochromatic Colors of #DD561F
Black with #DD561F
Text Example
Text Example
White with #DD561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD561F; }
p { color: rgb(221,86,31); }
H1.HeaderClassName
{
color: #DD561F;
}
.AnyTagClassName
{
color: #DD561F;
}
</style>
background-color css
<style>
a { background-color: #DD561F; }
a { background-color: rgb(221,86,31); }
div.DivClassName
{
background-color: #DD561F;
}
.BgClassName
{
background-color: #DD561F;
}
</style>
border-color css
<style>
span { border-color: #DD561F; }
span { border-color: rgb(221,86,31); }
td.TdClassName
{
border-color: #DD561F;
}
.TagClassName
{
border-color: #DD561F;
}
</style>