Shades of Chocolate #D36014
Tints of Chocolate #D36014
RGB
CMYK
RGB Variations
Color information
#D36014 (or 0xD36014) is known color: Chocolate. HEX triplet: D3, 60 and 14. RGB value is (211,96,20). Sum of RGB (Red+Green+Blue) = 211+96+20=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D36014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36014 is #2C9FEB. Grayscale: #7A7A7A. Windows color (decimal): -2924524 or 1335507. OLE color: 1335507.
HSL color Cylindrical-coordinate representation of color #D36014: hue angle of 23.87º 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 #D36014 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 20 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.17 |
| HSL | 23.87º | 0.83% | 0.45% | - |
| HSV(B) | 23.87º | 0.91% | 0.83% | - |
| XYZ | 31.17 | 22.27 | 3.32 | - |
| YUV | 121.72 | 70.6 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 20 | 0 | 0.55 | 0.91 | 0.17 | 23.87 | 0.83 | 0.45 |
| Hex | D3 | 60 | 14 | 0 | 37 | 5B | 11 | 18 | 53 | 2D |
| Octal | 323 | 140 | 24 | 0 | 67 | 133 | 21 | 30 | 123 | 55 |
| Binary | 11010011 | 1100000 | 10100 | 0 | 110111 | 1011011 | 10001 | 11000 | 1010011 | 101101 |
Color Harmonies of #D36014
Complementary color
Monochromatic Colors of #D36014
Black with #D36014
Text Example
Text Example
White with #D36014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36014; }
p { color: rgb(211,96,20); }
H1.HeaderClassName
{
color: #D36014;
}
.AnyTagClassName
{
color: #D36014;
}
</style>
background-color css
<style>
a { background-color: #D36014; }
a { background-color: rgb(211,96,20); }
div.DivClassName
{
background-color: #D36014;
}
.BgClassName
{
background-color: #D36014;
}
</style>
border-color css
<style>
span { border-color: #D36014; }
span { border-color: rgb(211,96,20); }
td.TdClassName
{
border-color: #D36014;
}
.TagClassName
{
border-color: #D36014;
}
</style>