Shades of Whiskey Sour #D2985B
Tints of Whiskey Sour #D2985B
RGB
CMYK
RGB Variations
Color information
#D2985B (or 0xD2985B) is known color: Whiskey Sour. HEX triplet: D2, 98 and 5B. RGB value is (210,152,91). Sum of RGB (Red+Green+Blue) = 210+152+91=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2985B is #2D67A4. Grayscale: #A2A2A2. Windows color (decimal): -2975653 or 6002898. OLE color: 6002898.
HSL color Cylindrical-coordinate representation of color #D2985B: hue angle of 30.76º 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 #D2985B is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 91 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.18 |
| HSL | 30.76º | 0.57% | 0.59% | - |
| HSV(B) | 30.76º | 0.57% | 0.82% | - |
| XYZ | 39.69 | 36.91 | 14.93 | - |
| YUV | 162.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 91 | 0 | 0.28 | 0.57 | 0.18 | 30.76 | 0.57 | 0.59 |
| Hex | D2 | 98 | 5B | 0 | 1C | 39 | 12 | 1F | 39 | 3B |
| Octal | 322 | 230 | 133 | 0 | 34 | 71 | 22 | 37 | 71 | 73 |
| Binary | 11010010 | 10011000 | 1011011 | 0 | 11100 | 111001 | 10010 | 11111 | 111001 | 111011 |
Color Harmonies of #D2985B
Complementary color
Monochromatic Colors of #D2985B
Black with #D2985B
Text Example
Text Example
White with #D2985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2985B; }
p { color: rgb(210,152,91); }
H1.HeaderClassName
{
color: #D2985B;
}
.AnyTagClassName
{
color: #D2985B;
}
</style>
background-color css
<style>
a { background-color: #D2985B; }
a { background-color: rgb(210,152,91); }
div.DivClassName
{
background-color: #D2985B;
}
.BgClassName
{
background-color: #D2985B;
}
</style>
border-color css
<style>
span { border-color: #D2985B; }
span { border-color: rgb(210,152,91); }
td.TdClassName
{
border-color: #D2985B;
}
.TagClassName
{
border-color: #D2985B;
}
</style>