Shades of Chocolate #DD4E1B
Tints of Chocolate #DD4E1B
RGB
CMYK
RGB Variations
Color information
#DD4E1B (or 0xDD4E1B) is known color: Chocolate. HEX triplet: DD, 4E and 1B. RGB value is (221,78,27). Sum of RGB (Red+Green+Blue) = 221+78+27=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E1B is #22B1E4. Grayscale: #737373. Windows color (decimal): -2273765 or 1789661. OLE color: 1789661.
HSL color Cylindrical-coordinate representation of color #DD4E1B: hue angle of 15.77º 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 #DD4E1B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 27 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.13 |
| HSL | 15.77º | 0.78% | 0.49% | - |
| HSV(B) | 15.77º | 0.88% | 0.87% | - |
| XYZ | 32.74 | 20.9 | 3.35 | - |
| YUV | 114.94 | 78.38 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 27 | 0 | 0.65 | 0.88 | 0.13 | 15.77 | 0.78 | 0.49 |
| Hex | DD | 4E | 1B | 0 | 41 | 58 | D | 10 | 4E | 31 |
| Octal | 335 | 116 | 33 | 0 | 101 | 130 | 15 | 20 | 116 | 61 |
| Binary | 11011101 | 1001110 | 11011 | 0 | 1000001 | 1011000 | 1101 | 10000 | 1001110 | 110001 |
Color Harmonies of #DD4E1B
Complementary color
Monochromatic Colors of #DD4E1B
Black with #DD4E1B
Text Example
Text Example
White with #DD4E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E1B; }
p { color: rgb(221,78,27); }
H1.HeaderClassName
{
color: #DD4E1B;
}
.AnyTagClassName
{
color: #DD4E1B;
}
</style>
background-color css
<style>
a { background-color: #DD4E1B; }
a { background-color: rgb(221,78,27); }
div.DivClassName
{
background-color: #DD4E1B;
}
.BgClassName
{
background-color: #DD4E1B;
}
</style>
border-color css
<style>
span { border-color: #DD4E1B; }
span { border-color: rgb(221,78,27); }
td.TdClassName
{
border-color: #DD4E1B;
}
.TagClassName
{
border-color: #DD4E1B;
}
</style>