Shades of Chocolate #D67510
Tints of Chocolate #D67510
RGB
CMYK
RGB Variations
Color information
#D67510 (or 0xD67510) is known color: Chocolate. HEX triplet: D6, 75 and 10. RGB value is (214,117,16). Sum of RGB (Red+Green+Blue) = 214+117+16=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D67510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67510 is #298AEF. Grayscale: #868686. Windows color (decimal): -2722544 or 1078742. OLE color: 1078742.
HSL color Cylindrical-coordinate representation of color #D67510: hue angle of 30.61º 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 #D67510 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.16 |
| HSL | 30.61º | 0.86% | 0.45% | - |
| HSV(B) | 30.61º | 0.93% | 0.84% | - |
| XYZ | 34.19 | 27.06 | 3.91 | - |
| YUV | 134.49 | 61.14 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 16 | 0 | 0.45 | 0.93 | 0.16 | 30.61 | 0.86 | 0.45 |
| Hex | D6 | 75 | 10 | 0 | 2D | 5D | 10 | 1F | 56 | 2D |
| Octal | 326 | 165 | 20 | 0 | 55 | 135 | 20 | 37 | 126 | 55 |
| Binary | 11010110 | 1110101 | 10000 | 0 | 101101 | 1011101 | 10000 | 11111 | 1010110 | 101101 |
Color Harmonies of #D67510
Complementary color
Monochromatic Colors of #D67510
Black with #D67510
Text Example
Text Example
White with #D67510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67510; }
p { color: rgb(214,117,16); }
H1.HeaderClassName
{
color: #D67510;
}
.AnyTagClassName
{
color: #D67510;
}
</style>
background-color css
<style>
a { background-color: #D67510; }
a { background-color: rgb(214,117,16); }
div.DivClassName
{
background-color: #D67510;
}
.BgClassName
{
background-color: #D67510;
}
</style>
border-color css
<style>
span { border-color: #D67510; }
span { border-color: rgb(214,117,16); }
td.TdClassName
{
border-color: #D67510;
}
.TagClassName
{
border-color: #D67510;
}
</style>