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