Shades of Chocolate #DD5C1D
Tints of Chocolate #DD5C1D
RGB
CMYK
RGB Variations
Color information
#DD5C1D (or 0xDD5C1D) is known color: Chocolate. HEX triplet: DD, 5C and 1D. RGB value is (221,92,29). Sum of RGB (Red+Green+Blue) = 221+92+29=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C1D is #22A3E2. Grayscale: #7B7B7B. Windows color (decimal): -2270179 or 1924317. OLE color: 1924317.
HSL color Cylindrical-coordinate representation of color #DD5C1D: hue angle of 19.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD5C1D is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 29 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.13 |
| HSL | 19.69º | 0.77% | 0.49% | - |
| HSV(B) | 19.69º | 0.87% | 0.87% | - |
| XYZ | 33.87 | 23.12 | 3.84 | - |
| YUV | 123.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 29 | 0 | 0.58 | 0.87 | 0.13 | 19.69 | 0.77 | 0.49 |
| Hex | DD | 5C | 1D | 0 | 3A | 57 | D | 14 | 4D | 31 |
| Octal | 335 | 134 | 35 | 0 | 72 | 127 | 15 | 24 | 115 | 61 |
| Binary | 11011101 | 1011100 | 11101 | 0 | 111010 | 1010111 | 1101 | 10100 | 1001101 | 110001 |
Color Harmonies of #DD5C1D
Complementary color
Monochromatic Colors of #DD5C1D
Black with #DD5C1D
Text Example
Text Example
White with #DD5C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C1D; }
p { color: rgb(221,92,29); }
H1.HeaderClassName
{
color: #DD5C1D;
}
.AnyTagClassName
{
color: #DD5C1D;
}
</style>
background-color css
<style>
a { background-color: #DD5C1D; }
a { background-color: rgb(221,92,29); }
div.DivClassName
{
background-color: #DD5C1D;
}
.BgClassName
{
background-color: #DD5C1D;
}
</style>
border-color css
<style>
span { border-color: #DD5C1D; }
span { border-color: rgb(221,92,29); }
td.TdClassName
{
border-color: #DD5C1D;
}
.TagClassName
{
border-color: #DD5C1D;
}
</style>