Shades of Chocolate #D36614
Tints of Chocolate #D36614
RGB
CMYK
RGB Variations
Color information
#D36614 (or 0xD36614) is known color: Chocolate. HEX triplet: D3, 66 and 14. RGB value is (211,102,20). Sum of RGB (Red+Green+Blue) = 211+102+20=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D36614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36614 is #2C99EB. Grayscale: #7D7D7D. Windows color (decimal): -2922988 or 1337043. OLE color: 1337043.
HSL color Cylindrical-coordinate representation of color #D36614: hue angle of 25.76º 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 #D36614 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 20 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.17 |
| HSL | 25.76º | 0.83% | 0.45% | - |
| HSV(B) | 25.76º | 0.91% | 0.83% | - |
| XYZ | 31.74 | 23.4 | 3.51 | - |
| YUV | 125.24 | 68.61 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 20 | 0 | 0.52 | 0.91 | 0.17 | 25.76 | 0.83 | 0.45 |
| Hex | D3 | 66 | 14 | 0 | 34 | 5B | 11 | 1A | 53 | 2D |
| Octal | 323 | 146 | 24 | 0 | 64 | 133 | 21 | 32 | 123 | 55 |
| Binary | 11010011 | 1100110 | 10100 | 0 | 110100 | 1011011 | 10001 | 11010 | 1010011 | 101101 |
Color Harmonies of #D36614
Complementary color
Monochromatic Colors of #D36614
Black with #D36614
Text Example
Text Example
White with #D36614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36614; }
p { color: rgb(211,102,20); }
H1.HeaderClassName
{
color: #D36614;
}
.AnyTagClassName
{
color: #D36614;
}
</style>
background-color css
<style>
a { background-color: #D36614; }
a { background-color: rgb(211,102,20); }
div.DivClassName
{
background-color: #D36614;
}
.BgClassName
{
background-color: #D36614;
}
</style>
border-color css
<style>
span { border-color: #D36614; }
span { border-color: rgb(211,102,20); }
td.TdClassName
{
border-color: #D36614;
}
.TagClassName
{
border-color: #D36614;
}
</style>