Shades of Whiskey Sour #D6955D
Tints of Whiskey Sour #D6955D
RGB
CMYK
RGB Variations
Color information
#D6955D (or 0xD6955D) is known color: Whiskey Sour. HEX triplet: D6, 95 and 5D. RGB value is (214,149,93). Sum of RGB (Red+Green+Blue) = 214+149+93=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6955D is #296AA2. Grayscale: #A2A2A2. Windows color (decimal): -2714275 or 6133206. OLE color: 6133206.
HSL color Cylindrical-coordinate representation of color #D6955D: hue angle of 27.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6955D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 93 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.16 |
| HSL | 27.77º | 0.6% | 0.6% | - |
| HSV(B) | 27.77º | 0.57% | 0.84% | - |
| XYZ | 40.45 | 36.58 | 15.28 | - |
| YUV | 162.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 93 | 0 | 0.30 | 0.57 | 0.16 | 27.77 | 0.6 | 0.6 |
| Hex | D6 | 95 | 5D | 0 | 1E | 39 | 10 | 1C | 3C | 3C |
| Octal | 326 | 225 | 135 | 0 | 36 | 71 | 20 | 34 | 74 | 74 |
| Binary | 11010110 | 10010101 | 1011101 | 0 | 11110 | 111001 | 10000 | 11100 | 111100 | 111100 |
Color Harmonies of #D6955D
Complementary color
Monochromatic Colors of #D6955D
Black with #D6955D
Text Example
Text Example
White with #D6955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6955D; }
p { color: rgb(214,149,93); }
H1.HeaderClassName
{
color: #D6955D;
}
.AnyTagClassName
{
color: #D6955D;
}
</style>
background-color css
<style>
a { background-color: #D6955D; }
a { background-color: rgb(214,149,93); }
div.DivClassName
{
background-color: #D6955D;
}
.BgClassName
{
background-color: #D6955D;
}
</style>
border-color css
<style>
span { border-color: #D6955D; }
span { border-color: rgb(214,149,93); }
td.TdClassName
{
border-color: #D6955D;
}
.TagClassName
{
border-color: #D6955D;
}
</style>