Shades of Whiskey Sour #D29960
Tints of Whiskey Sour #D29960
RGB
CMYK
RGB Variations
Color information
#D29960 (or 0xD29960) is known color: Whiskey Sour. HEX triplet: D2, 99 and 60. RGB value is (210,153,96). Sum of RGB (Red+Green+Blue) = 210+153+96=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D29960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29960 is #2D669F. Grayscale: #A3A3A3. Windows color (decimal): -2975392 or 6330834. OLE color: 6330834.
HSL color Cylindrical-coordinate representation of color #D29960: hue angle of 30º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D29960 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 96 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.18 |
| HSL | 30º | 0.56% | 0.6% | - |
| HSV(B) | 30º | 0.54% | 0.82% | - |
| XYZ | 40.08 | 37.33 | 16.16 | - |
| YUV | 163.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 96 | 0 | 0.27 | 0.54 | 0.18 | 30 | 0.56 | 0.6 |
| Hex | D2 | 99 | 60 | 0 | 1B | 36 | 12 | 1E | 38 | 3C |
| Octal | 322 | 231 | 140 | 0 | 33 | 66 | 22 | 36 | 70 | 74 |
| Binary | 11010010 | 10011001 | 1100000 | 0 | 11011 | 110110 | 10010 | 11110 | 111000 | 111100 |
Color Harmonies of #D29960
Complementary color
Monochromatic Colors of #D29960
Black with #D29960
Text Example
Text Example
White with #D29960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29960; }
p { color: rgb(210,153,96); }
H1.HeaderClassName
{
color: #D29960;
}
.AnyTagClassName
{
color: #D29960;
}
</style>
background-color css
<style>
a { background-color: #D29960; }
a { background-color: rgb(210,153,96); }
div.DivClassName
{
background-color: #D29960;
}
.BgClassName
{
background-color: #D29960;
}
</style>
border-color css
<style>
span { border-color: #D29960; }
span { border-color: rgb(210,153,96); }
td.TdClassName
{
border-color: #D29960;
}
.TagClassName
{
border-color: #D29960;
}
</style>