Shades of Chocolate #D27117
Tints of Chocolate #D27117
RGB
CMYK
RGB Variations
Color information
#D27117 (or 0xD27117) is known color: Chocolate. HEX triplet: D2, 71 and 17. RGB value is (210,113,23). Sum of RGB (Red+Green+Blue) = 210+113+23=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D27117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27117 is #2D8EE8. Grayscale: #848484. Windows color (decimal): -2985705 or 1536466. OLE color: 1536466.
HSL color Cylindrical-coordinate representation of color #D27117: hue angle of 28.88º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D27117 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 23 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.18 |
| HSL | 28.88º | 0.8% | 0.46% | - |
| HSV(B) | 28.88º | 0.89% | 0.82% | - |
| XYZ | 32.64 | 25.57 | 4.03 | - |
| YUV | 131.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 23 | 0 | 0.46 | 0.89 | 0.18 | 28.88 | 0.8 | 0.46 |
| Hex | D2 | 71 | 17 | 0 | 2E | 59 | 12 | 1D | 50 | 2E |
| Octal | 322 | 161 | 27 | 0 | 56 | 131 | 22 | 35 | 120 | 56 |
| Binary | 11010010 | 1110001 | 10111 | 0 | 101110 | 1011001 | 10010 | 11101 | 1010000 | 101110 |
Color Harmonies of #D27117
Complementary color
Monochromatic Colors of #D27117
Black with #D27117
Text Example
Text Example
White with #D27117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27117; }
p { color: rgb(210,113,23); }
H1.HeaderClassName
{
color: #D27117;
}
.AnyTagClassName
{
color: #D27117;
}
</style>
background-color css
<style>
a { background-color: #D27117; }
a { background-color: rgb(210,113,23); }
div.DivClassName
{
background-color: #D27117;
}
.BgClassName
{
background-color: #D27117;
}
</style>
border-color css
<style>
span { border-color: #D27117; }
span { border-color: rgb(210,113,23); }
td.TdClassName
{
border-color: #D27117;
}
.TagClassName
{
border-color: #D27117;
}
</style>