Shades of Chocolate #D47317
Tints of Chocolate #D47317
RGB
CMYK
RGB Variations
Color information
#D47317 (or 0xD47317) is known color: Chocolate. HEX triplet: D4, 73 and 17. RGB value is (212,115,23). Sum of RGB (Red+Green+Blue) = 212+115+23=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D47317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47317 is #2B8CE8. Grayscale: #858585. Windows color (decimal): -2854121 or 1536980. OLE color: 1536980.
HSL color Cylindrical-coordinate representation of color #D47317: hue angle of 29.21º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D47317 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 23 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.17 |
| HSL | 29.21º | 0.8% | 0.46% | - |
| HSV(B) | 29.21º | 0.89% | 0.83% | - |
| XYZ | 33.44 | 26.32 | 4.13 | - |
| YUV | 133.52 | 65.64 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 23 | 0 | 0.46 | 0.89 | 0.17 | 29.21 | 0.8 | 0.46 |
| Hex | D4 | 73 | 17 | 0 | 2E | 59 | 11 | 1D | 50 | 2E |
| Octal | 324 | 163 | 27 | 0 | 56 | 131 | 21 | 35 | 120 | 56 |
| Binary | 11010100 | 1110011 | 10111 | 0 | 101110 | 1011001 | 10001 | 11101 | 1010000 | 101110 |
Color Harmonies of #D47317
Complementary color
Monochromatic Colors of #D47317
Black with #D47317
Text Example
Text Example
White with #D47317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47317; }
p { color: rgb(212,115,23); }
H1.HeaderClassName
{
color: #D47317;
}
.AnyTagClassName
{
color: #D47317;
}
</style>
background-color css
<style>
a { background-color: #D47317; }
a { background-color: rgb(212,115,23); }
div.DivClassName
{
background-color: #D47317;
}
.BgClassName
{
background-color: #D47317;
}
</style>
border-color css
<style>
span { border-color: #D47317; }
span { border-color: rgb(212,115,23); }
td.TdClassName
{
border-color: #D47317;
}
.TagClassName
{
border-color: #D47317;
}
</style>