Shades of Chocolate #DD5615
Tints of Chocolate #DD5615
RGB
CMYK
RGB Variations
Color information
#DD5615 (or 0xDD5615) is known color: Chocolate. HEX triplet: DD, 56 and 15. RGB value is (221,86,21). Sum of RGB (Red+Green+Blue) = 221+86+21=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5615 is #22A9EA. Grayscale: #777777. Windows color (decimal): -2271723 or 1398493. OLE color: 1398493.
HSL color Cylindrical-coordinate representation of color #DD5615: hue angle of 19.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD5615 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 21 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.13 |
| HSL | 19.5º | 0.83% | 0.47% | - |
| HSV(B) | 19.5º | 0.9% | 0.87% | - |
| XYZ | 33.28 | 22.08 | 3.22 | - |
| YUV | 118.96 | 72.73 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 21 | 0 | 0.61 | 0.90 | 0.13 | 19.5 | 0.83 | 0.47 |
| Hex | DD | 56 | 15 | 0 | 3D | 5A | D | 14 | 53 | 2F |
| Octal | 335 | 126 | 25 | 0 | 75 | 132 | 15 | 24 | 123 | 57 |
| Binary | 11011101 | 1010110 | 10101 | 0 | 111101 | 1011010 | 1101 | 10100 | 1010011 | 101111 |
Color Harmonies of #DD5615
Complementary color
Monochromatic Colors of #DD5615
Black with #DD5615
Text Example
Text Example
White with #DD5615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5615; }
p { color: rgb(221,86,21); }
H1.HeaderClassName
{
color: #DD5615;
}
.AnyTagClassName
{
color: #DD5615;
}
</style>
background-color css
<style>
a { background-color: #DD5615; }
a { background-color: rgb(221,86,21); }
div.DivClassName
{
background-color: #DD5615;
}
.BgClassName
{
background-color: #DD5615;
}
</style>
border-color css
<style>
span { border-color: #DD5615; }
span { border-color: rgb(221,86,21); }
td.TdClassName
{
border-color: #DD5615;
}
.TagClassName
{
border-color: #DD5615;
}
</style>