Shades of Chocolate #D36621
Tints of Chocolate #D36621
RGB
CMYK
RGB Variations
Color information
#D36621 (or 0xD36621) is known color: Chocolate. HEX triplet: D3, 66 and 21. RGB value is (211,102,33). Sum of RGB (Red+Green+Blue) = 211+102+33=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D36621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36621 is #2C99DE. Grayscale: #7F7F7F. Windows color (decimal): -2922975 or 2189011. OLE color: 2189011.
HSL color Cylindrical-coordinate representation of color #D36621: hue angle of 23.26º 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 #D36621 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 33 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.17 |
| HSL | 23.26º | 0.73% | 0.48% | - |
| HSV(B) | 23.26º | 0.84% | 0.83% | - |
| XYZ | 31.89 | 23.46 | 4.29 | - |
| YUV | 126.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 33 | 0 | 0.52 | 0.84 | 0.17 | 23.26 | 0.73 | 0.48 |
| Hex | D3 | 66 | 21 | 0 | 34 | 54 | 11 | 17 | 49 | 30 |
| Octal | 323 | 146 | 41 | 0 | 64 | 124 | 21 | 27 | 111 | 60 |
| Binary | 11010011 | 1100110 | 100001 | 0 | 110100 | 1010100 | 10001 | 10111 | 1001001 | 110000 |
Color Harmonies of #D36621
Complementary color
Monochromatic Colors of #D36621
Black with #D36621
Text Example
Text Example
White with #D36621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36621; }
p { color: rgb(211,102,33); }
H1.HeaderClassName
{
color: #D36621;
}
.AnyTagClassName
{
color: #D36621;
}
</style>
background-color css
<style>
a { background-color: #D36621; }
a { background-color: rgb(211,102,33); }
div.DivClassName
{
background-color: #D36621;
}
.BgClassName
{
background-color: #D36621;
}
</style>
border-color css
<style>
span { border-color: #D36621; }
span { border-color: rgb(211,102,33); }
td.TdClassName
{
border-color: #D36621;
}
.TagClassName
{
border-color: #D36621;
}
</style>