Shades of Chocolate #D2711E
Tints of Chocolate #D2711E
RGB
CMYK
RGB Variations
Color information
#D2711E (or 0xD2711E) is known color: Chocolate. HEX triplet: D2, 71 and 1E. RGB value is (210,113,30). Sum of RGB (Red+Green+Blue) = 210+113+30=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2711E is #2D8EE1. Grayscale: #848484. Windows color (decimal): -2985698 or 1995218. OLE color: 1995218.
HSL color Cylindrical-coordinate representation of color #D2711E: hue angle of 27.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2711E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.18 |
| HSL | 27.67º | 0.75% | 0.47% | - |
| HSV(B) | 27.67º | 0.86% | 0.82% | - |
| XYZ | 32.72 | 25.61 | 4.45 | - |
| YUV | 132.54 | 70.14 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 30 | 0 | 0.46 | 0.86 | 0.18 | 27.67 | 0.75 | 0.47 |
| Hex | D2 | 71 | 1E | 0 | 2E | 56 | 12 | 1C | 4B | 2F |
| Octal | 322 | 161 | 36 | 0 | 56 | 126 | 22 | 34 | 113 | 57 |
| Binary | 11010010 | 1110001 | 11110 | 0 | 101110 | 1010110 | 10010 | 11100 | 1001011 | 101111 |
Color Harmonies of #D2711E
Complementary color
Monochromatic Colors of #D2711E
Black with #D2711E
Text Example
Text Example
White with #D2711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2711E; }
p { color: rgb(210,113,30); }
H1.HeaderClassName
{
color: #D2711E;
}
.AnyTagClassName
{
color: #D2711E;
}
</style>
background-color css
<style>
a { background-color: #D2711E; }
a { background-color: rgb(210,113,30); }
div.DivClassName
{
background-color: #D2711E;
}
.BgClassName
{
background-color: #D2711E;
}
</style>
border-color css
<style>
span { border-color: #D2711E; }
span { border-color: rgb(210,113,30); }
td.TdClassName
{
border-color: #D2711E;
}
.TagClassName
{
border-color: #D2711E;
}
</style>