Shades of Chocolate #DD6A1E
Tints of Chocolate #DD6A1E
RGB
CMYK
RGB Variations
Color information
#DD6A1E (or 0xDD6A1E) is known color: Chocolate. HEX triplet: DD, 6A and 1E. RGB value is (221,106,30). Sum of RGB (Red+Green+Blue) = 221+106+30=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A1E is #2295E1. Grayscale: #848484. Windows color (decimal): -2266594 or 1993437. OLE color: 1993437.
HSL color Cylindrical-coordinate representation of color #DD6A1E: hue angle of 23.87º 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 #DD6A1E is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 30 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.13 |
| HSL | 23.87º | 0.76% | 0.49% | - |
| HSV(B) | 23.87º | 0.86% | 0.87% | - |
| XYZ | 35.21 | 25.77 | 4.35 | - |
| YUV | 131.72 | 70.6 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 30 | 0 | 0.52 | 0.86 | 0.13 | 23.87 | 0.76 | 0.49 |
| Hex | DD | 6A | 1E | 0 | 34 | 56 | D | 18 | 4C | 31 |
| Octal | 335 | 152 | 36 | 0 | 64 | 126 | 15 | 30 | 114 | 61 |
| Binary | 11011101 | 1101010 | 11110 | 0 | 110100 | 1010110 | 1101 | 11000 | 1001100 | 110001 |
Color Harmonies of #DD6A1E
Complementary color
Monochromatic Colors of #DD6A1E
Black with #DD6A1E
Text Example
Text Example
White with #DD6A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A1E; }
p { color: rgb(221,106,30); }
H1.HeaderClassName
{
color: #DD6A1E;
}
.AnyTagClassName
{
color: #DD6A1E;
}
</style>
background-color css
<style>
a { background-color: #DD6A1E; }
a { background-color: rgb(221,106,30); }
div.DivClassName
{
background-color: #DD6A1E;
}
.BgClassName
{
background-color: #DD6A1E;
}
</style>
border-color css
<style>
span { border-color: #DD6A1E; }
span { border-color: rgb(221,106,30); }
td.TdClassName
{
border-color: #DD6A1E;
}
.TagClassName
{
border-color: #DD6A1E;
}
</style>