Shades of Chocolate #D66D0C
Tints of Chocolate #D66D0C
RGB
CMYK
RGB Variations
Color information
#D66D0C (or 0xD66D0C) is known color: Chocolate. HEX triplet: D6, 6D and 0C. RGB value is (214,109,12). Sum of RGB (Red+Green+Blue) = 214+109+12=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66D0C is #2992F3. Grayscale: #818181. Windows color (decimal): -2724596 or 814550. OLE color: 814550.
HSL color Cylindrical-coordinate representation of color #D66D0C: hue angle of 28.81º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D66D0C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.16 |
| HSL | 28.81º | 0.89% | 0.44% | - |
| HSV(B) | 28.81º | 0.94% | 0.84% | - |
| XYZ | 33.27 | 25.26 | 3.47 | - |
| YUV | 129.34 | 61.79 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 12 | 0 | 0.49 | 0.94 | 0.16 | 28.81 | 0.89 | 0.44 |
| Hex | D6 | 6D | C | 0 | 31 | 5E | 10 | 1D | 59 | 2C |
| Octal | 326 | 155 | 14 | 0 | 61 | 136 | 20 | 35 | 131 | 54 |
| Binary | 11010110 | 1101101 | 1100 | 0 | 110001 | 1011110 | 10000 | 11101 | 1011001 | 101100 |
Color Harmonies of #D66D0C
Complementary color
Monochromatic Colors of #D66D0C
Black with #D66D0C
Text Example
Text Example
White with #D66D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D0C; }
p { color: rgb(214,109,12); }
H1.HeaderClassName
{
color: #D66D0C;
}
.AnyTagClassName
{
color: #D66D0C;
}
</style>
background-color css
<style>
a { background-color: #D66D0C; }
a { background-color: rgb(214,109,12); }
div.DivClassName
{
background-color: #D66D0C;
}
.BgClassName
{
background-color: #D66D0C;
}
</style>
border-color css
<style>
span { border-color: #D66D0C; }
span { border-color: rgb(214,109,12); }
td.TdClassName
{
border-color: #D66D0C;
}
.TagClassName
{
border-color: #D66D0C;
}
</style>