Shades of Whiskey Sour #D29560
Tints of Whiskey Sour #D29560
RGB
CMYK
RGB Variations
Color information
#D29560 (or 0xD29560) is known color: Whiskey Sour. HEX triplet: D2, 95 and 60. RGB value is (210,149,96). Sum of RGB (Red+Green+Blue) = 210+149+96=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D29560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29560 is #2D6A9F. Grayscale: #A1A1A1. Windows color (decimal): -2976416 or 6329810. OLE color: 6329810.
HSL color Cylindrical-coordinate representation of color #D29560: hue angle of 27.89º 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 #D29560 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 96 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.18 |
| HSL | 27.89º | 0.56% | 0.6% | - |
| HSV(B) | 27.89º | 0.54% | 0.82% | - |
| XYZ | 39.44 | 36.04 | 15.94 | - |
| YUV | 161.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 96 | 0 | 0.29 | 0.54 | 0.18 | 27.89 | 0.56 | 0.6 |
| Hex | D2 | 95 | 60 | 0 | 1D | 36 | 12 | 1C | 38 | 3C |
| Octal | 322 | 225 | 140 | 0 | 35 | 66 | 22 | 34 | 70 | 74 |
| Binary | 11010010 | 10010101 | 1100000 | 0 | 11101 | 110110 | 10010 | 11100 | 111000 | 111100 |
Color Harmonies of #D29560
Complementary color
Monochromatic Colors of #D29560
Black with #D29560
Text Example
Text Example
White with #D29560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29560; }
p { color: rgb(210,149,96); }
H1.HeaderClassName
{
color: #D29560;
}
.AnyTagClassName
{
color: #D29560;
}
</style>
background-color css
<style>
a { background-color: #D29560; }
a { background-color: rgb(210,149,96); }
div.DivClassName
{
background-color: #D29560;
}
.BgClassName
{
background-color: #D29560;
}
</style>
border-color css
<style>
span { border-color: #D29560; }
span { border-color: rgb(210,149,96); }
td.TdClassName
{
border-color: #D29560;
}
.TagClassName
{
border-color: #D29560;
}
</style>