Shades of Chocolate #DD6717
Tints of Chocolate #DD6717
RGB
CMYK
RGB Variations
Color information
#DD6717 (or 0xDD6717) is known color: Chocolate. HEX triplet: DD, 67 and 17. RGB value is (221,103,23). Sum of RGB (Red+Green+Blue) = 221+103+23=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6717 is #2298E8. Grayscale: #818181. Windows color (decimal): -2267369 or 1533917. OLE color: 1533917.
HSL color Cylindrical-coordinate representation of color #DD6717: hue angle of 24.24º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD6717 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 23 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.13 |
| HSL | 24.24º | 0.81% | 0.48% | - |
| HSV(B) | 24.24º | 0.9% | 0.87% | - |
| XYZ | 34.82 | 25.13 | 3.83 | - |
| YUV | 129.16 | 68.09 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 23 | 0 | 0.53 | 0.90 | 0.13 | 24.24 | 0.81 | 0.48 |
| Hex | DD | 67 | 17 | 0 | 35 | 5A | D | 18 | 51 | 30 |
| Octal | 335 | 147 | 27 | 0 | 65 | 132 | 15 | 30 | 121 | 60 |
| Binary | 11011101 | 1100111 | 10111 | 0 | 110101 | 1011010 | 1101 | 11000 | 1010001 | 110000 |
Color Harmonies of #DD6717
Complementary color
Monochromatic Colors of #DD6717
Black with #DD6717
Text Example
Text Example
White with #DD6717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6717; }
p { color: rgb(221,103,23); }
H1.HeaderClassName
{
color: #DD6717;
}
.AnyTagClassName
{
color: #DD6717;
}
</style>
background-color css
<style>
a { background-color: #DD6717; }
a { background-color: rgb(221,103,23); }
div.DivClassName
{
background-color: #DD6717;
}
.BgClassName
{
background-color: #DD6717;
}
</style>
border-color css
<style>
span { border-color: #DD6717; }
span { border-color: rgb(221,103,23); }
td.TdClassName
{
border-color: #DD6717;
}
.TagClassName
{
border-color: #DD6717;
}
</style>