Shades of Chocolate #D6710D
Tints of Chocolate #D6710D
RGB
CMYK
RGB Variations
Color information
#D6710D (or 0xD6710D) is known color: Chocolate. HEX triplet: D6, 71 and 0D. RGB value is (214,113,13). Sum of RGB (Red+Green+Blue) = 214+113+13=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6710D is #298EF2. Grayscale: #848484. Windows color (decimal): -2723571 or 881110. OLE color: 881110.
HSL color Cylindrical-coordinate representation of color #D6710D: hue angle of 29.85º 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 #D6710D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 13 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.16 |
| HSL | 29.85º | 0.89% | 0.45% | - |
| HSV(B) | 29.85º | 0.94% | 0.84% | - |
| XYZ | 33.71 | 26.14 | 3.65 | - |
| YUV | 131.8 | 60.96 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 13 | 0 | 0.47 | 0.94 | 0.16 | 29.85 | 0.89 | 0.45 |
| Hex | D6 | 71 | D | 0 | 2F | 5E | 10 | 1E | 59 | 2D |
| Octal | 326 | 161 | 15 | 0 | 57 | 136 | 20 | 36 | 131 | 55 |
| Binary | 11010110 | 1110001 | 1101 | 0 | 101111 | 1011110 | 10000 | 11110 | 1011001 | 101101 |
Color Harmonies of #D6710D
Complementary color
Monochromatic Colors of #D6710D
Black with #D6710D
Text Example
Text Example
White with #D6710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6710D; }
p { color: rgb(214,113,13); }
H1.HeaderClassName
{
color: #D6710D;
}
.AnyTagClassName
{
color: #D6710D;
}
</style>
background-color css
<style>
a { background-color: #D6710D; }
a { background-color: rgb(214,113,13); }
div.DivClassName
{
background-color: #D6710D;
}
.BgClassName
{
background-color: #D6710D;
}
</style>
border-color css
<style>
span { border-color: #D6710D; }
span { border-color: rgb(214,113,13); }
td.TdClassName
{
border-color: #D6710D;
}
.TagClassName
{
border-color: #D6710D;
}
</style>