Shades of Chocolate #DD6D1E
Tints of Chocolate #DD6D1E
RGB
CMYK
RGB Variations
Color information
#DD6D1E (or 0xDD6D1E) is known color: Chocolate. HEX triplet: DD, 6D and 1E. RGB value is (221,109,30). Sum of RGB (Red+Green+Blue) = 221+109+30=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D1E is #2292E1. Grayscale: #858585. Windows color (decimal): -2265826 or 1994205. OLE color: 1994205.
HSL color Cylindrical-coordinate representation of color #DD6D1E: hue angle of 24.82º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD6D1E is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 30 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.13 |
| HSL | 24.82º | 0.76% | 0.49% | - |
| HSV(B) | 24.82º | 0.86% | 0.87% | - |
| XYZ | 35.52 | 26.4 | 4.45 | - |
| YUV | 133.48 | 69.61 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 30 | 0 | 0.51 | 0.86 | 0.13 | 24.82 | 0.76 | 0.49 |
| Hex | DD | 6D | 1E | 0 | 33 | 56 | D | 19 | 4C | 31 |
| Octal | 335 | 155 | 36 | 0 | 63 | 126 | 15 | 31 | 114 | 61 |
| Binary | 11011101 | 1101101 | 11110 | 0 | 110011 | 1010110 | 1101 | 11001 | 1001100 | 110001 |
Color Harmonies of #DD6D1E
Complementary color
Monochromatic Colors of #DD6D1E
Black with #DD6D1E
Text Example
Text Example
White with #DD6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D1E; }
p { color: rgb(221,109,30); }
H1.HeaderClassName
{
color: #DD6D1E;
}
.AnyTagClassName
{
color: #DD6D1E;
}
</style>
background-color css
<style>
a { background-color: #DD6D1E; }
a { background-color: rgb(221,109,30); }
div.DivClassName
{
background-color: #DD6D1E;
}
.BgClassName
{
background-color: #DD6D1E;
}
</style>
border-color css
<style>
span { border-color: #DD6D1E; }
span { border-color: rgb(221,109,30); }
td.TdClassName
{
border-color: #DD6D1E;
}
.TagClassName
{
border-color: #DD6D1E;
}
</style>