Shades of Chocolate #DD6A1B
Tints of Chocolate #DD6A1B
RGB
CMYK
RGB Variations
Color information
#DD6A1B (or 0xDD6A1B) is known color: Chocolate. HEX triplet: DD, 6A and 1B. RGB value is (221,106,27). Sum of RGB (Red+Green+Blue) = 221+106+27=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A1B is #2295E4. Grayscale: #838383. Windows color (decimal): -2266597 or 1796829. OLE color: 1796829.
HSL color Cylindrical-coordinate representation of color #DD6A1B: hue angle of 24.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD6A1B is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 27 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.13 |
| HSL | 24.43º | 0.78% | 0.49% | - |
| HSV(B) | 24.43º | 0.88% | 0.87% | - |
| XYZ | 35.17 | 25.76 | 4.16 | - |
| YUV | 131.38 | 69.1 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 27 | 0 | 0.52 | 0.88 | 0.13 | 24.43 | 0.78 | 0.49 |
| Hex | DD | 6A | 1B | 0 | 34 | 58 | D | 18 | 4E | 31 |
| Octal | 335 | 152 | 33 | 0 | 64 | 130 | 15 | 30 | 116 | 61 |
| Binary | 11011101 | 1101010 | 11011 | 0 | 110100 | 1011000 | 1101 | 11000 | 1001110 | 110001 |
Color Harmonies of #DD6A1B
Complementary color
Monochromatic Colors of #DD6A1B
Black with #DD6A1B
Text Example
Text Example
White with #DD6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A1B; }
p { color: rgb(221,106,27); }
H1.HeaderClassName
{
color: #DD6A1B;
}
.AnyTagClassName
{
color: #DD6A1B;
}
</style>
background-color css
<style>
a { background-color: #DD6A1B; }
a { background-color: rgb(221,106,27); }
div.DivClassName
{
background-color: #DD6A1B;
}
.BgClassName
{
background-color: #DD6A1B;
}
</style>
border-color css
<style>
span { border-color: #DD6A1B; }
span { border-color: rgb(221,106,27); }
td.TdClassName
{
border-color: #DD6A1B;
}
.TagClassName
{
border-color: #DD6A1B;
}
</style>