Shades of Whiskey Sour #D2984F
Tints of Whiskey Sour #D2984F
RGB
CMYK
RGB Variations
Color information
#D2984F (or 0xD2984F) is known color: Whiskey Sour. HEX triplet: D2, 98 and 4F. RGB value is (210,152,79). Sum of RGB (Red+Green+Blue) = 210+152+79=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2984F is #2D67B0. Grayscale: #A1A1A1. Windows color (decimal): -2975665 or 5216466. OLE color: 5216466.
HSL color Cylindrical-coordinate representation of color #D2984F: hue angle of 33.44º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2984F is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 79 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.18 |
| HSL | 33.44º | 0.59% | 0.57% | - |
| HSV(B) | 33.44º | 0.62% | 0.82% | - |
| XYZ | 39.22 | 36.72 | 12.42 | - |
| YUV | 161.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 79 | 0 | 0.28 | 0.62 | 0.18 | 33.44 | 0.59 | 0.57 |
| Hex | D2 | 98 | 4F | 0 | 1C | 3E | 12 | 21 | 3B | 39 |
| Octal | 322 | 230 | 117 | 0 | 34 | 76 | 22 | 41 | 73 | 71 |
| Binary | 11010010 | 10011000 | 1001111 | 0 | 11100 | 111110 | 10010 | 100001 | 111011 | 111001 |
Color Harmonies of #D2984F
Complementary color
Monochromatic Colors of #D2984F
Black with #D2984F
Text Example
Text Example
White with #D2984F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2984F; }
p { color: rgb(210,152,79); }
H1.HeaderClassName
{
color: #D2984F;
}
.AnyTagClassName
{
color: #D2984F;
}
</style>
background-color css
<style>
a { background-color: #D2984F; }
a { background-color: rgb(210,152,79); }
div.DivClassName
{
background-color: #D2984F;
}
.BgClassName
{
background-color: #D2984F;
}
</style>
border-color css
<style>
span { border-color: #D2984F; }
span { border-color: rgb(210,152,79); }
td.TdClassName
{
border-color: #D2984F;
}
.TagClassName
{
border-color: #D2984F;
}
</style>