Shades of Chocolate #D16513
Tints of Chocolate #D16513
RGB
CMYK
RGB Variations
Color information
#D16513 (or 0xD16513) is known color: Chocolate. HEX triplet: D1, 65 and 13. RGB value is (209,101,19). Sum of RGB (Red+Green+Blue) = 209+101+19=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D16513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16513 is #2E9AEC. Grayscale: #7C7C7C. Windows color (decimal): -3054317 or 1271249. OLE color: 1271249.
HSL color Cylindrical-coordinate representation of color #D16513: hue angle of 25.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D16513 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 19 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.18 |
| HSL | 25.89º | 0.83% | 0.45% | - |
| HSV(B) | 25.89º | 0.91% | 0.82% | - |
| XYZ | 31.07 | 22.91 | 3.4 | - |
| YUV | 123.94 | 68.78 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 19 | 0 | 0.52 | 0.91 | 0.18 | 25.89 | 0.83 | 0.45 |
| Hex | D1 | 65 | 13 | 0 | 34 | 5B | 12 | 1A | 53 | 2D |
| Octal | 321 | 145 | 23 | 0 | 64 | 133 | 22 | 32 | 123 | 55 |
| Binary | 11010001 | 1100101 | 10011 | 0 | 110100 | 1011011 | 10010 | 11010 | 1010011 | 101101 |
Color Harmonies of #D16513
Complementary color
Monochromatic Colors of #D16513
Black with #D16513
Text Example
Text Example
White with #D16513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16513; }
p { color: rgb(209,101,19); }
H1.HeaderClassName
{
color: #D16513;
}
.AnyTagClassName
{
color: #D16513;
}
</style>
background-color css
<style>
a { background-color: #D16513; }
a { background-color: rgb(209,101,19); }
div.DivClassName
{
background-color: #D16513;
}
.BgClassName
{
background-color: #D16513;
}
</style>
border-color css
<style>
span { border-color: #D16513; }
span { border-color: rgb(209,101,19); }
td.TdClassName
{
border-color: #D16513;
}
.TagClassName
{
border-color: #D16513;
}
</style>