Shades of Whiskey Sour #D6955A
Tints of Whiskey Sour #D6955A
RGB
CMYK
RGB Variations
Color information
#D6955A (or 0xD6955A) is known color: Whiskey Sour. HEX triplet: D6, 95 and 5A. RGB value is (214,149,90). Sum of RGB (Red+Green+Blue) = 214+149+90=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6955A is #296AA5. Grayscale: #A2A2A2. Windows color (decimal): -2714278 or 5936598. OLE color: 5936598.
HSL color Cylindrical-coordinate representation of color #D6955A: hue angle of 28.55º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6955A is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 90 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.16 |
| HSL | 28.55º | 0.6% | 0.6% | - |
| HSV(B) | 28.55º | 0.58% | 0.84% | - |
| XYZ | 40.32 | 36.53 | 14.6 | - |
| YUV | 161.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 90 | 0 | 0.30 | 0.58 | 0.16 | 28.55 | 0.6 | 0.6 |
| Hex | D6 | 95 | 5A | 0 | 1E | 3A | 10 | 1D | 3C | 3C |
| Octal | 326 | 225 | 132 | 0 | 36 | 72 | 20 | 35 | 74 | 74 |
| Binary | 11010110 | 10010101 | 1011010 | 0 | 11110 | 111010 | 10000 | 11101 | 111100 | 111100 |
Color Harmonies of #D6955A
Complementary color
Monochromatic Colors of #D6955A
Black with #D6955A
Text Example
Text Example
White with #D6955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6955A; }
p { color: rgb(214,149,90); }
H1.HeaderClassName
{
color: #D6955A;
}
.AnyTagClassName
{
color: #D6955A;
}
</style>
background-color css
<style>
a { background-color: #D6955A; }
a { background-color: rgb(214,149,90); }
div.DivClassName
{
background-color: #D6955A;
}
.BgClassName
{
background-color: #D6955A;
}
</style>
border-color css
<style>
span { border-color: #D6955A; }
span { border-color: rgb(214,149,90); }
td.TdClassName
{
border-color: #D6955A;
}
.TagClassName
{
border-color: #D6955A;
}
</style>