Shades of Chocolate #D36F1D
Tints of Chocolate #D36F1D
RGB
CMYK
RGB Variations
Color information
#D36F1D (or 0xD36F1D) is known color: Chocolate. HEX triplet: D3, 6F and 1D. RGB value is (211,111,29). Sum of RGB (Red+Green+Blue) = 211+111+29=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36F1D is #2C90E2. Grayscale: #838383. Windows color (decimal): -2920675 or 1929171. OLE color: 1929171.
HSL color Cylindrical-coordinate representation of color #D36F1D: hue angle of 27.03º 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 #D36F1D is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 29 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.17 |
| HSL | 27.03º | 0.76% | 0.47% | - |
| HSV(B) | 27.03º | 0.86% | 0.83% | - |
| XYZ | 32.77 | 25.31 | 4.32 | - |
| YUV | 131.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 29 | 0 | 0.47 | 0.86 | 0.17 | 27.03 | 0.76 | 0.47 |
| Hex | D3 | 6F | 1D | 0 | 2F | 56 | 11 | 1B | 4C | 2F |
| Octal | 323 | 157 | 35 | 0 | 57 | 126 | 21 | 33 | 114 | 57 |
| Binary | 11010011 | 1101111 | 11101 | 0 | 101111 | 1010110 | 10001 | 11011 | 1001100 | 101111 |
Color Harmonies of #D36F1D
Complementary color
Monochromatic Colors of #D36F1D
Black with #D36F1D
Text Example
Text Example
White with #D36F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36F1D; }
p { color: rgb(211,111,29); }
H1.HeaderClassName
{
color: #D36F1D;
}
.AnyTagClassName
{
color: #D36F1D;
}
</style>
background-color css
<style>
a { background-color: #D36F1D; }
a { background-color: rgb(211,111,29); }
div.DivClassName
{
background-color: #D36F1D;
}
.BgClassName
{
background-color: #D36F1D;
}
</style>
border-color css
<style>
span { border-color: #D36F1D; }
span { border-color: rgb(211,111,29); }
td.TdClassName
{
border-color: #D36F1D;
}
.TagClassName
{
border-color: #D36F1D;
}
</style>