Shades of Chocolate #D16A27
Tints of Chocolate #D16A27
RGB
CMYK
RGB Variations
Color information
#D16A27 (or 0xD16A27) is known color: Chocolate. HEX triplet: D1, 6A and 27. RGB value is (209,106,39). Sum of RGB (Red+Green+Blue) = 209+106+39=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A27 is #2E95D8. Grayscale: #818181. Windows color (decimal): -3053017 or 2583249. OLE color: 2583249.
HSL color Cylindrical-coordinate representation of color #D16A27: hue angle of 23.65º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D16A27 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 39 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.18 |
| HSL | 23.65º | 0.69% | 0.49% | - |
| HSV(B) | 23.65º | 0.81% | 0.82% | - |
| XYZ | 31.81 | 24.01 | 4.88 | - |
| YUV | 129.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 39 | 0 | 0.49 | 0.81 | 0.18 | 23.65 | 0.69 | 0.49 |
| Hex | D1 | 6A | 27 | 0 | 31 | 51 | 12 | 18 | 45 | 31 |
| Octal | 321 | 152 | 47 | 0 | 61 | 121 | 22 | 30 | 105 | 61 |
| Binary | 11010001 | 1101010 | 100111 | 0 | 110001 | 1010001 | 10010 | 11000 | 1000101 | 110001 |
Color Harmonies of #D16A27
Complementary color
Monochromatic Colors of #D16A27
Black with #D16A27
Text Example
Text Example
White with #D16A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A27; }
p { color: rgb(209,106,39); }
H1.HeaderClassName
{
color: #D16A27;
}
.AnyTagClassName
{
color: #D16A27;
}
</style>
background-color css
<style>
a { background-color: #D16A27; }
a { background-color: rgb(209,106,39); }
div.DivClassName
{
background-color: #D16A27;
}
.BgClassName
{
background-color: #D16A27;
}
</style>
border-color css
<style>
span { border-color: #D16A27; }
span { border-color: rgb(209,106,39); }
td.TdClassName
{
border-color: #D16A27;
}
.TagClassName
{
border-color: #D16A27;
}
</style>