Shades of Chocolate #DD6D1A
Tints of Chocolate #DD6D1A
RGB
CMYK
RGB Variations
Color information
#DD6D1A (or 0xDD6D1A) is known color: Chocolate. HEX triplet: DD, 6D and 1A. RGB value is (221,109,26). Sum of RGB (Red+Green+Blue) = 221+109+26=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D1A is #2292E5. Grayscale: #858585. Windows color (decimal): -2265830 or 1732061. OLE color: 1732061.
HSL color Cylindrical-coordinate representation of color #DD6D1A: hue angle of 25.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD6D1A is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 26 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.13 |
| HSL | 25.54º | 0.79% | 0.48% | - |
| HSV(B) | 25.54º | 0.88% | 0.87% | - |
| XYZ | 35.47 | 26.38 | 4.2 | - |
| YUV | 133.03 | 67.61 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 26 | 0 | 0.51 | 0.88 | 0.13 | 25.54 | 0.79 | 0.48 |
| Hex | DD | 6D | 1A | 0 | 33 | 58 | D | 1A | 4F | 30 |
| Octal | 335 | 155 | 32 | 0 | 63 | 130 | 15 | 32 | 117 | 60 |
| Binary | 11011101 | 1101101 | 11010 | 0 | 110011 | 1011000 | 1101 | 11010 | 1001111 | 110000 |
Color Harmonies of #DD6D1A
Complementary color
Monochromatic Colors of #DD6D1A
Black with #DD6D1A
Text Example
Text Example
White with #DD6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D1A; }
p { color: rgb(221,109,26); }
H1.HeaderClassName
{
color: #DD6D1A;
}
.AnyTagClassName
{
color: #DD6D1A;
}
</style>
background-color css
<style>
a { background-color: #DD6D1A; }
a { background-color: rgb(221,109,26); }
div.DivClassName
{
background-color: #DD6D1A;
}
.BgClassName
{
background-color: #DD6D1A;
}
</style>
border-color css
<style>
span { border-color: #DD6D1A; }
span { border-color: rgb(221,109,26); }
td.TdClassName
{
border-color: #DD6D1A;
}
.TagClassName
{
border-color: #DD6D1A;
}
</style>