Shades of Chocolate #DD541B
Tints of Chocolate #DD541B
RGB
CMYK
RGB Variations
Color information
#DD541B (or 0xDD541B) is known color: Chocolate. HEX triplet: DD, 54 and 1B. RGB value is (221,84,27). Sum of RGB (Red+Green+Blue) = 221+84+27=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD541B is #22ABE4. Grayscale: #767676. Windows color (decimal): -2272229 or 1791197. OLE color: 1791197.
HSL color Cylindrical-coordinate representation of color #DD541B: hue angle of 17.63º 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 #DD541B is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 27 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.13 |
| HSL | 17.63º | 0.78% | 0.49% | - |
| HSV(B) | 17.63º | 0.88% | 0.87% | - |
| XYZ | 33.19 | 21.79 | 3.49 | - |
| YUV | 118.47 | 76.39 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 27 | 0 | 0.62 | 0.88 | 0.13 | 17.63 | 0.78 | 0.49 |
| Hex | DD | 54 | 1B | 0 | 3E | 58 | D | 12 | 4E | 31 |
| Octal | 335 | 124 | 33 | 0 | 76 | 130 | 15 | 22 | 116 | 61 |
| Binary | 11011101 | 1010100 | 11011 | 0 | 111110 | 1011000 | 1101 | 10010 | 1001110 | 110001 |
Color Harmonies of #DD541B
Complementary color
Monochromatic Colors of #DD541B
Black with #DD541B
Text Example
Text Example
White with #DD541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD541B; }
p { color: rgb(221,84,27); }
H1.HeaderClassName
{
color: #DD541B;
}
.AnyTagClassName
{
color: #DD541B;
}
</style>
background-color css
<style>
a { background-color: #DD541B; }
a { background-color: rgb(221,84,27); }
div.DivClassName
{
background-color: #DD541B;
}
.BgClassName
{
background-color: #DD541B;
}
</style>
border-color css
<style>
span { border-color: #DD541B; }
span { border-color: rgb(221,84,27); }
td.TdClassName
{
border-color: #DD541B;
}
.TagClassName
{
border-color: #DD541B;
}
</style>