Shades of Chocolate #DD5C15
Tints of Chocolate #DD5C15
RGB
CMYK
RGB Variations
Color information
#DD5C15 (or 0xDD5C15) is known color: Chocolate. HEX triplet: DD, 5C and 15. RGB value is (221,92,21). Sum of RGB (Red+Green+Blue) = 221+92+21=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C15 is #22A3EA. Grayscale: #7A7A7A. Windows color (decimal): -2270187 or 1400029. OLE color: 1400029.
HSL color Cylindrical-coordinate representation of color #DD5C15: hue angle of 21.3º 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 #DD5C15 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 21 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.13 |
| HSL | 21.3º | 0.83% | 0.47% | - |
| HSV(B) | 21.3º | 0.9% | 0.87% | - |
| XYZ | 33.78 | 23.08 | 3.38 | - |
| YUV | 122.48 | 70.74 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 21 | 0 | 0.58 | 0.90 | 0.13 | 21.3 | 0.83 | 0.47 |
| Hex | DD | 5C | 15 | 0 | 3A | 5A | D | 15 | 53 | 2F |
| Octal | 335 | 134 | 25 | 0 | 72 | 132 | 15 | 25 | 123 | 57 |
| Binary | 11011101 | 1011100 | 10101 | 0 | 111010 | 1011010 | 1101 | 10101 | 1010011 | 101111 |
Color Harmonies of #DD5C15
Complementary color
Monochromatic Colors of #DD5C15
Black with #DD5C15
Text Example
Text Example
White with #DD5C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C15; }
p { color: rgb(221,92,21); }
H1.HeaderClassName
{
color: #DD5C15;
}
.AnyTagClassName
{
color: #DD5C15;
}
</style>
background-color css
<style>
a { background-color: #DD5C15; }
a { background-color: rgb(221,92,21); }
div.DivClassName
{
background-color: #DD5C15;
}
.BgClassName
{
background-color: #DD5C15;
}
</style>
border-color css
<style>
span { border-color: #DD5C15; }
span { border-color: rgb(221,92,21); }
td.TdClassName
{
border-color: #DD5C15;
}
.TagClassName
{
border-color: #DD5C15;
}
</style>