Shades of Whiskey Sour #D29856
Tints of Whiskey Sour #D29856
RGB
CMYK
RGB Variations
Color information
#D29856 (or 0xD29856) is known color: Whiskey Sour. HEX triplet: D2, 98 and 56. RGB value is (210,152,86). Sum of RGB (Red+Green+Blue) = 210+152+86=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D29856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29856 is #2D67A9. Grayscale: #A2A2A2. Windows color (decimal): -2975658 or 5675218. OLE color: 5675218.
HSL color Cylindrical-coordinate representation of color #D29856: hue angle of 31.94º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D29856 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 86 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.18 |
| HSL | 31.94º | 0.58% | 0.58% | - |
| HSV(B) | 31.94º | 0.59% | 0.82% | - |
| XYZ | 39.49 | 36.83 | 13.83 | - |
| YUV | 161.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 86 | 0 | 0.28 | 0.59 | 0.18 | 31.94 | 0.58 | 0.58 |
| Hex | D2 | 98 | 56 | 0 | 1C | 3B | 12 | 20 | 3A | 3A |
| Octal | 322 | 230 | 126 | 0 | 34 | 73 | 22 | 40 | 72 | 72 |
| Binary | 11010010 | 10011000 | 1010110 | 0 | 11100 | 111011 | 10010 | 100000 | 111010 | 111010 |
Color Harmonies of #D29856
Complementary color
Monochromatic Colors of #D29856
Black with #D29856
Text Example
Text Example
White with #D29856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29856; }
p { color: rgb(210,152,86); }
H1.HeaderClassName
{
color: #D29856;
}
.AnyTagClassName
{
color: #D29856;
}
</style>
background-color css
<style>
a { background-color: #D29856; }
a { background-color: rgb(210,152,86); }
div.DivClassName
{
background-color: #D29856;
}
.BgClassName
{
background-color: #D29856;
}
</style>
border-color css
<style>
span { border-color: #D29856; }
span { border-color: rgb(210,152,86); }
td.TdClassName
{
border-color: #D29856;
}
.TagClassName
{
border-color: #D29856;
}
</style>