Shades of Chocolate #D16A21
Tints of Chocolate #D16A21
RGB
CMYK
RGB Variations
Color information
#D16A21 (or 0xD16A21) is known color: Chocolate. HEX triplet: D1, 6A and 21. RGB value is (209,106,33). Sum of RGB (Red+Green+Blue) = 209+106+33=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A21 is #2E95DE. Grayscale: #808080. Windows color (decimal): -3053023 or 2190033. OLE color: 2190033.
HSL color Cylindrical-coordinate representation of color #D16A21: hue angle of 24.89º 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 #D16A21 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 33 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.18 |
| HSL | 24.89º | 0.73% | 0.47% | - |
| HSV(B) | 24.89º | 0.84% | 0.82% | - |
| XYZ | 31.72 | 23.97 | 4.39 | - |
| YUV | 128.48 | 74.12 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 33 | 0 | 0.49 | 0.84 | 0.18 | 24.89 | 0.73 | 0.47 |
| Hex | D1 | 6A | 21 | 0 | 31 | 54 | 12 | 19 | 49 | 2F |
| Octal | 321 | 152 | 41 | 0 | 61 | 124 | 22 | 31 | 111 | 57 |
| Binary | 11010001 | 1101010 | 100001 | 0 | 110001 | 1010100 | 10010 | 11001 | 1001001 | 101111 |
Color Harmonies of #D16A21
Complementary color
Monochromatic Colors of #D16A21
Black with #D16A21
Text Example
Text Example
White with #D16A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A21; }
p { color: rgb(209,106,33); }
H1.HeaderClassName
{
color: #D16A21;
}
.AnyTagClassName
{
color: #D16A21;
}
</style>
background-color css
<style>
a { background-color: #D16A21; }
a { background-color: rgb(209,106,33); }
div.DivClassName
{
background-color: #D16A21;
}
.BgClassName
{
background-color: #D16A21;
}
</style>
border-color css
<style>
span { border-color: #D16A21; }
span { border-color: rgb(209,106,33); }
td.TdClassName
{
border-color: #D16A21;
}
.TagClassName
{
border-color: #D16A21;
}
</style>