Shades of Whiskey Sour #D2985F
Tints of Whiskey Sour #D2985F
RGB
CMYK
RGB Variations
Color information
#D2985F (or 0xD2985F) is known color: Whiskey Sour. HEX triplet: D2, 98 and 5F. RGB value is (210,152,95). Sum of RGB (Red+Green+Blue) = 210+152+95=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2985F is #2D67A0. Grayscale: #A3A3A3. Windows color (decimal): -2975649 or 6265042. OLE color: 6265042.
HSL color Cylindrical-coordinate representation of color #D2985F: hue angle of 29.74º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2985F is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 95 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.18 |
| HSL | 29.74º | 0.56% | 0.6% | - |
| HSV(B) | 29.74º | 0.55% | 0.82% | - |
| XYZ | 39.87 | 36.98 | 15.86 | - |
| YUV | 162.84 | 89.72 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 95 | 0 | 0.28 | 0.55 | 0.18 | 29.74 | 0.56 | 0.6 |
| Hex | D2 | 98 | 5F | 0 | 1C | 37 | 12 | 1E | 38 | 3C |
| Octal | 322 | 230 | 137 | 0 | 34 | 67 | 22 | 36 | 70 | 74 |
| Binary | 11010010 | 10011000 | 1011111 | 0 | 11100 | 110111 | 10010 | 11110 | 111000 | 111100 |
Color Harmonies of #D2985F
Complementary color
Monochromatic Colors of #D2985F
Black with #D2985F
Text Example
Text Example
White with #D2985F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2985F; }
p { color: rgb(210,152,95); }
H1.HeaderClassName
{
color: #D2985F;
}
.AnyTagClassName
{
color: #D2985F;
}
</style>
background-color css
<style>
a { background-color: #D2985F; }
a { background-color: rgb(210,152,95); }
div.DivClassName
{
background-color: #D2985F;
}
.BgClassName
{
background-color: #D2985F;
}
</style>
border-color css
<style>
span { border-color: #D2985F; }
span { border-color: rgb(210,152,95); }
td.TdClassName
{
border-color: #D2985F;
}
.TagClassName
{
border-color: #D2985F;
}
</style>