Shades of Chocolate #D36C14
Tints of Chocolate #D36C14
RGB
CMYK
RGB Variations
Color information
#D36C14 (or 0xD36C14) is known color: Chocolate. HEX triplet: D3, 6C and 14. RGB value is (211,108,20). Sum of RGB (Red+Green+Blue) = 211+108+20=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36C14 is #2C93EB. Grayscale: #818181. Windows color (decimal): -2921452 or 1338579. OLE color: 1338579.
HSL color Cylindrical-coordinate representation of color #D36C14: hue angle of 27.64º 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 #D36C14 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 20 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.17 |
| HSL | 27.64º | 0.83% | 0.45% | - |
| HSV(B) | 27.64º | 0.91% | 0.83% | - |
| XYZ | 32.35 | 24.62 | 3.71 | - |
| YUV | 128.77 | 66.62 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 20 | 0 | 0.49 | 0.91 | 0.17 | 27.64 | 0.83 | 0.45 |
| Hex | D3 | 6C | 14 | 0 | 31 | 5B | 11 | 1C | 53 | 2D |
| Octal | 323 | 154 | 24 | 0 | 61 | 133 | 21 | 34 | 123 | 55 |
| Binary | 11010011 | 1101100 | 10100 | 0 | 110001 | 1011011 | 10001 | 11100 | 1010011 | 101101 |
Color Harmonies of #D36C14
Complementary color
Monochromatic Colors of #D36C14
Black with #D36C14
Text Example
Text Example
White with #D36C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C14; }
p { color: rgb(211,108,20); }
H1.HeaderClassName
{
color: #D36C14;
}
.AnyTagClassName
{
color: #D36C14;
}
</style>
background-color css
<style>
a { background-color: #D36C14; }
a { background-color: rgb(211,108,20); }
div.DivClassName
{
background-color: #D36C14;
}
.BgClassName
{
background-color: #D36C14;
}
</style>
border-color css
<style>
span { border-color: #D36C14; }
span { border-color: rgb(211,108,20); }
td.TdClassName
{
border-color: #D36C14;
}
.TagClassName
{
border-color: #D36C14;
}
</style>