Shades of Chocolate #D67013
Tints of Chocolate #D67013
RGB
CMYK
RGB Variations
Color information
#D67013 (or 0xD67013) is known color: Chocolate. HEX triplet: D6, 70 and 13. RGB value is (214,112,19). Sum of RGB (Red+Green+Blue) = 214+112+19=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D67013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67013 is #298FEC. Grayscale: #848484. Windows color (decimal): -2723821 or 1274070. OLE color: 1274070.
HSL color Cylindrical-coordinate representation of color #D67013: hue angle of 28.62º 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 #D67013 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 19 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.16 |
| HSL | 28.62º | 0.84% | 0.46% | - |
| HSV(B) | 28.62º | 0.91% | 0.84% | - |
| XYZ | 33.64 | 25.93 | 3.85 | - |
| YUV | 131.9 | 64.29 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 19 | 0 | 0.48 | 0.91 | 0.16 | 28.62 | 0.84 | 0.46 |
| Hex | D6 | 70 | 13 | 0 | 30 | 5B | 10 | 1D | 54 | 2E |
| Octal | 326 | 160 | 23 | 0 | 60 | 133 | 20 | 35 | 124 | 56 |
| Binary | 11010110 | 1110000 | 10011 | 0 | 110000 | 1011011 | 10000 | 11101 | 1010100 | 101110 |
Color Harmonies of #D67013
Complementary color
Monochromatic Colors of #D67013
Black with #D67013
Text Example
Text Example
White with #D67013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67013; }
p { color: rgb(214,112,19); }
H1.HeaderClassName
{
color: #D67013;
}
.AnyTagClassName
{
color: #D67013;
}
</style>
background-color css
<style>
a { background-color: #D67013; }
a { background-color: rgb(214,112,19); }
div.DivClassName
{
background-color: #D67013;
}
.BgClassName
{
background-color: #D67013;
}
</style>
border-color css
<style>
span { border-color: #D67013; }
span { border-color: rgb(214,112,19); }
td.TdClassName
{
border-color: #D67013;
}
.TagClassName
{
border-color: #D67013;
}
</style>