Shades of Chocolate #D16421
Tints of Chocolate #D16421
RGB
CMYK
RGB Variations
Color information
#D16421 (or 0xD16421) is known color: Chocolate. HEX triplet: D1, 64 and 21. RGB value is (209,100,33). Sum of RGB (Red+Green+Blue) = 209+100+33=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D16421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16421 is #2E9BDE. Grayscale: #7D7D7D. Windows color (decimal): -3054559 or 2188497. OLE color: 2188497.
HSL color Cylindrical-coordinate representation of color #D16421: hue angle of 22.84º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D16421 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 33 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.18 |
| HSL | 22.84º | 0.73% | 0.47% | - |
| HSV(B) | 22.84º | 0.84% | 0.82% | - |
| XYZ | 31.13 | 22.78 | 4.2 | - |
| YUV | 124.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 33 | 0 | 0.52 | 0.84 | 0.18 | 22.84 | 0.73 | 0.47 |
| Hex | D1 | 64 | 21 | 0 | 34 | 54 | 12 | 17 | 49 | 2F |
| Octal | 321 | 144 | 41 | 0 | 64 | 124 | 22 | 27 | 111 | 57 |
| Binary | 11010001 | 1100100 | 100001 | 0 | 110100 | 1010100 | 10010 | 10111 | 1001001 | 101111 |
Color Harmonies of #D16421
Complementary color
Monochromatic Colors of #D16421
Black with #D16421
Text Example
Text Example
White with #D16421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16421; }
p { color: rgb(209,100,33); }
H1.HeaderClassName
{
color: #D16421;
}
.AnyTagClassName
{
color: #D16421;
}
</style>
background-color css
<style>
a { background-color: #D16421; }
a { background-color: rgb(209,100,33); }
div.DivClassName
{
background-color: #D16421;
}
.BgClassName
{
background-color: #D16421;
}
</style>
border-color css
<style>
span { border-color: #D16421; }
span { border-color: rgb(209,100,33); }
td.TdClassName
{
border-color: #D16421;
}
.TagClassName
{
border-color: #D16421;
}
</style>