Shades of Chocolate #DD5A1A
Tints of Chocolate #DD5A1A
RGB
CMYK
RGB Variations
Color information
#DD5A1A (or 0xDD5A1A) is known color: Chocolate. HEX triplet: DD, 5A and 1A. RGB value is (221,90,26). Sum of RGB (Red+Green+Blue) = 221+90+26=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A1A is #22A5E5. Grayscale: #7A7A7A. Windows color (decimal): -2270694 or 1727197. OLE color: 1727197.
HSL color Cylindrical-coordinate representation of color #DD5A1A: hue angle of 19.69º 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 #DD5A1A is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 26 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.13 |
| HSL | 19.69º | 0.79% | 0.48% | - |
| HSV(B) | 19.69º | 0.88% | 0.87% | - |
| XYZ | 33.66 | 22.76 | 3.6 | - |
| YUV | 121.87 | 73.9 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 26 | 0 | 0.59 | 0.88 | 0.13 | 19.69 | 0.79 | 0.48 |
| Hex | DD | 5A | 1A | 0 | 3B | 58 | D | 14 | 4F | 30 |
| Octal | 335 | 132 | 32 | 0 | 73 | 130 | 15 | 24 | 117 | 60 |
| Binary | 11011101 | 1011010 | 11010 | 0 | 111011 | 1011000 | 1101 | 10100 | 1001111 | 110000 |
Color Harmonies of #DD5A1A
Complementary color
Monochromatic Colors of #DD5A1A
Black with #DD5A1A
Text Example
Text Example
White with #DD5A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A1A; }
p { color: rgb(221,90,26); }
H1.HeaderClassName
{
color: #DD5A1A;
}
.AnyTagClassName
{
color: #DD5A1A;
}
</style>
background-color css
<style>
a { background-color: #DD5A1A; }
a { background-color: rgb(221,90,26); }
div.DivClassName
{
background-color: #DD5A1A;
}
.BgClassName
{
background-color: #DD5A1A;
}
</style>
border-color css
<style>
span { border-color: #DD5A1A; }
span { border-color: rgb(221,90,26); }
td.TdClassName
{
border-color: #DD5A1A;
}
.TagClassName
{
border-color: #DD5A1A;
}
</style>