Shades of Chocolate #DD6D1D
Tints of Chocolate #DD6D1D
RGB
CMYK
RGB Variations
Color information
#DD6D1D (or 0xDD6D1D) is known color: Chocolate. HEX triplet: DD, 6D and 1D. RGB value is (221,109,29). Sum of RGB (Red+Green+Blue) = 221+109+29=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D1D is #2292E2. Grayscale: #858585. Windows color (decimal): -2265827 or 1928669. OLE color: 1928669.
HSL color Cylindrical-coordinate representation of color #DD6D1D: hue angle of 25º 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 #DD6D1D is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 29 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.13 |
| HSL | 25º | 0.77% | 0.49% | - |
| HSV(B) | 25º | 0.87% | 0.87% | - |
| XYZ | 35.51 | 26.4 | 4.39 | - |
| YUV | 133.37 | 69.11 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 29 | 0 | 0.51 | 0.87 | 0.13 | 25 | 0.77 | 0.49 |
| Hex | DD | 6D | 1D | 0 | 33 | 57 | D | 19 | 4D | 31 |
| Octal | 335 | 155 | 35 | 0 | 63 | 127 | 15 | 31 | 115 | 61 |
| Binary | 11011101 | 1101101 | 11101 | 0 | 110011 | 1010111 | 1101 | 11001 | 1001101 | 110001 |
Color Harmonies of #DD6D1D
Complementary color
Monochromatic Colors of #DD6D1D
Black with #DD6D1D
Text Example
Text Example
White with #DD6D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D1D; }
p { color: rgb(221,109,29); }
H1.HeaderClassName
{
color: #DD6D1D;
}
.AnyTagClassName
{
color: #DD6D1D;
}
</style>
background-color css
<style>
a { background-color: #DD6D1D; }
a { background-color: rgb(221,109,29); }
div.DivClassName
{
background-color: #DD6D1D;
}
.BgClassName
{
background-color: #DD6D1D;
}
</style>
border-color css
<style>
span { border-color: #DD6D1D; }
span { border-color: rgb(221,109,29); }
td.TdClassName
{
border-color: #DD6D1D;
}
.TagClassName
{
border-color: #DD6D1D;
}
</style>