Shades of Whiskey Sour #D29655
Tints of Whiskey Sour #D29655
RGB
CMYK
RGB Variations
Color information
#D29655 (or 0xD29655) is known color: Whiskey Sour. HEX triplet: D2, 96 and 55. RGB value is (210,150,85). Sum of RGB (Red+Green+Blue) = 210+150+85=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D29655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29655 is #2D69AA. Grayscale: #A0A0A0. Windows color (decimal): -2976171 or 5609170. OLE color: 5609170.
HSL color Cylindrical-coordinate representation of color #D29655: hue angle of 31.2º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D29655 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 85 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.18 |
| HSL | 31.2º | 0.58% | 0.58% | - |
| HSV(B) | 31.2º | 0.6% | 0.82% | - |
| XYZ | 39.12 | 36.17 | 13.51 | - |
| YUV | 160.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 85 | 0 | 0.29 | 0.60 | 0.18 | 31.2 | 0.58 | 0.58 |
| Hex | D2 | 96 | 55 | 0 | 1D | 3C | 12 | 1F | 3A | 3A |
| Octal | 322 | 226 | 125 | 0 | 35 | 74 | 22 | 37 | 72 | 72 |
| Binary | 11010010 | 10010110 | 1010101 | 0 | 11101 | 111100 | 10010 | 11111 | 111010 | 111010 |
Color Harmonies of #D29655
Complementary color
Monochromatic Colors of #D29655
Black with #D29655
Text Example
Text Example
White with #D29655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29655; }
p { color: rgb(210,150,85); }
H1.HeaderClassName
{
color: #D29655;
}
.AnyTagClassName
{
color: #D29655;
}
</style>
background-color css
<style>
a { background-color: #D29655; }
a { background-color: rgb(210,150,85); }
div.DivClassName
{
background-color: #D29655;
}
.BgClassName
{
background-color: #D29655;
}
</style>
border-color css
<style>
span { border-color: #D29655; }
span { border-color: rgb(210,150,85); }
td.TdClassName
{
border-color: #D29655;
}
.TagClassName
{
border-color: #D29655;
}
</style>