Shades of Chocolate #D66C10
Tints of Chocolate #D66C10
RGB
CMYK
RGB Variations
Color information
#D66C10 (or 0xD66C10) is known color: Chocolate. HEX triplet: D6, 6C and 10. RGB value is (214,108,16). Sum of RGB (Red+Green+Blue) = 214+108+16=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66C10 is #2993EF. Grayscale: #818181. Windows color (decimal): -2724848 or 1076438. OLE color: 1076438.
HSL color Cylindrical-coordinate representation of color #D66C10: hue angle of 27.88º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D66C10 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.16 |
| HSL | 27.88º | 0.86% | 0.45% | - |
| HSV(B) | 27.88º | 0.93% | 0.84% | - |
| XYZ | 33.19 | 25.06 | 3.58 | - |
| YUV | 129.21 | 64.12 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 16 | 0 | 0.50 | 0.93 | 0.16 | 27.88 | 0.86 | 0.45 |
| Hex | D6 | 6C | 10 | 0 | 32 | 5D | 10 | 1C | 56 | 2D |
| Octal | 326 | 154 | 20 | 0 | 62 | 135 | 20 | 34 | 126 | 55 |
| Binary | 11010110 | 1101100 | 10000 | 0 | 110010 | 1011101 | 10000 | 11100 | 1010110 | 101101 |
Color Harmonies of #D66C10
Complementary color
Monochromatic Colors of #D66C10
Black with #D66C10
Text Example
Text Example
White with #D66C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C10; }
p { color: rgb(214,108,16); }
H1.HeaderClassName
{
color: #D66C10;
}
.AnyTagClassName
{
color: #D66C10;
}
</style>
background-color css
<style>
a { background-color: #D66C10; }
a { background-color: rgb(214,108,16); }
div.DivClassName
{
background-color: #D66C10;
}
.BgClassName
{
background-color: #D66C10;
}
</style>
border-color css
<style>
span { border-color: #D66C10; }
span { border-color: rgb(214,108,16); }
td.TdClassName
{
border-color: #D66C10;
}
.TagClassName
{
border-color: #D66C10;
}
</style>