Shades of Whiskey #D1885C
Tints of Whiskey #D1885C
RGB
CMYK
RGB Variations
Color information
#D1885C (or 0xD1885C) is known color: Whiskey. HEX triplet: D1, 88 and 5C. RGB value is (209,136,92). Sum of RGB (Red+Green+Blue) = 209+136+92=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1885C is #2E77A3. Grayscale: #999999. Windows color (decimal): -3045284 or 6064337. OLE color: 6064337.
HSL color Cylindrical-coordinate representation of color #D1885C: hue angle of 22.56º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1885C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 92 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.18 |
| HSL | 22.56º | 0.56% | 0.59% | - |
| HSV(B) | 22.56º | 0.56% | 0.82% | - |
| XYZ | 37.03 | 31.94 | 14.34 | - |
| YUV | 152.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 92 | 0 | 0.35 | 0.56 | 0.18 | 22.56 | 0.56 | 0.59 |
| Hex | D1 | 88 | 5C | 0 | 23 | 38 | 12 | 17 | 38 | 3B |
| Octal | 321 | 210 | 134 | 0 | 43 | 70 | 22 | 27 | 70 | 73 |
| Binary | 11010001 | 10001000 | 1011100 | 0 | 100011 | 111000 | 10010 | 10111 | 111000 | 111011 |
Color Harmonies of #D1885C
Complementary color
Monochromatic Colors of #D1885C
Black with #D1885C
Text Example
Text Example
White with #D1885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1885C; }
p { color: rgb(209,136,92); }
H1.HeaderClassName
{
color: #D1885C;
}
.AnyTagClassName
{
color: #D1885C;
}
</style>
background-color css
<style>
a { background-color: #D1885C; }
a { background-color: rgb(209,136,92); }
div.DivClassName
{
background-color: #D1885C;
}
.BgClassName
{
background-color: #D1885C;
}
</style>
border-color css
<style>
span { border-color: #D1885C; }
span { border-color: rgb(209,136,92); }
td.TdClassName
{
border-color: #D1885C;
}
.TagClassName
{
border-color: #D1885C;
}
</style>