Shades of Chocolate #D16621
Tints of Chocolate #D16621
RGB
CMYK
RGB Variations
Color information
#D16621 (or 0xD16621) is known color: Chocolate. HEX triplet: D1, 66 and 21. RGB value is (209,102,33). Sum of RGB (Red+Green+Blue) = 209+102+33=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D16621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16621 is #2E99DE. Grayscale: #7E7E7E. Windows color (decimal): -3054047 or 2189009. OLE color: 2189009.
HSL color Cylindrical-coordinate representation of color #D16621: hue angle of 23.52º 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 #D16621 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 33 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.18 |
| HSL | 23.52º | 0.73% | 0.47% | - |
| HSV(B) | 23.52º | 0.84% | 0.82% | - |
| XYZ | 31.32 | 23.17 | 4.26 | - |
| YUV | 126.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 33 | 0 | 0.51 | 0.84 | 0.18 | 23.52 | 0.73 | 0.47 |
| Hex | D1 | 66 | 21 | 0 | 33 | 54 | 12 | 18 | 49 | 2F |
| Octal | 321 | 146 | 41 | 0 | 63 | 124 | 22 | 30 | 111 | 57 |
| Binary | 11010001 | 1100110 | 100001 | 0 | 110011 | 1010100 | 10010 | 11000 | 1001001 | 101111 |
Color Harmonies of #D16621
Complementary color
Monochromatic Colors of #D16621
Black with #D16621
Text Example
Text Example
White with #D16621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16621; }
p { color: rgb(209,102,33); }
H1.HeaderClassName
{
color: #D16621;
}
.AnyTagClassName
{
color: #D16621;
}
</style>
background-color css
<style>
a { background-color: #D16621; }
a { background-color: rgb(209,102,33); }
div.DivClassName
{
background-color: #D16621;
}
.BgClassName
{
background-color: #D16621;
}
</style>
border-color css
<style>
span { border-color: #D16621; }
span { border-color: rgb(209,102,33); }
td.TdClassName
{
border-color: #D16621;
}
.TagClassName
{
border-color: #D16621;
}
</style>