Shades of Chocolate #DD6512
Tints of Chocolate #DD6512
RGB
CMYK
RGB Variations
Color information
#DD6512 (or 0xDD6512) is known color: Chocolate. HEX triplet: DD, 65 and 12. RGB value is (221,101,18). Sum of RGB (Red+Green+Blue) = 221+101+18=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6512 is #229AED. Grayscale: #7F7F7F. Windows color (decimal): -2267886 or 1205725. OLE color: 1205725.
HSL color Cylindrical-coordinate representation of color #DD6512: hue angle of 24.53º 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 #DD6512 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 18 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.13 |
| HSL | 24.53º | 0.85% | 0.47% | - |
| HSV(B) | 24.53º | 0.92% | 0.87% | - |
| XYZ | 34.58 | 24.72 | 3.52 | - |
| YUV | 127.42 | 66.26 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 18 | 0 | 0.54 | 0.92 | 0.13 | 24.53 | 0.85 | 0.47 |
| Hex | DD | 65 | 12 | 0 | 36 | 5C | D | 19 | 55 | 2F |
| Octal | 335 | 145 | 22 | 0 | 66 | 134 | 15 | 31 | 125 | 57 |
| Binary | 11011101 | 1100101 | 10010 | 0 | 110110 | 1011100 | 1101 | 11001 | 1010101 | 101111 |
Color Harmonies of #DD6512
Complementary color
Monochromatic Colors of #DD6512
Black with #DD6512
Text Example
Text Example
White with #DD6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6512; }
p { color: rgb(221,101,18); }
H1.HeaderClassName
{
color: #DD6512;
}
.AnyTagClassName
{
color: #DD6512;
}
</style>
background-color css
<style>
a { background-color: #DD6512; }
a { background-color: rgb(221,101,18); }
div.DivClassName
{
background-color: #DD6512;
}
.BgClassName
{
background-color: #DD6512;
}
</style>
border-color css
<style>
span { border-color: #DD6512; }
span { border-color: rgb(221,101,18); }
td.TdClassName
{
border-color: #DD6512;
}
.TagClassName
{
border-color: #DD6512;
}
</style>