Shades of Whiskey #D8936A
Tints of Whiskey #D8936A
RGB
CMYK
RGB Variations
Color information
#D8936A (or 0xD8936A) is known color: Whiskey. HEX triplet: D8, 93 and 6A. RGB value is (216,147,106). Sum of RGB (Red+Green+Blue) = 216+147+106=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8936A is #276C95. Grayscale: #A3A3A3. Windows color (decimal): -2583702 or 6984664. OLE color: 6984664.
HSL color Cylindrical-coordinate representation of color #D8936A: hue angle of 22.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8936A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 106 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.15 |
| HSL | 22.36º | 0.59% | 0.63% | - |
| HSV(B) | 22.36º | 0.51% | 0.85% | - |
| XYZ | 41.35 | 36.51 | 18.5 | - |
| YUV | 162.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 106 | 0 | 0.32 | 0.51 | 0.15 | 22.36 | 0.59 | 0.63 |
| Hex | D8 | 93 | 6A | 0 | 20 | 33 | F | 16 | 3B | 3F |
| Octal | 330 | 223 | 152 | 0 | 40 | 63 | 17 | 26 | 73 | 77 |
| Binary | 11011000 | 10010011 | 1101010 | 0 | 100000 | 110011 | 1111 | 10110 | 111011 | 111111 |
Color Harmonies of #D8936A
Complementary color
Monochromatic Colors of #D8936A
Black with #D8936A
Text Example
Text Example
White with #D8936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8936A; }
p { color: rgb(216,147,106); }
H1.HeaderClassName
{
color: #D8936A;
}
.AnyTagClassName
{
color: #D8936A;
}
</style>
background-color css
<style>
a { background-color: #D8936A; }
a { background-color: rgb(216,147,106); }
div.DivClassName
{
background-color: #D8936A;
}
.BgClassName
{
background-color: #D8936A;
}
</style>
border-color css
<style>
span { border-color: #D8936A; }
span { border-color: rgb(216,147,106); }
td.TdClassName
{
border-color: #D8936A;
}
.TagClassName
{
border-color: #D8936A;
}
</style>