Shades of Chocolate #D36221
Tints of Chocolate #D36221
RGB
CMYK
RGB Variations
Color information
#D36221 (or 0xD36221) is known color: Chocolate. HEX triplet: D3, 62 and 21. RGB value is (211,98,33). Sum of RGB (Red+Green+Blue) = 211+98+33=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D36221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36221 is #2C9DDE. Grayscale: #7C7C7C. Windows color (decimal): -2923999 or 2187987. OLE color: 2187987.
HSL color Cylindrical-coordinate representation of color #D36221: hue angle of 21.91º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D36221 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 33 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.17 |
| HSL | 21.91º | 0.73% | 0.48% | - |
| HSV(B) | 21.91º | 0.84% | 0.83% | - |
| XYZ | 31.51 | 22.69 | 4.16 | - |
| YUV | 124.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 33 | 0 | 0.54 | 0.84 | 0.17 | 21.91 | 0.73 | 0.48 |
| Hex | D3 | 62 | 21 | 0 | 36 | 54 | 11 | 16 | 49 | 30 |
| Octal | 323 | 142 | 41 | 0 | 66 | 124 | 21 | 26 | 111 | 60 |
| Binary | 11010011 | 1100010 | 100001 | 0 | 110110 | 1010100 | 10001 | 10110 | 1001001 | 110000 |
Color Harmonies of #D36221
Complementary color
Monochromatic Colors of #D36221
Black with #D36221
Text Example
Text Example
White with #D36221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36221; }
p { color: rgb(211,98,33); }
H1.HeaderClassName
{
color: #D36221;
}
.AnyTagClassName
{
color: #D36221;
}
</style>
background-color css
<style>
a { background-color: #D36221; }
a { background-color: rgb(211,98,33); }
div.DivClassName
{
background-color: #D36221;
}
.BgClassName
{
background-color: #D36221;
}
</style>
border-color css
<style>
span { border-color: #D36221; }
span { border-color: rgb(211,98,33); }
td.TdClassName
{
border-color: #D36221;
}
.TagClassName
{
border-color: #D36221;
}
</style>