Shades of Chocolate #D16715
Tints of Chocolate #D16715
RGB
CMYK
RGB Variations
Color information
#D16715 (or 0xD16715) is known color: Chocolate. HEX triplet: D1, 67 and 15. RGB value is (209,103,21). Sum of RGB (Red+Green+Blue) = 209+103+21=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D16715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16715 is #2E98EA. Grayscale: #7D7D7D. Windows color (decimal): -3053803 or 1402833. OLE color: 1402833.
HSL color Cylindrical-coordinate representation of color #D16715: hue angle of 26.17º 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 #D16715 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 21 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.18 |
| HSL | 26.17º | 0.82% | 0.45% | - |
| HSV(B) | 26.17º | 0.9% | 0.82% | - |
| XYZ | 31.28 | 23.31 | 3.56 | - |
| YUV | 125.35 | 69.12 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 21 | 0 | 0.51 | 0.90 | 0.18 | 26.17 | 0.82 | 0.45 |
| Hex | D1 | 67 | 15 | 0 | 33 | 5A | 12 | 1A | 52 | 2D |
| Octal | 321 | 147 | 25 | 0 | 63 | 132 | 22 | 32 | 122 | 55 |
| Binary | 11010001 | 1100111 | 10101 | 0 | 110011 | 1011010 | 10010 | 11010 | 1010010 | 101101 |
Color Harmonies of #D16715
Complementary color
Monochromatic Colors of #D16715
Black with #D16715
Text Example
Text Example
White with #D16715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16715; }
p { color: rgb(209,103,21); }
H1.HeaderClassName
{
color: #D16715;
}
.AnyTagClassName
{
color: #D16715;
}
</style>
background-color css
<style>
a { background-color: #D16715; }
a { background-color: rgb(209,103,21); }
div.DivClassName
{
background-color: #D16715;
}
.BgClassName
{
background-color: #D16715;
}
</style>
border-color css
<style>
span { border-color: #D16715; }
span { border-color: rgb(209,103,21); }
td.TdClassName
{
border-color: #D16715;
}
.TagClassName
{
border-color: #D16715;
}
</style>