Shades of Chocolate #D16713
Tints of Chocolate #D16713
RGB
CMYK
RGB Variations
Color information
#D16713 (or 0xD16713) is known color: Chocolate. HEX triplet: D1, 67 and 13. RGB value is (209,103,19). Sum of RGB (Red+Green+Blue) = 209+103+19=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D16713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16713 is #2E98EC. Grayscale: #7D7D7D. Windows color (decimal): -3053805 or 1271761. OLE color: 1271761.
HSL color Cylindrical-coordinate representation of color #D16713: hue angle of 26.53º 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 #D16713 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.18 |
| HSL | 26.53º | 0.83% | 0.45% | - |
| HSV(B) | 26.53º | 0.91% | 0.82% | - |
| XYZ | 31.26 | 23.3 | 3.47 | - |
| YUV | 125.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 19 | 0 | 0.51 | 0.91 | 0.18 | 26.53 | 0.83 | 0.45 |
| Hex | D1 | 67 | 13 | 0 | 33 | 5B | 12 | 1B | 53 | 2D |
| Octal | 321 | 147 | 23 | 0 | 63 | 133 | 22 | 33 | 123 | 55 |
| Binary | 11010001 | 1100111 | 10011 | 0 | 110011 | 1011011 | 10010 | 11011 | 1010011 | 101101 |
Color Harmonies of #D16713
Complementary color
Monochromatic Colors of #D16713
Black with #D16713
Text Example
Text Example
White with #D16713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16713; }
p { color: rgb(209,103,19); }
H1.HeaderClassName
{
color: #D16713;
}
.AnyTagClassName
{
color: #D16713;
}
</style>
background-color css
<style>
a { background-color: #D16713; }
a { background-color: rgb(209,103,19); }
div.DivClassName
{
background-color: #D16713;
}
.BgClassName
{
background-color: #D16713;
}
</style>
border-color css
<style>
span { border-color: #D16713; }
span { border-color: rgb(209,103,19); }
td.TdClassName
{
border-color: #D16713;
}
.TagClassName
{
border-color: #D16713;
}
</style>