Shades of Chocolate #D1700E
Tints of Chocolate #D1700E
RGB
CMYK
RGB Variations
Color information
#D1700E (or 0xD1700E) is known color: Chocolate. HEX triplet: D1, 70 and 0E. RGB value is (209,112,14). Sum of RGB (Red+Green+Blue) = 209+112+14=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1700E is #2E8FF1. Grayscale: #828282. Windows color (decimal): -3051506 or 946385. OLE color: 946385.
HSL color Cylindrical-coordinate representation of color #D1700E: hue angle of 30.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1700E is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 14 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.18 |
| HSL | 30.15º | 0.87% | 0.44% | - |
| HSV(B) | 30.15º | 0.93% | 0.82% | - |
| XYZ | 32.17 | 25.18 | 3.58 | - |
| YUV | 129.83 | 62.64 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 14 | 0 | 0.46 | 0.93 | 0.18 | 30.15 | 0.87 | 0.44 |
| Hex | D1 | 70 | E | 0 | 2E | 5D | 12 | 1E | 57 | 2C |
| Octal | 321 | 160 | 16 | 0 | 56 | 135 | 22 | 36 | 127 | 54 |
| Binary | 11010001 | 1110000 | 1110 | 0 | 101110 | 1011101 | 10010 | 11110 | 1010111 | 101100 |
Color Harmonies of #D1700E
Complementary color
Monochromatic Colors of #D1700E
Black with #D1700E
Text Example
Text Example
White with #D1700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1700E; }
p { color: rgb(209,112,14); }
H1.HeaderClassName
{
color: #D1700E;
}
.AnyTagClassName
{
color: #D1700E;
}
</style>
background-color css
<style>
a { background-color: #D1700E; }
a { background-color: rgb(209,112,14); }
div.DivClassName
{
background-color: #D1700E;
}
.BgClassName
{
background-color: #D1700E;
}
</style>
border-color css
<style>
span { border-color: #D1700E; }
span { border-color: rgb(209,112,14); }
td.TdClassName
{
border-color: #D1700E;
}
.TagClassName
{
border-color: #D1700E;
}
</style>