Shades of Chocolate #D67010
Tints of Chocolate #D67010
RGB
CMYK
RGB Variations
Color information
#D67010 (or 0xD67010) is known color: Chocolate. HEX triplet: D6, 70 and 10. RGB value is (214,112,16). Sum of RGB (Red+Green+Blue) = 214+112+16=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D67010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67010 is #298FEF. Grayscale: #848484. Windows color (decimal): -2723824 or 1077462. OLE color: 1077462.
HSL color Cylindrical-coordinate representation of color #D67010: hue angle of 29.09º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D67010 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 16 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.16 |
| HSL | 29.09º | 0.86% | 0.45% | - |
| HSV(B) | 29.09º | 0.93% | 0.84% | - |
| XYZ | 33.62 | 25.92 | 3.72 | - |
| YUV | 131.55 | 62.79 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 16 | 0 | 0.48 | 0.93 | 0.16 | 29.09 | 0.86 | 0.45 |
| Hex | D6 | 70 | 10 | 0 | 30 | 5D | 10 | 1D | 56 | 2D |
| Octal | 326 | 160 | 20 | 0 | 60 | 135 | 20 | 35 | 126 | 55 |
| Binary | 11010110 | 1110000 | 10000 | 0 | 110000 | 1011101 | 10000 | 11101 | 1010110 | 101101 |
Color Harmonies of #D67010
Complementary color
Monochromatic Colors of #D67010
Black with #D67010
Text Example
Text Example
White with #D67010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67010; }
p { color: rgb(214,112,16); }
H1.HeaderClassName
{
color: #D67010;
}
.AnyTagClassName
{
color: #D67010;
}
</style>
background-color css
<style>
a { background-color: #D67010; }
a { background-color: rgb(214,112,16); }
div.DivClassName
{
background-color: #D67010;
}
.BgClassName
{
background-color: #D67010;
}
</style>
border-color css
<style>
span { border-color: #D67010; }
span { border-color: rgb(214,112,16); }
td.TdClassName
{
border-color: #D67010;
}
.TagClassName
{
border-color: #D67010;
}
</style>