Shades of Chocolate #DD6418
Tints of Chocolate #DD6418
RGB
CMYK
RGB Variations
Color information
#DD6418 (or 0xDD6418) is known color: Chocolate. HEX triplet: DD, 64 and 18. RGB value is (221,100,24). Sum of RGB (Red+Green+Blue) = 221+100+24=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6418 is #229BE7. Grayscale: #7F7F7F. Windows color (decimal): -2268136 or 1598685. OLE color: 1598685.
HSL color Cylindrical-coordinate representation of color #DD6418: hue angle of 23.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD6418 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 24 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.13 |
| HSL | 23.15º | 0.8% | 0.48% | - |
| HSV(B) | 23.15º | 0.89% | 0.87% | - |
| XYZ | 34.54 | 24.55 | 3.78 | - |
| YUV | 127.52 | 69.59 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 24 | 0 | 0.55 | 0.89 | 0.13 | 23.15 | 0.8 | 0.48 |
| Hex | DD | 64 | 18 | 0 | 37 | 59 | D | 17 | 50 | 30 |
| Octal | 335 | 144 | 30 | 0 | 67 | 131 | 15 | 27 | 120 | 60 |
| Binary | 11011101 | 1100100 | 11000 | 0 | 110111 | 1011001 | 1101 | 10111 | 1010000 | 110000 |
Color Harmonies of #DD6418
Complementary color
Monochromatic Colors of #DD6418
Black with #DD6418
Text Example
Text Example
White with #DD6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6418; }
p { color: rgb(221,100,24); }
H1.HeaderClassName
{
color: #DD6418;
}
.AnyTagClassName
{
color: #DD6418;
}
</style>
background-color css
<style>
a { background-color: #DD6418; }
a { background-color: rgb(221,100,24); }
div.DivClassName
{
background-color: #DD6418;
}
.BgClassName
{
background-color: #DD6418;
}
</style>
border-color css
<style>
span { border-color: #DD6418; }
span { border-color: rgb(221,100,24); }
td.TdClassName
{
border-color: #DD6418;
}
.TagClassName
{
border-color: #DD6418;
}
</style>