Shades of Chocolate #DD5D1F
Tints of Chocolate #DD5D1F
RGB
CMYK
RGB Variations
Color information
#DD5D1F (or 0xDD5D1F) is known color: Chocolate. HEX triplet: DD, 5D and 1F. RGB value is (221,93,31). Sum of RGB (Red+Green+Blue) = 221+93+31=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D1F is #22A2E0. Grayscale: #7C7C7C. Windows color (decimal): -2269921 or 2055645. OLE color: 2055645.
HSL color Cylindrical-coordinate representation of color #DD5D1F: hue angle of 19.58º 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 #DD5D1F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 31 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.13 |
| HSL | 19.58º | 0.75% | 0.49% | - |
| HSV(B) | 19.58º | 0.86% | 0.87% | - |
| XYZ | 33.98 | 23.3 | 4 | - |
| YUV | 124.2 | 75.41 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 31 | 0 | 0.58 | 0.86 | 0.13 | 19.58 | 0.75 | 0.49 |
| Hex | DD | 5D | 1F | 0 | 3A | 56 | D | 14 | 4B | 31 |
| Octal | 335 | 135 | 37 | 0 | 72 | 126 | 15 | 24 | 113 | 61 |
| Binary | 11011101 | 1011101 | 11111 | 0 | 111010 | 1010110 | 1101 | 10100 | 1001011 | 110001 |
Color Harmonies of #DD5D1F
Complementary color
Monochromatic Colors of #DD5D1F
Black with #DD5D1F
Text Example
Text Example
White with #DD5D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D1F; }
p { color: rgb(221,93,31); }
H1.HeaderClassName
{
color: #DD5D1F;
}
.AnyTagClassName
{
color: #DD5D1F;
}
</style>
background-color css
<style>
a { background-color: #DD5D1F; }
a { background-color: rgb(221,93,31); }
div.DivClassName
{
background-color: #DD5D1F;
}
.BgClassName
{
background-color: #DD5D1F;
}
</style>
border-color css
<style>
span { border-color: #DD5D1F; }
span { border-color: rgb(221,93,31); }
td.TdClassName
{
border-color: #DD5D1F;
}
.TagClassName
{
border-color: #DD5D1F;
}
</style>