Shades of Chocolate #D2711D
Tints of Chocolate #D2711D
RGB
CMYK
RGB Variations
Color information
#D2711D (or 0xD2711D) is known color: Chocolate. HEX triplet: D2, 71 and 1D. RGB value is (210,113,29). Sum of RGB (Red+Green+Blue) = 210+113+29=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2711D is #2D8EE2. Grayscale: #848484. Windows color (decimal): -2985699 or 1929682. OLE color: 1929682.
HSL color Cylindrical-coordinate representation of color #D2711D: hue angle of 27.85º degrees, saturation: 0.76, 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 #D2711D is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 29 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.18 |
| HSL | 27.85º | 0.76% | 0.47% | - |
| HSV(B) | 27.85º | 0.86% | 0.82% | - |
| XYZ | 32.71 | 25.6 | 4.38 | - |
| YUV | 132.43 | 69.64 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 29 | 0 | 0.46 | 0.86 | 0.18 | 27.85 | 0.76 | 0.47 |
| Hex | D2 | 71 | 1D | 0 | 2E | 56 | 12 | 1C | 4C | 2F |
| Octal | 322 | 161 | 35 | 0 | 56 | 126 | 22 | 34 | 114 | 57 |
| Binary | 11010010 | 1110001 | 11101 | 0 | 101110 | 1010110 | 10010 | 11100 | 1001100 | 101111 |
Color Harmonies of #D2711D
Complementary color
Monochromatic Colors of #D2711D
Black with #D2711D
Text Example
Text Example
White with #D2711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2711D; }
p { color: rgb(210,113,29); }
H1.HeaderClassName
{
color: #D2711D;
}
.AnyTagClassName
{
color: #D2711D;
}
</style>
background-color css
<style>
a { background-color: #D2711D; }
a { background-color: rgb(210,113,29); }
div.DivClassName
{
background-color: #D2711D;
}
.BgClassName
{
background-color: #D2711D;
}
</style>
border-color css
<style>
span { border-color: #D2711D; }
span { border-color: rgb(210,113,29); }
td.TdClassName
{
border-color: #D2711D;
}
.TagClassName
{
border-color: #D2711D;
}
</style>