Shades of Chocolate #D36C1D
Tints of Chocolate #D36C1D
RGB
CMYK
RGB Variations
Color information
#D36C1D (or 0xD36C1D) is known color: Chocolate. HEX triplet: D3, 6C and 1D. RGB value is (211,108,29). Sum of RGB (Red+Green+Blue) = 211+108+29=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36C1D is #2C93E2. Grayscale: #828282. Windows color (decimal): -2921443 or 1928403. OLE color: 1928403.
HSL color Cylindrical-coordinate representation of color #D36C1D: hue angle of 26.04º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D36C1D is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 29 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.17 |
| HSL | 26.04º | 0.76% | 0.47% | - |
| HSV(B) | 26.04º | 0.86% | 0.83% | - |
| XYZ | 32.45 | 24.66 | 4.21 | - |
| YUV | 129.79 | 71.12 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 29 | 0 | 0.49 | 0.86 | 0.17 | 26.04 | 0.76 | 0.47 |
| Hex | D3 | 6C | 1D | 0 | 31 | 56 | 11 | 1A | 4C | 2F |
| Octal | 323 | 154 | 35 | 0 | 61 | 126 | 21 | 32 | 114 | 57 |
| Binary | 11010011 | 1101100 | 11101 | 0 | 110001 | 1010110 | 10001 | 11010 | 1001100 | 101111 |
Color Harmonies of #D36C1D
Complementary color
Monochromatic Colors of #D36C1D
Black with #D36C1D
Text Example
Text Example
White with #D36C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C1D; }
p { color: rgb(211,108,29); }
H1.HeaderClassName
{
color: #D36C1D;
}
.AnyTagClassName
{
color: #D36C1D;
}
</style>
background-color css
<style>
a { background-color: #D36C1D; }
a { background-color: rgb(211,108,29); }
div.DivClassName
{
background-color: #D36C1D;
}
.BgClassName
{
background-color: #D36C1D;
}
</style>
border-color css
<style>
span { border-color: #D36C1D; }
span { border-color: rgb(211,108,29); }
td.TdClassName
{
border-color: #D36C1D;
}
.TagClassName
{
border-color: #D36C1D;
}
</style>