Shades of Chocolate #D36421
Tints of Chocolate #D36421
RGB
CMYK
RGB Variations
Color information
#D36421 (or 0xD36421) is known color: Chocolate. HEX triplet: D3, 64 and 21. RGB value is (211,100,33). Sum of RGB (Red+Green+Blue) = 211+100+33=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D36421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36421 is #2C9BDE. Grayscale: #7D7D7D. Windows color (decimal): -2923487 or 2188499. OLE color: 2188499.
HSL color Cylindrical-coordinate representation of color #D36421: hue angle of 22.58º 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 #D36421 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 33 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.17 |
| HSL | 22.58º | 0.73% | 0.48% | - |
| HSV(B) | 22.58º | 0.84% | 0.83% | - |
| XYZ | 31.7 | 23.07 | 4.22 | - |
| YUV | 125.55 | 75.77 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 33 | 0 | 0.53 | 0.84 | 0.17 | 22.58 | 0.73 | 0.48 |
| Hex | D3 | 64 | 21 | 0 | 35 | 54 | 11 | 17 | 49 | 30 |
| Octal | 323 | 144 | 41 | 0 | 65 | 124 | 21 | 27 | 111 | 60 |
| Binary | 11010011 | 1100100 | 100001 | 0 | 110101 | 1010100 | 10001 | 10111 | 1001001 | 110000 |
Color Harmonies of #D36421
Complementary color
Monochromatic Colors of #D36421
Black with #D36421
Text Example
Text Example
White with #D36421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36421; }
p { color: rgb(211,100,33); }
H1.HeaderClassName
{
color: #D36421;
}
.AnyTagClassName
{
color: #D36421;
}
</style>
background-color css
<style>
a { background-color: #D36421; }
a { background-color: rgb(211,100,33); }
div.DivClassName
{
background-color: #D36421;
}
.BgClassName
{
background-color: #D36421;
}
</style>
border-color css
<style>
span { border-color: #D36421; }
span { border-color: rgb(211,100,33); }
td.TdClassName
{
border-color: #D36421;
}
.TagClassName
{
border-color: #D36421;
}
</style>