Shades of Chocolate #D2701E
Tints of Chocolate #D2701E
RGB
CMYK
RGB Variations
Color information
#D2701E (or 0xD2701E) is known color: Chocolate. HEX triplet: D2, 70 and 1E. RGB value is (210,112,30). Sum of RGB (Red+Green+Blue) = 210+112+30=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2701E is #2D8FE1. Grayscale: #848484. Windows color (decimal): -2985954 or 1994962. OLE color: 1994962.
HSL color Cylindrical-coordinate representation of color #D2701E: hue angle of 27.33º 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 #D2701E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 30 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.18 |
| HSL | 27.33º | 0.75% | 0.47% | - |
| HSV(B) | 27.33º | 0.86% | 0.82% | - |
| XYZ | 32.61 | 25.38 | 4.41 | - |
| YUV | 131.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 30 | 0 | 0.47 | 0.86 | 0.18 | 27.33 | 0.75 | 0.47 |
| Hex | D2 | 70 | 1E | 0 | 2F | 56 | 12 | 1B | 4B | 2F |
| Octal | 322 | 160 | 36 | 0 | 57 | 126 | 22 | 33 | 113 | 57 |
| Binary | 11010010 | 1110000 | 11110 | 0 | 101111 | 1010110 | 10010 | 11011 | 1001011 | 101111 |
Color Harmonies of #D2701E
Complementary color
Monochromatic Colors of #D2701E
Black with #D2701E
Text Example
Text Example
White with #D2701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2701E; }
p { color: rgb(210,112,30); }
H1.HeaderClassName
{
color: #D2701E;
}
.AnyTagClassName
{
color: #D2701E;
}
</style>
background-color css
<style>
a { background-color: #D2701E; }
a { background-color: rgb(210,112,30); }
div.DivClassName
{
background-color: #D2701E;
}
.BgClassName
{
background-color: #D2701E;
}
</style>
border-color css
<style>
span { border-color: #D2701E; }
span { border-color: rgb(210,112,30); }
td.TdClassName
{
border-color: #D2701E;
}
.TagClassName
{
border-color: #D2701E;
}
</style>