Shades of Chocolate #D8741E
Tints of Chocolate #D8741E
RGB
CMYK
RGB Variations
Color information
#D8741E (or 0xD8741E) is known color: Chocolate. HEX triplet: D8, 74 and 1E. RGB value is (216,116,30). Sum of RGB (Red+Green+Blue) = 216+116+30=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8741E is #278BE1. Grayscale: #888888. Windows color (decimal): -2591714 or 1995992. OLE color: 1995992.
HSL color Cylindrical-coordinate representation of color #D8741E: hue angle of 27.74º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8741E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.15 |
| HSL | 27.74º | 0.76% | 0.48% | - |
| HSV(B) | 27.74º | 0.86% | 0.85% | - |
| XYZ | 34.8 | 27.18 | 4.64 | - |
| YUV | 136.1 | 68.13 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 30 | 0 | 0.46 | 0.86 | 0.15 | 27.74 | 0.76 | 0.48 |
| Hex | D8 | 74 | 1E | 0 | 2E | 56 | F | 1C | 4C | 30 |
| Octal | 330 | 164 | 36 | 0 | 56 | 126 | 17 | 34 | 114 | 60 |
| Binary | 11011000 | 1110100 | 11110 | 0 | 101110 | 1010110 | 1111 | 11100 | 1001100 | 110000 |
Color Harmonies of #D8741E
Complementary color
Monochromatic Colors of #D8741E
Black with #D8741E
Text Example
Text Example
White with #D8741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8741E; }
p { color: rgb(216,116,30); }
H1.HeaderClassName
{
color: #D8741E;
}
.AnyTagClassName
{
color: #D8741E;
}
</style>
background-color css
<style>
a { background-color: #D8741E; }
a { background-color: rgb(216,116,30); }
div.DivClassName
{
background-color: #D8741E;
}
.BgClassName
{
background-color: #D8741E;
}
</style>
border-color css
<style>
span { border-color: #D8741E; }
span { border-color: rgb(216,116,30); }
td.TdClassName
{
border-color: #D8741E;
}
.TagClassName
{
border-color: #D8741E;
}
</style>