Shades of Chocolate #DD600E
Tints of Chocolate #DD600E
RGB
CMYK
RGB Variations
Color information
#DD600E (or 0xDD600E) is known color: Chocolate. HEX triplet: DD, 60 and 0E. RGB value is (221,96,14). Sum of RGB (Red+Green+Blue) = 221+96+14=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD600E is #229FF1. Grayscale: #7C7C7C. Windows color (decimal): -2269170 or 942301. OLE color: 942301.
HSL color Cylindrical-coordinate representation of color #DD600E: hue angle of 23.77º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD600E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.13 |
| HSL | 23.77º | 0.88% | 0.46% | - |
| HSV(B) | 23.77º | 0.94% | 0.87% | - |
| XYZ | 34.08 | 23.77 | 3.21 | - |
| YUV | 124.03 | 65.91 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 14 | 0 | 0.57 | 0.94 | 0.13 | 23.77 | 0.88 | 0.46 |
| Hex | DD | 60 | E | 0 | 39 | 5E | D | 18 | 58 | 2E |
| Octal | 335 | 140 | 16 | 0 | 71 | 136 | 15 | 30 | 130 | 56 |
| Binary | 11011101 | 1100000 | 1110 | 0 | 111001 | 1011110 | 1101 | 11000 | 1011000 | 101110 |
Color Harmonies of #DD600E
Complementary color
Monochromatic Colors of #DD600E
Black with #DD600E
Text Example
Text Example
White with #DD600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD600E; }
p { color: rgb(221,96,14); }
H1.HeaderClassName
{
color: #DD600E;
}
.AnyTagClassName
{
color: #DD600E;
}
</style>
background-color css
<style>
a { background-color: #DD600E; }
a { background-color: rgb(221,96,14); }
div.DivClassName
{
background-color: #DD600E;
}
.BgClassName
{
background-color: #DD600E;
}
</style>
border-color css
<style>
span { border-color: #DD600E; }
span { border-color: rgb(221,96,14); }
td.TdClassName
{
border-color: #DD600E;
}
.TagClassName
{
border-color: #DD600E;
}
</style>