Shades of Whiskey Sour #D2955B
Tints of Whiskey Sour #D2955B
RGB
CMYK
RGB Variations
Color information
#D2955B (or 0xD2955B) is known color: Whiskey Sour. HEX triplet: D2, 95 and 5B. RGB value is (210,149,91). Sum of RGB (Red+Green+Blue) = 210+149+91=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2955B is #2D6AA4. Grayscale: #A0A0A0. Windows color (decimal): -2976421 or 6002130. OLE color: 6002130.
HSL color Cylindrical-coordinate representation of color #D2955B: hue angle of 29.24º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2955B is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 91 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.18 |
| HSL | 29.24º | 0.57% | 0.59% | - |
| HSV(B) | 29.24º | 0.57% | 0.82% | - |
| XYZ | 39.21 | 35.95 | 14.77 | - |
| YUV | 160.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 91 | 0 | 0.29 | 0.57 | 0.18 | 29.24 | 0.57 | 0.59 |
| Hex | D2 | 95 | 5B | 0 | 1D | 39 | 12 | 1D | 39 | 3B |
| Octal | 322 | 225 | 133 | 0 | 35 | 71 | 22 | 35 | 71 | 73 |
| Binary | 11010010 | 10010101 | 1011011 | 0 | 11101 | 111001 | 10010 | 11101 | 111001 | 111011 |
Color Harmonies of #D2955B
Complementary color
Monochromatic Colors of #D2955B
Black with #D2955B
Text Example
Text Example
White with #D2955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2955B; }
p { color: rgb(210,149,91); }
H1.HeaderClassName
{
color: #D2955B;
}
.AnyTagClassName
{
color: #D2955B;
}
</style>
background-color css
<style>
a { background-color: #D2955B; }
a { background-color: rgb(210,149,91); }
div.DivClassName
{
background-color: #D2955B;
}
.BgClassName
{
background-color: #D2955B;
}
</style>
border-color css
<style>
span { border-color: #D2955B; }
span { border-color: rgb(210,149,91); }
td.TdClassName
{
border-color: #D2955B;
}
.TagClassName
{
border-color: #D2955B;
}
</style>