Shades of Chocolate #D16815
Tints of Chocolate #D16815
RGB
CMYK
RGB Variations
Color information
#D16815 (or 0xD16815) is known color: Chocolate. HEX triplet: D1, 68 and 15. RGB value is (209,104,21). Sum of RGB (Red+Green+Blue) = 209+104+21=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D16815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16815 is #2E97EA. Grayscale: #7E7E7E. Windows color (decimal): -3053547 or 1403089. OLE color: 1403089.
HSL color Cylindrical-coordinate representation of color #D16815: hue angle of 26.49º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D16815 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 21 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.18 |
| HSL | 26.49º | 0.82% | 0.45% | - |
| HSV(B) | 26.49º | 0.9% | 0.82% | - |
| XYZ | 31.38 | 23.51 | 3.59 | - |
| YUV | 125.93 | 68.79 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 21 | 0 | 0.50 | 0.90 | 0.18 | 26.49 | 0.82 | 0.45 |
| Hex | D1 | 68 | 15 | 0 | 32 | 5A | 12 | 1A | 52 | 2D |
| Octal | 321 | 150 | 25 | 0 | 62 | 132 | 22 | 32 | 122 | 55 |
| Binary | 11010001 | 1101000 | 10101 | 0 | 110010 | 1011010 | 10010 | 11010 | 1010010 | 101101 |
Color Harmonies of #D16815
Complementary color
Monochromatic Colors of #D16815
Black with #D16815
Text Example
Text Example
White with #D16815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16815; }
p { color: rgb(209,104,21); }
H1.HeaderClassName
{
color: #D16815;
}
.AnyTagClassName
{
color: #D16815;
}
</style>
background-color css
<style>
a { background-color: #D16815; }
a { background-color: rgb(209,104,21); }
div.DivClassName
{
background-color: #D16815;
}
.BgClassName
{
background-color: #D16815;
}
</style>
border-color css
<style>
span { border-color: #D16815; }
span { border-color: rgb(209,104,21); }
td.TdClassName
{
border-color: #D16815;
}
.TagClassName
{
border-color: #D16815;
}
</style>