Shades of Chocolate #DD5C17
Tints of Chocolate #DD5C17
RGB
CMYK
RGB Variations
Color information
#DD5C17 (or 0xDD5C17) is known color: Chocolate. HEX triplet: DD, 5C and 17. RGB value is (221,92,23). Sum of RGB (Red+Green+Blue) = 221+92+23=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C17 is #22A3E8. Grayscale: #7B7B7B. Windows color (decimal): -2270185 or 1531101. OLE color: 1531101.
HSL color Cylindrical-coordinate representation of color #DD5C17: hue angle of 20.91º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD5C17 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 23 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.13 |
| HSL | 20.91º | 0.81% | 0.48% | - |
| HSV(B) | 20.91º | 0.9% | 0.87% | - |
| XYZ | 33.8 | 23.09 | 3.49 | - |
| YUV | 122.71 | 71.74 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 23 | 0 | 0.58 | 0.90 | 0.13 | 20.91 | 0.81 | 0.48 |
| Hex | DD | 5C | 17 | 0 | 3A | 5A | D | 15 | 51 | 30 |
| Octal | 335 | 134 | 27 | 0 | 72 | 132 | 15 | 25 | 121 | 60 |
| Binary | 11011101 | 1011100 | 10111 | 0 | 111010 | 1011010 | 1101 | 10101 | 1010001 | 110000 |
Color Harmonies of #DD5C17
Complementary color
Monochromatic Colors of #DD5C17
Black with #DD5C17
Text Example
Text Example
White with #DD5C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C17; }
p { color: rgb(221,92,23); }
H1.HeaderClassName
{
color: #DD5C17;
}
.AnyTagClassName
{
color: #DD5C17;
}
</style>
background-color css
<style>
a { background-color: #DD5C17; }
a { background-color: rgb(221,92,23); }
div.DivClassName
{
background-color: #DD5C17;
}
.BgClassName
{
background-color: #DD5C17;
}
</style>
border-color css
<style>
span { border-color: #DD5C17; }
span { border-color: rgb(221,92,23); }
td.TdClassName
{
border-color: #DD5C17;
}
.TagClassName
{
border-color: #DD5C17;
}
</style>