Shades of Whiskey Sour #D3955B
Tints of Whiskey Sour #D3955B
RGB
CMYK
RGB Variations
Color information
#D3955B (or 0xD3955B) is known color: Whiskey Sour. HEX triplet: D3, 95 and 5B. RGB value is (211,149,91). Sum of RGB (Red+Green+Blue) = 211+149+91=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3955B is #2C6AA4. Grayscale: #A1A1A1. Windows color (decimal): -2910885 or 6002131. OLE color: 6002131.
HSL color Cylindrical-coordinate representation of color #D3955B: hue angle of 29º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3955B is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 91 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.17 |
| HSL | 29º | 0.58% | 0.59% | - |
| HSV(B) | 29º | 0.57% | 0.83% | - |
| XYZ | 39.5 | 36.1 | 14.78 | - |
| YUV | 160.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 91 | 0 | 0.29 | 0.57 | 0.17 | 29 | 0.58 | 0.59 |
| Hex | D3 | 95 | 5B | 0 | 1D | 39 | 11 | 1D | 3A | 3B |
| Octal | 323 | 225 | 133 | 0 | 35 | 71 | 21 | 35 | 72 | 73 |
| Binary | 11010011 | 10010101 | 1011011 | 0 | 11101 | 111001 | 10001 | 11101 | 111010 | 111011 |
Color Harmonies of #D3955B
Complementary color
Monochromatic Colors of #D3955B
Black with #D3955B
Text Example
Text Example
White with #D3955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3955B; }
p { color: rgb(211,149,91); }
H1.HeaderClassName
{
color: #D3955B;
}
.AnyTagClassName
{
color: #D3955B;
}
</style>
background-color css
<style>
a { background-color: #D3955B; }
a { background-color: rgb(211,149,91); }
div.DivClassName
{
background-color: #D3955B;
}
.BgClassName
{
background-color: #D3955B;
}
</style>
border-color css
<style>
span { border-color: #D3955B; }
span { border-color: rgb(211,149,91); }
td.TdClassName
{
border-color: #D3955B;
}
.TagClassName
{
border-color: #D3955B;
}
</style>