Shades of Chocolate #D16124
Tints of Chocolate #D16124
RGB
CMYK
RGB Variations
Color information
#D16124 (or 0xD16124) is known color: Chocolate. HEX triplet: D1, 61 and 24. RGB value is (209,97,36). Sum of RGB (Red+Green+Blue) = 209+97+36=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D16124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16124 is #2E9EDB. Grayscale: #7B7B7B. Windows color (decimal): -3055324 or 2384337. OLE color: 2384337.
HSL color Cylindrical-coordinate representation of color #D16124: hue angle of 21.16º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D16124 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 36 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.18 |
| HSL | 21.16º | 0.71% | 0.48% | - |
| HSV(B) | 21.16º | 0.83% | 0.82% | - |
| XYZ | 30.89 | 22.23 | 4.33 | - |
| YUV | 123.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 36 | 0 | 0.54 | 0.83 | 0.18 | 21.16 | 0.71 | 0.48 |
| Hex | D1 | 61 | 24 | 0 | 36 | 53 | 12 | 15 | 47 | 30 |
| Octal | 321 | 141 | 44 | 0 | 66 | 123 | 22 | 25 | 107 | 60 |
| Binary | 11010001 | 1100001 | 100100 | 0 | 110110 | 1010011 | 10010 | 10101 | 1000111 | 110000 |
Color Harmonies of #D16124
Complementary color
Monochromatic Colors of #D16124
Black with #D16124
Text Example
Text Example
White with #D16124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16124; }
p { color: rgb(209,97,36); }
H1.HeaderClassName
{
color: #D16124;
}
.AnyTagClassName
{
color: #D16124;
}
</style>
background-color css
<style>
a { background-color: #D16124; }
a { background-color: rgb(209,97,36); }
div.DivClassName
{
background-color: #D16124;
}
.BgClassName
{
background-color: #D16124;
}
</style>
border-color css
<style>
span { border-color: #D16124; }
span { border-color: rgb(209,97,36); }
td.TdClassName
{
border-color: #D16124;
}
.TagClassName
{
border-color: #D16124;
}
</style>