Shades of Chocolate #D36C0F
Tints of Chocolate #D36C0F
RGB
CMYK
RGB Variations
Color information
#D36C0F (or 0xD36C0F) is known color: Chocolate. HEX triplet: D3, 6C and 0F. RGB value is (211,108,15). Sum of RGB (Red+Green+Blue) = 211+108+15=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36C0F is #2C93F0. Grayscale: #808080. Windows color (decimal): -2921457 or 1010899. OLE color: 1010899.
HSL color Cylindrical-coordinate representation of color #D36C0F: hue angle of 28.47º degrees, saturation: 0.87, 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 #D36C0F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.17 |
| HSL | 28.47º | 0.87% | 0.44% | - |
| HSV(B) | 28.47º | 0.93% | 0.83% | - |
| XYZ | 32.31 | 24.61 | 3.5 | - |
| YUV | 128.2 | 64.12 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 15 | 0 | 0.49 | 0.93 | 0.17 | 28.47 | 0.87 | 0.44 |
| Hex | D3 | 6C | F | 0 | 31 | 5D | 11 | 1C | 57 | 2C |
| Octal | 323 | 154 | 17 | 0 | 61 | 135 | 21 | 34 | 127 | 54 |
| Binary | 11010011 | 1101100 | 1111 | 0 | 110001 | 1011101 | 10001 | 11100 | 1010111 | 101100 |
Color Harmonies of #D36C0F
Complementary color
Monochromatic Colors of #D36C0F
Black with #D36C0F
Text Example
Text Example
White with #D36C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C0F; }
p { color: rgb(211,108,15); }
H1.HeaderClassName
{
color: #D36C0F;
}
.AnyTagClassName
{
color: #D36C0F;
}
</style>
background-color css
<style>
a { background-color: #D36C0F; }
a { background-color: rgb(211,108,15); }
div.DivClassName
{
background-color: #D36C0F;
}
.BgClassName
{
background-color: #D36C0F;
}
</style>
border-color css
<style>
span { border-color: #D36C0F; }
span { border-color: rgb(211,108,15); }
td.TdClassName
{
border-color: #D36C0F;
}
.TagClassName
{
border-color: #D36C0F;
}
</style>