Shades of Chocolate #D36013
Tints of Chocolate #D36013
RGB
CMYK
RGB Variations
Color information
#D36013 (or 0xD36013) is known color: Chocolate. HEX triplet: D3, 60 and 13. RGB value is (211,96,19). Sum of RGB (Red+Green+Blue) = 211+96+19=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D36013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36013 is #2C9FEC. Grayscale: #7A7A7A. Windows color (decimal): -2924525 or 1269971. OLE color: 1269971.
HSL color Cylindrical-coordinate representation of color #D36013: hue angle of 24.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D36013 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 19 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.17 |
| HSL | 24.06º | 0.83% | 0.45% | - |
| HSV(B) | 24.06º | 0.91% | 0.83% | - |
| XYZ | 31.16 | 22.26 | 3.27 | - |
| YUV | 121.61 | 70.1 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 19 | 0 | 0.55 | 0.91 | 0.17 | 24.06 | 0.83 | 0.45 |
| Hex | D3 | 60 | 13 | 0 | 37 | 5B | 11 | 18 | 53 | 2D |
| Octal | 323 | 140 | 23 | 0 | 67 | 133 | 21 | 30 | 123 | 55 |
| Binary | 11010011 | 1100000 | 10011 | 0 | 110111 | 1011011 | 10001 | 11000 | 1010011 | 101101 |
Color Harmonies of #D36013
Complementary color
Monochromatic Colors of #D36013
Black with #D36013
Text Example
Text Example
White with #D36013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36013; }
p { color: rgb(211,96,19); }
H1.HeaderClassName
{
color: #D36013;
}
.AnyTagClassName
{
color: #D36013;
}
</style>
background-color css
<style>
a { background-color: #D36013; }
a { background-color: rgb(211,96,19); }
div.DivClassName
{
background-color: #D36013;
}
.BgClassName
{
background-color: #D36013;
}
</style>
border-color css
<style>
span { border-color: #D36013; }
span { border-color: rgb(211,96,19); }
td.TdClassName
{
border-color: #D36013;
}
.TagClassName
{
border-color: #D36013;
}
</style>