Shades of Chocolate #DD5D1C
Tints of Chocolate #DD5D1C
RGB
CMYK
RGB Variations
Color information
#DD5D1C (or 0xDD5D1C) is known color: Chocolate. HEX triplet: DD, 5D and 1C. RGB value is (221,93,28). Sum of RGB (Red+Green+Blue) = 221+93+28=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D1C is #22A2E3. Grayscale: #7C7C7C. Windows color (decimal): -2269924 or 1859037. OLE color: 1859037.
HSL color Cylindrical-coordinate representation of color #DD5D1C: hue angle of 20.21º degrees, saturation: 0.78, 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 #DD5D1C is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 28 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.13 |
| HSL | 20.21º | 0.78% | 0.49% | - |
| HSV(B) | 20.21º | 0.87% | 0.87% | - |
| XYZ | 33.94 | 23.28 | 3.8 | - |
| YUV | 123.86 | 73.91 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 28 | 0 | 0.58 | 0.87 | 0.13 | 20.21 | 0.78 | 0.49 |
| Hex | DD | 5D | 1C | 0 | 3A | 57 | D | 14 | 4E | 31 |
| Octal | 335 | 135 | 34 | 0 | 72 | 127 | 15 | 24 | 116 | 61 |
| Binary | 11011101 | 1011101 | 11100 | 0 | 111010 | 1010111 | 1101 | 10100 | 1001110 | 110001 |
Color Harmonies of #DD5D1C
Complementary color
Monochromatic Colors of #DD5D1C
Black with #DD5D1C
Text Example
Text Example
White with #DD5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D1C; }
p { color: rgb(221,93,28); }
H1.HeaderClassName
{
color: #DD5D1C;
}
.AnyTagClassName
{
color: #DD5D1C;
}
</style>
background-color css
<style>
a { background-color: #DD5D1C; }
a { background-color: rgb(221,93,28); }
div.DivClassName
{
background-color: #DD5D1C;
}
.BgClassName
{
background-color: #DD5D1C;
}
</style>
border-color css
<style>
span { border-color: #DD5D1C; }
span { border-color: rgb(221,93,28); }
td.TdClassName
{
border-color: #DD5D1C;
}
.TagClassName
{
border-color: #DD5D1C;
}
</style>