Shades of Chocolate #DD541C
Tints of Chocolate #DD541C
RGB
CMYK
RGB Variations
Color information
#DD541C (or 0xDD541C) is known color: Chocolate. HEX triplet: DD, 54 and 1C. RGB value is (221,84,28). Sum of RGB (Red+Green+Blue) = 221+84+28=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD541C is #22ABE3. Grayscale: #767676. Windows color (decimal): -2272228 or 1856733. OLE color: 1856733.
HSL color Cylindrical-coordinate representation of color #DD541C: hue angle of 17.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD541C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 28 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.13 |
| HSL | 17.41º | 0.78% | 0.49% | - |
| HSV(B) | 17.41º | 0.87% | 0.87% | - |
| XYZ | 33.2 | 21.8 | 3.56 | - |
| YUV | 118.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 28 | 0 | 0.62 | 0.87 | 0.13 | 17.41 | 0.78 | 0.49 |
| Hex | DD | 54 | 1C | 0 | 3E | 57 | D | 11 | 4E | 31 |
| Octal | 335 | 124 | 34 | 0 | 76 | 127 | 15 | 21 | 116 | 61 |
| Binary | 11011101 | 1010100 | 11100 | 0 | 111110 | 1010111 | 1101 | 10001 | 1001110 | 110001 |
Color Harmonies of #DD541C
Complementary color
Monochromatic Colors of #DD541C
Black with #DD541C
Text Example
Text Example
White with #DD541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD541C; }
p { color: rgb(221,84,28); }
H1.HeaderClassName
{
color: #DD541C;
}
.AnyTagClassName
{
color: #DD541C;
}
</style>
background-color css
<style>
a { background-color: #DD541C; }
a { background-color: rgb(221,84,28); }
div.DivClassName
{
background-color: #DD541C;
}
.BgClassName
{
background-color: #DD541C;
}
</style>
border-color css
<style>
span { border-color: #DD541C; }
span { border-color: rgb(221,84,28); }
td.TdClassName
{
border-color: #DD541C;
}
.TagClassName
{
border-color: #DD541C;
}
</style>