Shades of Chocolate #D36A0E
Tints of Chocolate #D36A0E
RGB
CMYK
RGB Variations
Color information
#D36A0E (or 0xD36A0E) is known color: Chocolate. HEX triplet: D3, 6A and 0E. RGB value is (211,106,14). Sum of RGB (Red+Green+Blue) = 211+106+14=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36A0E is #2C95F1. Grayscale: #7F7F7F. Windows color (decimal): -2921970 or 944851. OLE color: 944851.
HSL color Cylindrical-coordinate representation of color #D36A0E: hue angle of 28.02º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D36A0E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 106 | 14 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.17 |
| HSL | 28.02º | 0.88% | 0.44% | - |
| HSV(B) | 28.02º | 0.93% | 0.83% | - |
| XYZ | 32.1 | 24.19 | 3.39 | - |
| YUV | 126.91 | 64.29 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 14 | 0 | 0.50 | 0.93 | 0.17 | 28.02 | 0.88 | 0.44 |
| Hex | D3 | 6A | E | 0 | 32 | 5D | 11 | 1C | 58 | 2C |
| Octal | 323 | 152 | 16 | 0 | 62 | 135 | 21 | 34 | 130 | 54 |
| Binary | 11010011 | 1101010 | 1110 | 0 | 110010 | 1011101 | 10001 | 11100 | 1011000 | 101100 |
Color Harmonies of #D36A0E
Complementary color
Monochromatic Colors of #D36A0E
Black with #D36A0E
Text Example
Text Example
White with #D36A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36A0E; }
p { color: rgb(211,106,14); }
H1.HeaderClassName
{
color: #D36A0E;
}
.AnyTagClassName
{
color: #D36A0E;
}
</style>
background-color css
<style>
a { background-color: #D36A0E; }
a { background-color: rgb(211,106,14); }
div.DivClassName
{
background-color: #D36A0E;
}
.BgClassName
{
background-color: #D36A0E;
}
</style>
border-color css
<style>
span { border-color: #D36A0E; }
span { border-color: rgb(211,106,14); }
td.TdClassName
{
border-color: #D36A0E;
}
.TagClassName
{
border-color: #D36A0E;
}
</style>