Shades of Chocolate #D06510
Tints of Chocolate #D06510
RGB
CMYK
RGB Variations
Color information
#D06510 (or 0xD06510) is known color: Chocolate. HEX triplet: D0, 65 and 10. RGB value is (208,101,16). Sum of RGB (Red+Green+Blue) = 208+101+16=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D06510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06510 is #2F9AEF. Grayscale: #7B7B7B. Windows color (decimal): -3119856 or 1074640. OLE color: 1074640.
HSL color Cylindrical-coordinate representation of color #D06510: hue angle of 26.56º 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 #D06510 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 16 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.18 |
| HSL | 26.56º | 0.86% | 0.44% | - |
| HSV(B) | 26.56º | 0.92% | 0.82% | - |
| XYZ | 30.76 | 22.75 | 3.26 | - |
| YUV | 123.3 | 67.45 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 16 | 0 | 0.51 | 0.92 | 0.18 | 26.56 | 0.86 | 0.44 |
| Hex | D0 | 65 | 10 | 0 | 33 | 5C | 12 | 1B | 56 | 2C |
| Octal | 320 | 145 | 20 | 0 | 63 | 134 | 22 | 33 | 126 | 54 |
| Binary | 11010000 | 1100101 | 10000 | 0 | 110011 | 1011100 | 10010 | 11011 | 1010110 | 101100 |
Color Harmonies of #D06510
Complementary color
Monochromatic Colors of #D06510
Black with #D06510
Text Example
Text Example
White with #D06510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06510; }
p { color: rgb(208,101,16); }
H1.HeaderClassName
{
color: #D06510;
}
.AnyTagClassName
{
color: #D06510;
}
</style>
background-color css
<style>
a { background-color: #D06510; }
a { background-color: rgb(208,101,16); }
div.DivClassName
{
background-color: #D06510;
}
.BgClassName
{
background-color: #D06510;
}
</style>
border-color css
<style>
span { border-color: #D06510; }
span { border-color: rgb(208,101,16); }
td.TdClassName
{
border-color: #D06510;
}
.TagClassName
{
border-color: #D06510;
}
</style>