Shades of Chocolate #D87512
Tints of Chocolate #D87512
RGB
CMYK
RGB Variations
Color information
#D87512 (or 0xD87512) is known color: Chocolate. HEX triplet: D8, 75 and 12. RGB value is (216,117,18). Sum of RGB (Red+Green+Blue) = 216+117+18=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D87512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87512 is #278AED. Grayscale: #878787. Windows color (decimal): -2591470 or 1209816. OLE color: 1209816.
HSL color Cylindrical-coordinate representation of color #D87512: hue angle of 30º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D87512 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.15 |
| HSL | 30º | 0.85% | 0.46% | - |
| HSV(B) | 30º | 0.92% | 0.85% | - |
| XYZ | 34.79 | 27.37 | 4.02 | - |
| YUV | 135.32 | 61.8 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 18 | 0 | 0.46 | 0.92 | 0.15 | 30 | 0.85 | 0.46 |
| Hex | D8 | 75 | 12 | 0 | 2E | 5C | F | 1E | 55 | 2E |
| Octal | 330 | 165 | 22 | 0 | 56 | 134 | 17 | 36 | 125 | 56 |
| Binary | 11011000 | 1110101 | 10010 | 0 | 101110 | 1011100 | 1111 | 11110 | 1010101 | 101110 |
Color Harmonies of #D87512
Complementary color
Monochromatic Colors of #D87512
Black with #D87512
Text Example
Text Example
White with #D87512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87512; }
p { color: rgb(216,117,18); }
H1.HeaderClassName
{
color: #D87512;
}
.AnyTagClassName
{
color: #D87512;
}
</style>
background-color css
<style>
a { background-color: #D87512; }
a { background-color: rgb(216,117,18); }
div.DivClassName
{
background-color: #D87512;
}
.BgClassName
{
background-color: #D87512;
}
</style>
border-color css
<style>
span { border-color: #D87512; }
span { border-color: rgb(216,117,18); }
td.TdClassName
{
border-color: #D87512;
}
.TagClassName
{
border-color: #D87512;
}
</style>