Shades of Chocolate #D06310
Tints of Chocolate #D06310
RGB
CMYK
RGB Variations
Color information
#D06310 (or 0xD06310) is known color: Chocolate. HEX triplet: D0, 63 and 10. RGB value is (208,99,16). Sum of RGB (Red+Green+Blue) = 208+99+16=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D06310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06310 is #2F9CEF. Grayscale: #7A7A7A. Windows color (decimal): -3120368 or 1074128. OLE color: 1074128.
HSL color Cylindrical-coordinate representation of color #D06310: hue angle of 25.94º 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 #D06310 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 16 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.18 |
| HSL | 25.94º | 0.86% | 0.44% | - |
| HSV(B) | 25.94º | 0.92% | 0.82% | - |
| XYZ | 30.57 | 22.37 | 3.2 | - |
| YUV | 122.13 | 68.11 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 16 | 0 | 0.52 | 0.92 | 0.18 | 25.94 | 0.86 | 0.44 |
| Hex | D0 | 63 | 10 | 0 | 34 | 5C | 12 | 1A | 56 | 2C |
| Octal | 320 | 143 | 20 | 0 | 64 | 134 | 22 | 32 | 126 | 54 |
| Binary | 11010000 | 1100011 | 10000 | 0 | 110100 | 1011100 | 10010 | 11010 | 1010110 | 101100 |
Color Harmonies of #D06310
Complementary color
Monochromatic Colors of #D06310
Black with #D06310
Text Example
Text Example
White with #D06310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06310; }
p { color: rgb(208,99,16); }
H1.HeaderClassName
{
color: #D06310;
}
.AnyTagClassName
{
color: #D06310;
}
</style>
background-color css
<style>
a { background-color: #D06310; }
a { background-color: rgb(208,99,16); }
div.DivClassName
{
background-color: #D06310;
}
.BgClassName
{
background-color: #D06310;
}
</style>
border-color css
<style>
span { border-color: #D06310; }
span { border-color: rgb(208,99,16); }
td.TdClassName
{
border-color: #D06310;
}
.TagClassName
{
border-color: #D06310;
}
</style>