Shades of Chocolate #D87412
Tints of Chocolate #D87412
RGB
CMYK
RGB Variations
Color information
#D87412 (or 0xD87412) is known color: Chocolate. HEX triplet: D8, 74 and 12. RGB value is (216,116,18). Sum of RGB (Red+Green+Blue) = 216+116+18=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D87412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87412 is #278BED. Grayscale: #878787. Windows color (decimal): -2591726 or 1209560. OLE color: 1209560.
HSL color Cylindrical-coordinate representation of color #D87412: hue angle of 29.7º 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 #D87412 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.15 |
| HSL | 29.7º | 0.85% | 0.46% | - |
| HSV(B) | 29.7º | 0.92% | 0.85% | - |
| XYZ | 34.67 | 27.13 | 3.98 | - |
| YUV | 134.73 | 62.13 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 18 | 0 | 0.46 | 0.92 | 0.15 | 29.7 | 0.85 | 0.46 |
| Hex | D8 | 74 | 12 | 0 | 2E | 5C | F | 1E | 55 | 2E |
| Octal | 330 | 164 | 22 | 0 | 56 | 134 | 17 | 36 | 125 | 56 |
| Binary | 11011000 | 1110100 | 10010 | 0 | 101110 | 1011100 | 1111 | 11110 | 1010101 | 101110 |
Color Harmonies of #D87412
Complementary color
Monochromatic Colors of #D87412
Black with #D87412
Text Example
Text Example
White with #D87412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87412; }
p { color: rgb(216,116,18); }
H1.HeaderClassName
{
color: #D87412;
}
.AnyTagClassName
{
color: #D87412;
}
</style>
background-color css
<style>
a { background-color: #D87412; }
a { background-color: rgb(216,116,18); }
div.DivClassName
{
background-color: #D87412;
}
.BgClassName
{
background-color: #D87412;
}
</style>
border-color css
<style>
span { border-color: #D87412; }
span { border-color: rgb(216,116,18); }
td.TdClassName
{
border-color: #D87412;
}
.TagClassName
{
border-color: #D87412;
}
</style>