Shades of Whiskey Sour #D2995D
Tints of Whiskey Sour #D2995D
RGB
CMYK
RGB Variations
Color information
#D2995D (or 0xD2995D) is known color: Whiskey Sour. HEX triplet: D2, 99 and 5D. RGB value is (210,153,93). Sum of RGB (Red+Green+Blue) = 210+153+93=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2995D is #2D66A2. Grayscale: #A3A3A3. Windows color (decimal): -2975395 or 6134226. OLE color: 6134226.
HSL color Cylindrical-coordinate representation of color #D2995D: hue angle of 30.77º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2995D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 93 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.18 |
| HSL | 30.77º | 0.57% | 0.59% | - |
| HSV(B) | 30.77º | 0.56% | 0.82% | - |
| XYZ | 39.95 | 37.27 | 15.45 | - |
| YUV | 163.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 93 | 0 | 0.27 | 0.56 | 0.18 | 30.77 | 0.57 | 0.59 |
| Hex | D2 | 99 | 5D | 0 | 1B | 38 | 12 | 1F | 39 | 3B |
| Octal | 322 | 231 | 135 | 0 | 33 | 70 | 22 | 37 | 71 | 73 |
| Binary | 11010010 | 10011001 | 1011101 | 0 | 11011 | 111000 | 10010 | 11111 | 111001 | 111011 |
Color Harmonies of #D2995D
Complementary color
Monochromatic Colors of #D2995D
Black with #D2995D
Text Example
Text Example
White with #D2995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2995D; }
p { color: rgb(210,153,93); }
H1.HeaderClassName
{
color: #D2995D;
}
.AnyTagClassName
{
color: #D2995D;
}
</style>
background-color css
<style>
a { background-color: #D2995D; }
a { background-color: rgb(210,153,93); }
div.DivClassName
{
background-color: #D2995D;
}
.BgClassName
{
background-color: #D2995D;
}
</style>
border-color css
<style>
span { border-color: #D2995D; }
span { border-color: rgb(210,153,93); }
td.TdClassName
{
border-color: #D2995D;
}
.TagClassName
{
border-color: #D2995D;
}
</style>