Shades of Chocolate #D66D0D
Tints of Chocolate #D66D0D
RGB
CMYK
RGB Variations
Color information
#D66D0D (or 0xD66D0D) is known color: Chocolate. HEX triplet: D6, 6D and 0D. RGB value is (214,109,13). Sum of RGB (Red+Green+Blue) = 214+109+13=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66D0D is #2992F2. Grayscale: #818181. Windows color (decimal): -2724595 or 880086. OLE color: 880086.
HSL color Cylindrical-coordinate representation of color #D66D0D: hue angle of 28.66º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D66D0D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 13 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.16 |
| HSL | 28.66º | 0.89% | 0.45% | - |
| HSV(B) | 28.66º | 0.94% | 0.84% | - |
| XYZ | 33.27 | 25.26 | 3.5 | - |
| YUV | 129.45 | 62.29 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 13 | 0 | 0.49 | 0.94 | 0.16 | 28.66 | 0.89 | 0.45 |
| Hex | D6 | 6D | D | 0 | 31 | 5E | 10 | 1D | 59 | 2D |
| Octal | 326 | 155 | 15 | 0 | 61 | 136 | 20 | 35 | 131 | 55 |
| Binary | 11010110 | 1101101 | 1101 | 0 | 110001 | 1011110 | 10000 | 11101 | 1011001 | 101101 |
Color Harmonies of #D66D0D
Complementary color
Monochromatic Colors of #D66D0D
Black with #D66D0D
Text Example
Text Example
White with #D66D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D0D; }
p { color: rgb(214,109,13); }
H1.HeaderClassName
{
color: #D66D0D;
}
.AnyTagClassName
{
color: #D66D0D;
}
</style>
background-color css
<style>
a { background-color: #D66D0D; }
a { background-color: rgb(214,109,13); }
div.DivClassName
{
background-color: #D66D0D;
}
.BgClassName
{
background-color: #D66D0D;
}
</style>
border-color css
<style>
span { border-color: #D66D0D; }
span { border-color: rgb(214,109,13); }
td.TdClassName
{
border-color: #D66D0D;
}
.TagClassName
{
border-color: #D66D0D;
}
</style>