Shades of Chocolate #DD5C12
Tints of Chocolate #DD5C12
RGB
CMYK
RGB Variations
Color information
#DD5C12 (or 0xDD5C12) is known color: Chocolate. HEX triplet: DD, 5C and 12. RGB value is (221,92,18). Sum of RGB (Red+Green+Blue) = 221+92+18=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C12 is #22A3ED. Grayscale: #7A7A7A. Windows color (decimal): -2270190 or 1203421. OLE color: 1203421.
HSL color Cylindrical-coordinate representation of color #DD5C12: hue angle of 21.87º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD5C12 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.13 |
| HSL | 21.87º | 0.85% | 0.47% | - |
| HSV(B) | 21.87º | 0.92% | 0.87% | - |
| XYZ | 33.76 | 23.07 | 3.25 | - |
| YUV | 122.14 | 69.24 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 18 | 0 | 0.58 | 0.92 | 0.13 | 21.87 | 0.85 | 0.47 |
| Hex | DD | 5C | 12 | 0 | 3A | 5C | D | 16 | 55 | 2F |
| Octal | 335 | 134 | 22 | 0 | 72 | 134 | 15 | 26 | 125 | 57 |
| Binary | 11011101 | 1011100 | 10010 | 0 | 111010 | 1011100 | 1101 | 10110 | 1010101 | 101111 |
Color Harmonies of #DD5C12
Complementary color
Monochromatic Colors of #DD5C12
Black with #DD5C12
Text Example
Text Example
White with #DD5C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C12; }
p { color: rgb(221,92,18); }
H1.HeaderClassName
{
color: #DD5C12;
}
.AnyTagClassName
{
color: #DD5C12;
}
</style>
background-color css
<style>
a { background-color: #DD5C12; }
a { background-color: rgb(221,92,18); }
div.DivClassName
{
background-color: #DD5C12;
}
.BgClassName
{
background-color: #DD5C12;
}
</style>
border-color css
<style>
span { border-color: #DD5C12; }
span { border-color: rgb(221,92,18); }
td.TdClassName
{
border-color: #DD5C12;
}
.TagClassName
{
border-color: #DD5C12;
}
</style>