Shades of Chocolate #D76F13
Tints of Chocolate #D76F13
RGB
CMYK
RGB Variations
Color information
#D76F13 (or 0xD76F13) is known color: Chocolate. HEX triplet: D7, 6F and 13. RGB value is (215,111,19). Sum of RGB (Red+Green+Blue) = 215+111+19=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76F13 is #2890EC. Grayscale: #848484. Windows color (decimal): -2658541 or 1273815. OLE color: 1273815.
HSL color Cylindrical-coordinate representation of color #D76F13: hue angle of 28.16º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D76F13 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 19 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.16 |
| HSL | 28.16º | 0.84% | 0.46% | - |
| HSV(B) | 28.16º | 0.91% | 0.84% | - |
| XYZ | 33.83 | 25.86 | 3.83 | - |
| YUV | 131.61 | 64.46 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 19 | 0 | 0.48 | 0.91 | 0.16 | 28.16 | 0.84 | 0.46 |
| Hex | D7 | 6F | 13 | 0 | 30 | 5B | 10 | 1C | 54 | 2E |
| Octal | 327 | 157 | 23 | 0 | 60 | 133 | 20 | 34 | 124 | 56 |
| Binary | 11010111 | 1101111 | 10011 | 0 | 110000 | 1011011 | 10000 | 11100 | 1010100 | 101110 |
Color Harmonies of #D76F13
Complementary color
Monochromatic Colors of #D76F13
Black with #D76F13
Text Example
Text Example
White with #D76F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F13; }
p { color: rgb(215,111,19); }
H1.HeaderClassName
{
color: #D76F13;
}
.AnyTagClassName
{
color: #D76F13;
}
</style>
background-color css
<style>
a { background-color: #D76F13; }
a { background-color: rgb(215,111,19); }
div.DivClassName
{
background-color: #D76F13;
}
.BgClassName
{
background-color: #D76F13;
}
</style>
border-color css
<style>
span { border-color: #D76F13; }
span { border-color: rgb(215,111,19); }
td.TdClassName
{
border-color: #D76F13;
}
.TagClassName
{
border-color: #D76F13;
}
</style>