Shades of Chocolate #DD5E25
Tints of Chocolate #DD5E25
RGB
CMYK
RGB Variations
Color information
#DD5E25 (or 0xDD5E25) is known color: Chocolate. HEX triplet: DD, 5E and 25. RGB value is (221,94,37). Sum of RGB (Red+Green+Blue) = 221+94+37=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E25 is #22A1DA. Grayscale: #7D7D7D. Windows color (decimal): -2269659 or 2449117. OLE color: 2449117.
HSL color Cylindrical-coordinate representation of color #DD5E25: hue angle of 18.59º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD5E25 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 37 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.13 |
| HSL | 18.59º | 0.73% | 0.51% | - |
| HSV(B) | 18.59º | 0.83% | 0.87% | - |
| XYZ | 34.16 | 23.51 | 4.49 | - |
| YUV | 125.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 37 | 0 | 0.57 | 0.83 | 0.13 | 18.59 | 0.73 | 0.51 |
| Hex | DD | 5E | 25 | 0 | 39 | 53 | D | 13 | 49 | 33 |
| Octal | 335 | 136 | 45 | 0 | 71 | 123 | 15 | 23 | 111 | 63 |
| Binary | 11011101 | 1011110 | 100101 | 0 | 111001 | 1010011 | 1101 | 10011 | 1001001 | 110011 |
Color Harmonies of #DD5E25
Complementary color
Monochromatic Colors of #DD5E25
Black with #DD5E25
Text Example
Text Example
White with #DD5E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E25; }
p { color: rgb(221,94,37); }
H1.HeaderClassName
{
color: #DD5E25;
}
.AnyTagClassName
{
color: #DD5E25;
}
</style>
background-color css
<style>
a { background-color: #DD5E25; }
a { background-color: rgb(221,94,37); }
div.DivClassName
{
background-color: #DD5E25;
}
.BgClassName
{
background-color: #DD5E25;
}
</style>
border-color css
<style>
span { border-color: #DD5E25; }
span { border-color: rgb(221,94,37); }
td.TdClassName
{
border-color: #DD5E25;
}
.TagClassName
{
border-color: #DD5E25;
}
</style>