Shades of Chocolate #D06210
Tints of Chocolate #D06210
RGB
CMYK
RGB Variations
Color information
#D06210 (or 0xD06210) is known color: Chocolate. HEX triplet: D0, 62 and 10. RGB value is (208,98,16). Sum of RGB (Red+Green+Blue) = 208+98+16=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D06210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06210 is #2F9DEF. Grayscale: #797979. Windows color (decimal): -3120624 or 1073872. OLE color: 1073872.
HSL color Cylindrical-coordinate representation of color #D06210: hue angle of 25.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D06210 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.18 |
| HSL | 25.63º | 0.86% | 0.44% | - |
| HSV(B) | 25.63º | 0.92% | 0.82% | - |
| XYZ | 30.47 | 22.18 | 3.17 | - |
| YUV | 121.54 | 68.44 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 16 | 0 | 0.53 | 0.92 | 0.18 | 25.63 | 0.86 | 0.44 |
| Hex | D0 | 62 | 10 | 0 | 35 | 5C | 12 | 1A | 56 | 2C |
| Octal | 320 | 142 | 20 | 0 | 65 | 134 | 22 | 32 | 126 | 54 |
| Binary | 11010000 | 1100010 | 10000 | 0 | 110101 | 1011100 | 10010 | 11010 | 1010110 | 101100 |
Color Harmonies of #D06210
Complementary color
Monochromatic Colors of #D06210
Black with #D06210
Text Example
Text Example
White with #D06210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06210; }
p { color: rgb(208,98,16); }
H1.HeaderClassName
{
color: #D06210;
}
.AnyTagClassName
{
color: #D06210;
}
</style>
background-color css
<style>
a { background-color: #D06210; }
a { background-color: rgb(208,98,16); }
div.DivClassName
{
background-color: #D06210;
}
.BgClassName
{
background-color: #D06210;
}
</style>
border-color css
<style>
span { border-color: #D06210; }
span { border-color: rgb(208,98,16); }
td.TdClassName
{
border-color: #D06210;
}
.TagClassName
{
border-color: #D06210;
}
</style>