Shades of Whiskey Sour #D29656
Tints of Whiskey Sour #D29656
RGB
CMYK
RGB Variations
Color information
#D29656 (or 0xD29656) is known color: Whiskey Sour. HEX triplet: D2, 96 and 56. RGB value is (210,150,86). Sum of RGB (Red+Green+Blue) = 210+150+86=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D29656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29656 is #2D69A9. Grayscale: #A0A0A0. Windows color (decimal): -2976170 or 5674706. OLE color: 5674706.
HSL color Cylindrical-coordinate representation of color #D29656: hue angle of 30.97º 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 #D29656 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 86 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.18 |
| HSL | 30.97º | 0.58% | 0.58% | - |
| HSV(B) | 30.97º | 0.59% | 0.82% | - |
| XYZ | 39.16 | 36.19 | 13.72 | - |
| YUV | 160.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 86 | 0 | 0.29 | 0.59 | 0.18 | 30.97 | 0.58 | 0.58 |
| Hex | D2 | 96 | 56 | 0 | 1D | 3B | 12 | 1F | 3A | 3A |
| Octal | 322 | 226 | 126 | 0 | 35 | 73 | 22 | 37 | 72 | 72 |
| Binary | 11010010 | 10010110 | 1010110 | 0 | 11101 | 111011 | 10010 | 11111 | 111010 | 111010 |
Color Harmonies of #D29656
Complementary color
Monochromatic Colors of #D29656
Black with #D29656
Text Example
Text Example
White with #D29656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29656; }
p { color: rgb(210,150,86); }
H1.HeaderClassName
{
color: #D29656;
}
.AnyTagClassName
{
color: #D29656;
}
</style>
background-color css
<style>
a { background-color: #D29656; }
a { background-color: rgb(210,150,86); }
div.DivClassName
{
background-color: #D29656;
}
.BgClassName
{
background-color: #D29656;
}
</style>
border-color css
<style>
span { border-color: #D29656; }
span { border-color: rgb(210,150,86); }
td.TdClassName
{
border-color: #D29656;
}
.TagClassName
{
border-color: #D29656;
}
</style>