Shades of Chocolate #DD6F17
Tints of Chocolate #DD6F17
RGB
CMYK
RGB Variations
Color information
#DD6F17 (or 0xDD6F17) is known color: Chocolate. HEX triplet: DD, 6F and 17. RGB value is (221,111,23). Sum of RGB (Red+Green+Blue) = 221+111+23=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F17 is #2290E8. Grayscale: #868686. Windows color (decimal): -2265321 or 1535965. OLE color: 1535965.
HSL color Cylindrical-coordinate representation of color #DD6F17: hue angle of 26.67º 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 #DD6F17 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 23 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.13 |
| HSL | 26.67º | 0.81% | 0.48% | - |
| HSV(B) | 26.67º | 0.9% | 0.87% | - |
| XYZ | 35.66 | 26.8 | 4.1 | - |
| YUV | 133.86 | 65.44 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 23 | 0 | 0.50 | 0.90 | 0.13 | 26.67 | 0.81 | 0.48 |
| Hex | DD | 6F | 17 | 0 | 32 | 5A | D | 1B | 51 | 30 |
| Octal | 335 | 157 | 27 | 0 | 62 | 132 | 15 | 33 | 121 | 60 |
| Binary | 11011101 | 1101111 | 10111 | 0 | 110010 | 1011010 | 1101 | 11011 | 1010001 | 110000 |
Color Harmonies of #DD6F17
Complementary color
Monochromatic Colors of #DD6F17
Black with #DD6F17
Text Example
Text Example
White with #DD6F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F17; }
p { color: rgb(221,111,23); }
H1.HeaderClassName
{
color: #DD6F17;
}
.AnyTagClassName
{
color: #DD6F17;
}
</style>
background-color css
<style>
a { background-color: #DD6F17; }
a { background-color: rgb(221,111,23); }
div.DivClassName
{
background-color: #DD6F17;
}
.BgClassName
{
background-color: #DD6F17;
}
</style>
border-color css
<style>
span { border-color: #DD6F17; }
span { border-color: rgb(221,111,23); }
td.TdClassName
{
border-color: #DD6F17;
}
.TagClassName
{
border-color: #DD6F17;
}
</style>