Shades of Chocolate #D47315
Tints of Chocolate #D47315
RGB
CMYK
RGB Variations
Color information
#D47315 (or 0xD47315) is known color: Chocolate. HEX triplet: D4, 73 and 15. RGB value is (212,115,21). Sum of RGB (Red+Green+Blue) = 212+115+21=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D47315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47315 is #2B8CEA. Grayscale: #858585. Windows color (decimal): -2854123 or 1405908. OLE color: 1405908.
HSL color Cylindrical-coordinate representation of color #D47315: hue angle of 29.53º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D47315 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 21 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.17 |
| HSL | 29.53º | 0.82% | 0.46% | - |
| HSV(B) | 29.53º | 0.9% | 0.83% | - |
| XYZ | 33.42 | 26.31 | 4.03 | - |
| YUV | 133.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 21 | 0 | 0.46 | 0.90 | 0.17 | 29.53 | 0.82 | 0.46 |
| Hex | D4 | 73 | 15 | 0 | 2E | 5A | 11 | 1E | 52 | 2E |
| Octal | 324 | 163 | 25 | 0 | 56 | 132 | 21 | 36 | 122 | 56 |
| Binary | 11010100 | 1110011 | 10101 | 0 | 101110 | 1011010 | 10001 | 11110 | 1010010 | 101110 |
Color Harmonies of #D47315
Complementary color
Monochromatic Colors of #D47315
Black with #D47315
Text Example
Text Example
White with #D47315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47315; }
p { color: rgb(212,115,21); }
H1.HeaderClassName
{
color: #D47315;
}
.AnyTagClassName
{
color: #D47315;
}
</style>
background-color css
<style>
a { background-color: #D47315; }
a { background-color: rgb(212,115,21); }
div.DivClassName
{
background-color: #D47315;
}
.BgClassName
{
background-color: #D47315;
}
</style>
border-color css
<style>
span { border-color: #D47315; }
span { border-color: rgb(212,115,21); }
td.TdClassName
{
border-color: #D47315;
}
.TagClassName
{
border-color: #D47315;
}
</style>