Shades of Chocolate #DD601E
Tints of Chocolate #DD601E
RGB
CMYK
RGB Variations
Color information
#DD601E (or 0xDD601E) is known color: Chocolate. HEX triplet: DD, 60 and 1E. RGB value is (221,96,30). Sum of RGB (Red+Green+Blue) = 221+96+30=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD601E is #229FE1. Grayscale: #7E7E7E. Windows color (decimal): -2269154 or 1990877. OLE color: 1990877.
HSL color Cylindrical-coordinate representation of color #DD601E: hue angle of 20.73º degrees, saturation: 0.76, 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 #DD601E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 30 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.13 |
| HSL | 20.73º | 0.76% | 0.49% | - |
| HSV(B) | 20.73º | 0.86% | 0.87% | - |
| XYZ | 34.24 | 23.83 | 4.02 | - |
| YUV | 125.85 | 73.91 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 30 | 0 | 0.57 | 0.86 | 0.13 | 20.73 | 0.76 | 0.49 |
| Hex | DD | 60 | 1E | 0 | 39 | 56 | D | 15 | 4C | 31 |
| Octal | 335 | 140 | 36 | 0 | 71 | 126 | 15 | 25 | 114 | 61 |
| Binary | 11011101 | 1100000 | 11110 | 0 | 111001 | 1010110 | 1101 | 10101 | 1001100 | 110001 |
Color Harmonies of #DD601E
Complementary color
Monochromatic Colors of #DD601E
Black with #DD601E
Text Example
Text Example
White with #DD601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD601E; }
p { color: rgb(221,96,30); }
H1.HeaderClassName
{
color: #DD601E;
}
.AnyTagClassName
{
color: #DD601E;
}
</style>
background-color css
<style>
a { background-color: #DD601E; }
a { background-color: rgb(221,96,30); }
div.DivClassName
{
background-color: #DD601E;
}
.BgClassName
{
background-color: #DD601E;
}
</style>
border-color css
<style>
span { border-color: #DD601E; }
span { border-color: rgb(221,96,30); }
td.TdClassName
{
border-color: #DD601E;
}
.TagClassName
{
border-color: #DD601E;
}
</style>