Shades of Chocolate #DD6412
Tints of Chocolate #DD6412
RGB
CMYK
RGB Variations
Color information
#DD6412 (or 0xDD6412) is known color: Chocolate. HEX triplet: DD, 64 and 12. RGB value is (221,100,18). Sum of RGB (Red+Green+Blue) = 221+100+18=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6412 is #229BED. Grayscale: #7F7F7F. Windows color (decimal): -2268142 or 1205469. OLE color: 1205469.
HSL color Cylindrical-coordinate representation of color #DD6412: hue angle of 24.24º 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 #DD6412 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 18 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.13 |
| HSL | 24.24º | 0.85% | 0.47% | - |
| HSV(B) | 24.24º | 0.92% | 0.87% | - |
| XYZ | 34.49 | 24.53 | 3.49 | - |
| YUV | 126.83 | 66.59 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 18 | 0 | 0.55 | 0.92 | 0.13 | 24.24 | 0.85 | 0.47 |
| Hex | DD | 64 | 12 | 0 | 37 | 5C | D | 18 | 55 | 2F |
| Octal | 335 | 144 | 22 | 0 | 67 | 134 | 15 | 30 | 125 | 57 |
| Binary | 11011101 | 1100100 | 10010 | 0 | 110111 | 1011100 | 1101 | 11000 | 1010101 | 101111 |
Color Harmonies of #DD6412
Complementary color
Monochromatic Colors of #DD6412
Black with #DD6412
Text Example
Text Example
White with #DD6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6412; }
p { color: rgb(221,100,18); }
H1.HeaderClassName
{
color: #DD6412;
}
.AnyTagClassName
{
color: #DD6412;
}
</style>
background-color css
<style>
a { background-color: #DD6412; }
a { background-color: rgb(221,100,18); }
div.DivClassName
{
background-color: #DD6412;
}
.BgClassName
{
background-color: #DD6412;
}
</style>
border-color css
<style>
span { border-color: #DD6412; }
span { border-color: rgb(221,100,18); }
td.TdClassName
{
border-color: #DD6412;
}
.TagClassName
{
border-color: #DD6412;
}
</style>