Shades of Whiskey Sour #D2995B
Tints of Whiskey Sour #D2995B
RGB
CMYK
RGB Variations
Color information
#D2995B (or 0xD2995B) is known color: Whiskey Sour. HEX triplet: D2, 99 and 5B. RGB value is (210,153,91). Sum of RGB (Red+Green+Blue) = 210+153+91=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2995B is #2D66A4. Grayscale: #A3A3A3. Windows color (decimal): -2975397 or 6003154. OLE color: 6003154.
HSL color Cylindrical-coordinate representation of color #D2995B: hue angle of 31.26º 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 #D2995B is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 91 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.18 |
| HSL | 31.26º | 0.57% | 0.59% | - |
| HSV(B) | 31.26º | 0.57% | 0.82% | - |
| XYZ | 39.86 | 37.24 | 14.98 | - |
| YUV | 162.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 91 | 0 | 0.27 | 0.57 | 0.18 | 31.26 | 0.57 | 0.59 |
| Hex | D2 | 99 | 5B | 0 | 1B | 39 | 12 | 1F | 39 | 3B |
| Octal | 322 | 231 | 133 | 0 | 33 | 71 | 22 | 37 | 71 | 73 |
| Binary | 11010010 | 10011001 | 1011011 | 0 | 11011 | 111001 | 10010 | 11111 | 111001 | 111011 |
Color Harmonies of #D2995B
Complementary color
Monochromatic Colors of #D2995B
Black with #D2995B
Text Example
Text Example
White with #D2995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2995B; }
p { color: rgb(210,153,91); }
H1.HeaderClassName
{
color: #D2995B;
}
.AnyTagClassName
{
color: #D2995B;
}
</style>
background-color css
<style>
a { background-color: #D2995B; }
a { background-color: rgb(210,153,91); }
div.DivClassName
{
background-color: #D2995B;
}
.BgClassName
{
background-color: #D2995B;
}
</style>
border-color css
<style>
span { border-color: #D2995B; }
span { border-color: rgb(210,153,91); }
td.TdClassName
{
border-color: #D2995B;
}
.TagClassName
{
border-color: #D2995B;
}
</style>