Shades of Chocolate #D66817
Tints of Chocolate #D66817
RGB
CMYK
RGB Variations
Color information
#D66817 (or 0xD66817) is known color: Chocolate. HEX triplet: D6, 68 and 17. RGB value is (214,104,23). Sum of RGB (Red+Green+Blue) = 214+104+23=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D66817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66817 is #2997E8. Grayscale: #808080. Windows color (decimal): -2725865 or 1534166. OLE color: 1534166.
HSL color Cylindrical-coordinate representation of color #D66817: hue angle of 25.45º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D66817 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 23 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.16 |
| HSL | 25.45º | 0.81% | 0.46% | - |
| HSV(B) | 25.45º | 0.89% | 0.84% | - |
| XYZ | 32.84 | 24.26 | 3.76 | - |
| YUV | 127.66 | 68.94 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 23 | 0 | 0.51 | 0.89 | 0.16 | 25.45 | 0.81 | 0.46 |
| Hex | D6 | 68 | 17 | 0 | 33 | 59 | 10 | 19 | 51 | 2E |
| Octal | 326 | 150 | 27 | 0 | 63 | 131 | 20 | 31 | 121 | 56 |
| Binary | 11010110 | 1101000 | 10111 | 0 | 110011 | 1011001 | 10000 | 11001 | 1010001 | 101110 |
Color Harmonies of #D66817
Complementary color
Monochromatic Colors of #D66817
Black with #D66817
Text Example
Text Example
White with #D66817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66817; }
p { color: rgb(214,104,23); }
H1.HeaderClassName
{
color: #D66817;
}
.AnyTagClassName
{
color: #D66817;
}
</style>
background-color css
<style>
a { background-color: #D66817; }
a { background-color: rgb(214,104,23); }
div.DivClassName
{
background-color: #D66817;
}
.BgClassName
{
background-color: #D66817;
}
</style>
border-color css
<style>
span { border-color: #D66817; }
span { border-color: rgb(214,104,23); }
td.TdClassName
{
border-color: #D66817;
}
.TagClassName
{
border-color: #D66817;
}
</style>