Shades of Chocolate #DD541F
Tints of Chocolate #DD541F
RGB
CMYK
RGB Variations
Color information
#DD541F (or 0xDD541F) is known color: Chocolate. HEX triplet: DD, 54 and 1F. RGB value is (221,84,31). Sum of RGB (Red+Green+Blue) = 221+84+31=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD541F is #22ABE0. Grayscale: #777777. Windows color (decimal): -2272225 or 2053341. OLE color: 2053341.
HSL color Cylindrical-coordinate representation of color #DD541F: hue angle of 16.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD541F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 31 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.13 |
| HSL | 16.74º | 0.75% | 0.49% | - |
| HSV(B) | 16.74º | 0.86% | 0.87% | - |
| XYZ | 33.24 | 21.81 | 3.75 | - |
| YUV | 118.92 | 78.39 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 31 | 0 | 0.62 | 0.86 | 0.13 | 16.74 | 0.75 | 0.49 |
| Hex | DD | 54 | 1F | 0 | 3E | 56 | D | 11 | 4B | 31 |
| Octal | 335 | 124 | 37 | 0 | 76 | 126 | 15 | 21 | 113 | 61 |
| Binary | 11011101 | 1010100 | 11111 | 0 | 111110 | 1010110 | 1101 | 10001 | 1001011 | 110001 |
Color Harmonies of #DD541F
Complementary color
Monochromatic Colors of #DD541F
Black with #DD541F
Text Example
Text Example
White with #DD541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD541F; }
p { color: rgb(221,84,31); }
H1.HeaderClassName
{
color: #DD541F;
}
.AnyTagClassName
{
color: #DD541F;
}
</style>
background-color css
<style>
a { background-color: #DD541F; }
a { background-color: rgb(221,84,31); }
div.DivClassName
{
background-color: #DD541F;
}
.BgClassName
{
background-color: #DD541F;
}
</style>
border-color css
<style>
span { border-color: #DD541F; }
span { border-color: rgb(221,84,31); }
td.TdClassName
{
border-color: #DD541F;
}
.TagClassName
{
border-color: #DD541F;
}
</style>