Shades of Whiskey Sour #D6955B
Tints of Whiskey Sour #D6955B
RGB
CMYK
RGB Variations
Color information
#D6955B (or 0xD6955B) is known color: Whiskey Sour. HEX triplet: D6, 95 and 5B. RGB value is (214,149,91). Sum of RGB (Red+Green+Blue) = 214+149+91=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6955B is #296AA4. Grayscale: #A2A2A2. Windows color (decimal): -2714277 or 6002134. OLE color: 6002134.
HSL color Cylindrical-coordinate representation of color #D6955B: hue angle of 28.29º 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 #D6955B is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 91 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.16 |
| HSL | 28.29º | 0.6% | 0.6% | - |
| HSV(B) | 28.29º | 0.57% | 0.84% | - |
| XYZ | 40.37 | 36.55 | 14.82 | - |
| YUV | 161.82 | 88.03 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 91 | 0 | 0.30 | 0.57 | 0.16 | 28.29 | 0.6 | 0.6 |
| Hex | D6 | 95 | 5B | 0 | 1E | 39 | 10 | 1C | 3C | 3C |
| Octal | 326 | 225 | 133 | 0 | 36 | 71 | 20 | 34 | 74 | 74 |
| Binary | 11010110 | 10010101 | 1011011 | 0 | 11110 | 111001 | 10000 | 11100 | 111100 | 111100 |
Color Harmonies of #D6955B
Complementary color
Monochromatic Colors of #D6955B
Black with #D6955B
Text Example
Text Example
White with #D6955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6955B; }
p { color: rgb(214,149,91); }
H1.HeaderClassName
{
color: #D6955B;
}
.AnyTagClassName
{
color: #D6955B;
}
</style>
background-color css
<style>
a { background-color: #D6955B; }
a { background-color: rgb(214,149,91); }
div.DivClassName
{
background-color: #D6955B;
}
.BgClassName
{
background-color: #D6955B;
}
</style>
border-color css
<style>
span { border-color: #D6955B; }
span { border-color: rgb(214,149,91); }
td.TdClassName
{
border-color: #D6955B;
}
.TagClassName
{
border-color: #D6955B;
}
</style>