Shades of Chocolate #DD5C13
Tints of Chocolate #DD5C13
RGB
CMYK
RGB Variations
Color information
#DD5C13 (or 0xDD5C13) is known color: Chocolate. HEX triplet: DD, 5C and 13. RGB value is (221,92,19). Sum of RGB (Red+Green+Blue) = 221+92+19=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C13 is #22A3EC. Grayscale: #7A7A7A. Windows color (decimal): -2270189 or 1268957. OLE color: 1268957.
HSL color Cylindrical-coordinate representation of color #DD5C13: hue angle of 21.68º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD5C13 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 19 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.13 |
| HSL | 21.68º | 0.84% | 0.47% | - |
| HSV(B) | 21.68º | 0.91% | 0.87% | - |
| XYZ | 33.76 | 23.07 | 3.29 | - |
| YUV | 122.25 | 69.74 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 19 | 0 | 0.58 | 0.91 | 0.13 | 21.68 | 0.84 | 0.47 |
| Hex | DD | 5C | 13 | 0 | 3A | 5B | D | 16 | 54 | 2F |
| Octal | 335 | 134 | 23 | 0 | 72 | 133 | 15 | 26 | 124 | 57 |
| Binary | 11011101 | 1011100 | 10011 | 0 | 111010 | 1011011 | 1101 | 10110 | 1010100 | 101111 |
Color Harmonies of #DD5C13
Complementary color
Monochromatic Colors of #DD5C13
Black with #DD5C13
Text Example
Text Example
White with #DD5C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C13; }
p { color: rgb(221,92,19); }
H1.HeaderClassName
{
color: #DD5C13;
}
.AnyTagClassName
{
color: #DD5C13;
}
</style>
background-color css
<style>
a { background-color: #DD5C13; }
a { background-color: rgb(221,92,19); }
div.DivClassName
{
background-color: #DD5C13;
}
.BgClassName
{
background-color: #DD5C13;
}
</style>
border-color css
<style>
span { border-color: #DD5C13; }
span { border-color: rgb(221,92,19); }
td.TdClassName
{
border-color: #DD5C13;
}
.TagClassName
{
border-color: #DD5C13;
}
</style>