Shades of Chocolate #DD6716
Tints of Chocolate #DD6716
RGB
CMYK
RGB Variations
Color information
#DD6716 (or 0xDD6716) is known color: Chocolate. HEX triplet: DD, 67 and 16. RGB value is (221,103,22). Sum of RGB (Red+Green+Blue) = 221+103+22=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6716 is #2298E9. Grayscale: #818181. Windows color (decimal): -2267370 or 1468381. OLE color: 1468381.
HSL color Cylindrical-coordinate representation of color #DD6716: hue angle of 24.42º degrees, saturation: 0.82, 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 #DD6716 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 22 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.13 |
| HSL | 24.42º | 0.82% | 0.48% | - |
| HSV(B) | 24.42º | 0.9% | 0.87% | - |
| XYZ | 34.81 | 25.13 | 3.77 | - |
| YUV | 129.05 | 67.59 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 22 | 0 | 0.53 | 0.90 | 0.13 | 24.42 | 0.82 | 0.48 |
| Hex | DD | 67 | 16 | 0 | 35 | 5A | D | 18 | 52 | 30 |
| Octal | 335 | 147 | 26 | 0 | 65 | 132 | 15 | 30 | 122 | 60 |
| Binary | 11011101 | 1100111 | 10110 | 0 | 110101 | 1011010 | 1101 | 11000 | 1010010 | 110000 |
Color Harmonies of #DD6716
Complementary color
Monochromatic Colors of #DD6716
Black with #DD6716
Text Example
Text Example
White with #DD6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6716; }
p { color: rgb(221,103,22); }
H1.HeaderClassName
{
color: #DD6716;
}
.AnyTagClassName
{
color: #DD6716;
}
</style>
background-color css
<style>
a { background-color: #DD6716; }
a { background-color: rgb(221,103,22); }
div.DivClassName
{
background-color: #DD6716;
}
.BgClassName
{
background-color: #DD6716;
}
</style>
border-color css
<style>
span { border-color: #DD6716; }
span { border-color: rgb(221,103,22); }
td.TdClassName
{
border-color: #DD6716;
}
.TagClassName
{
border-color: #DD6716;
}
</style>