Shades of Chocolate #D36814
Tints of Chocolate #D36814
RGB
CMYK
RGB Variations
Color information
#D36814 (or 0xD36814) is known color: Chocolate. HEX triplet: D3, 68 and 14. RGB value is (211,104,20). Sum of RGB (Red+Green+Blue) = 211+104+20=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D36814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36814 is #2C97EB. Grayscale: #7E7E7E. Windows color (decimal): -2922476 or 1337555. OLE color: 1337555.
HSL color Cylindrical-coordinate representation of color #D36814: hue angle of 26.39º 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 #D36814 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 20 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.17 |
| HSL | 26.39º | 0.83% | 0.45% | - |
| HSV(B) | 26.39º | 0.91% | 0.83% | - |
| XYZ | 31.94 | 23.8 | 3.57 | - |
| YUV | 126.42 | 67.95 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 20 | 0 | 0.51 | 0.91 | 0.17 | 26.39 | 0.83 | 0.45 |
| Hex | D3 | 68 | 14 | 0 | 33 | 5B | 11 | 1A | 53 | 2D |
| Octal | 323 | 150 | 24 | 0 | 63 | 133 | 21 | 32 | 123 | 55 |
| Binary | 11010011 | 1101000 | 10100 | 0 | 110011 | 1011011 | 10001 | 11010 | 1010011 | 101101 |
Color Harmonies of #D36814
Complementary color
Monochromatic Colors of #D36814
Black with #D36814
Text Example
Text Example
White with #D36814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36814; }
p { color: rgb(211,104,20); }
H1.HeaderClassName
{
color: #D36814;
}
.AnyTagClassName
{
color: #D36814;
}
</style>
background-color css
<style>
a { background-color: #D36814; }
a { background-color: rgb(211,104,20); }
div.DivClassName
{
background-color: #D36814;
}
.BgClassName
{
background-color: #D36814;
}
</style>
border-color css
<style>
span { border-color: #D36814; }
span { border-color: rgb(211,104,20); }
td.TdClassName
{
border-color: #D36814;
}
.TagClassName
{
border-color: #D36814;
}
</style>