Shades of Whiskey Sour #D2985D
Tints of Whiskey Sour #D2985D
RGB
CMYK
RGB Variations
Color information
#D2985D (or 0xD2985D) is known color: Whiskey Sour. HEX triplet: D2, 98 and 5D. RGB value is (210,152,93). Sum of RGB (Red+Green+Blue) = 210+152+93=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2985D is #2D67A2. Grayscale: #A2A2A2. Windows color (decimal): -2975651 or 6133970. OLE color: 6133970.
HSL color Cylindrical-coordinate representation of color #D2985D: hue angle of 30.26º 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 #D2985D is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 93 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.18 |
| HSL | 30.26º | 0.57% | 0.59% | - |
| HSV(B) | 30.26º | 0.56% | 0.82% | - |
| XYZ | 39.78 | 36.95 | 15.39 | - |
| YUV | 162.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 93 | 0 | 0.28 | 0.56 | 0.18 | 30.26 | 0.57 | 0.59 |
| Hex | D2 | 98 | 5D | 0 | 1C | 38 | 12 | 1E | 39 | 3B |
| Octal | 322 | 230 | 135 | 0 | 34 | 70 | 22 | 36 | 71 | 73 |
| Binary | 11010010 | 10011000 | 1011101 | 0 | 11100 | 111000 | 10010 | 11110 | 111001 | 111011 |
Color Harmonies of #D2985D
Complementary color
Monochromatic Colors of #D2985D
Black with #D2985D
Text Example
Text Example
White with #D2985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2985D; }
p { color: rgb(210,152,93); }
H1.HeaderClassName
{
color: #D2985D;
}
.AnyTagClassName
{
color: #D2985D;
}
</style>
background-color css
<style>
a { background-color: #D2985D; }
a { background-color: rgb(210,152,93); }
div.DivClassName
{
background-color: #D2985D;
}
.BgClassName
{
background-color: #D2985D;
}
</style>
border-color css
<style>
span { border-color: #D2985D; }
span { border-color: rgb(210,152,93); }
td.TdClassName
{
border-color: #D2985D;
}
.TagClassName
{
border-color: #D2985D;
}
</style>