Shades of Chocolate #DD541A
Tints of Chocolate #DD541A
RGB
CMYK
RGB Variations
Color information
#DD541A (or 0xDD541A) is known color: Chocolate. HEX triplet: DD, 54 and 1A. RGB value is (221,84,26). Sum of RGB (Red+Green+Blue) = 221+84+26=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD541A is #22ABE5. Grayscale: #767676. Windows color (decimal): -2272230 or 1725661. OLE color: 1725661.
HSL color Cylindrical-coordinate representation of color #DD541A: hue angle of 17.85º 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 #DD541A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 26 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.13 |
| HSL | 17.85º | 0.79% | 0.48% | - |
| HSV(B) | 17.85º | 0.88% | 0.87% | - |
| XYZ | 33.18 | 21.79 | 3.43 | - |
| YUV | 118.35 | 75.89 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 26 | 0 | 0.62 | 0.88 | 0.13 | 17.85 | 0.79 | 0.48 |
| Hex | DD | 54 | 1A | 0 | 3E | 58 | D | 12 | 4F | 30 |
| Octal | 335 | 124 | 32 | 0 | 76 | 130 | 15 | 22 | 117 | 60 |
| Binary | 11011101 | 1010100 | 11010 | 0 | 111110 | 1011000 | 1101 | 10010 | 1001111 | 110000 |
Color Harmonies of #DD541A
Complementary color
Monochromatic Colors of #DD541A
Black with #DD541A
Text Example
Text Example
White with #DD541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD541A; }
p { color: rgb(221,84,26); }
H1.HeaderClassName
{
color: #DD541A;
}
.AnyTagClassName
{
color: #DD541A;
}
</style>
background-color css
<style>
a { background-color: #DD541A; }
a { background-color: rgb(221,84,26); }
div.DivClassName
{
background-color: #DD541A;
}
.BgClassName
{
background-color: #DD541A;
}
</style>
border-color css
<style>
span { border-color: #DD541A; }
span { border-color: rgb(221,84,26); }
td.TdClassName
{
border-color: #DD541A;
}
.TagClassName
{
border-color: #DD541A;
}
</style>