Shades of Chocolate #DD5A1E
Tints of Chocolate #DD5A1E
RGB
CMYK
RGB Variations
Color information
#DD5A1E (or 0xDD5A1E) is known color: Chocolate. HEX triplet: DD, 5A and 1E. RGB value is (221,90,30). Sum of RGB (Red+Green+Blue) = 221+90+30=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A1E is #22A5E1. Grayscale: #7A7A7A. Windows color (decimal): -2270690 or 1989341. OLE color: 1989341.
HSL color Cylindrical-coordinate representation of color #DD5A1E: hue angle of 18.85º 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 #DD5A1E is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 30 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.13 |
| HSL | 18.85º | 0.76% | 0.49% | - |
| HSV(B) | 18.85º | 0.86% | 0.87% | - |
| XYZ | 33.71 | 22.78 | 3.85 | - |
| YUV | 122.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 30 | 0 | 0.59 | 0.86 | 0.13 | 18.85 | 0.76 | 0.49 |
| Hex | DD | 5A | 1E | 0 | 3B | 56 | D | 13 | 4C | 31 |
| Octal | 335 | 132 | 36 | 0 | 73 | 126 | 15 | 23 | 114 | 61 |
| Binary | 11011101 | 1011010 | 11110 | 0 | 111011 | 1010110 | 1101 | 10011 | 1001100 | 110001 |
Color Harmonies of #DD5A1E
Complementary color
Monochromatic Colors of #DD5A1E
Black with #DD5A1E
Text Example
Text Example
White with #DD5A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A1E; }
p { color: rgb(221,90,30); }
H1.HeaderClassName
{
color: #DD5A1E;
}
.AnyTagClassName
{
color: #DD5A1E;
}
</style>
background-color css
<style>
a { background-color: #DD5A1E; }
a { background-color: rgb(221,90,30); }
div.DivClassName
{
background-color: #DD5A1E;
}
.BgClassName
{
background-color: #DD5A1E;
}
</style>
border-color css
<style>
span { border-color: #DD5A1E; }
span { border-color: rgb(221,90,30); }
td.TdClassName
{
border-color: #DD5A1E;
}
.TagClassName
{
border-color: #DD5A1E;
}
</style>