Shades of Chocolate #D16521
Tints of Chocolate #D16521
RGB
CMYK
RGB Variations
Color information
#D16521 (or 0xD16521) is known color: Chocolate. HEX triplet: D1, 65 and 21. RGB value is (209,101,33). Sum of RGB (Red+Green+Blue) = 209+101+33=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D16521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16521 is #2E9ADE. Grayscale: #7D7D7D. Windows color (decimal): -3054303 or 2188753. OLE color: 2188753.
HSL color Cylindrical-coordinate representation of color #D16521: hue angle of 23.18º 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 #D16521 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 33 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.18 |
| HSL | 23.18º | 0.73% | 0.47% | - |
| HSV(B) | 23.18º | 0.84% | 0.82% | - |
| XYZ | 31.22 | 22.97 | 4.23 | - |
| YUV | 125.54 | 75.78 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 33 | 0 | 0.52 | 0.84 | 0.18 | 23.18 | 0.73 | 0.47 |
| Hex | D1 | 65 | 21 | 0 | 34 | 54 | 12 | 17 | 49 | 2F |
| Octal | 321 | 145 | 41 | 0 | 64 | 124 | 22 | 27 | 111 | 57 |
| Binary | 11010001 | 1100101 | 100001 | 0 | 110100 | 1010100 | 10010 | 10111 | 1001001 | 101111 |
Color Harmonies of #D16521
Complementary color
Monochromatic Colors of #D16521
Black with #D16521
Text Example
Text Example
White with #D16521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16521; }
p { color: rgb(209,101,33); }
H1.HeaderClassName
{
color: #D16521;
}
.AnyTagClassName
{
color: #D16521;
}
</style>
background-color css
<style>
a { background-color: #D16521; }
a { background-color: rgb(209,101,33); }
div.DivClassName
{
background-color: #D16521;
}
.BgClassName
{
background-color: #D16521;
}
</style>
border-color css
<style>
span { border-color: #D16521; }
span { border-color: rgb(209,101,33); }
td.TdClassName
{
border-color: #D16521;
}
.TagClassName
{
border-color: #D16521;
}
</style>