Shades of Whiskey Sour #D29550
Tints of Whiskey Sour #D29550
RGB
CMYK
RGB Variations
Color information
#D29550 (or 0xD29550) is known color: Whiskey Sour. HEX triplet: D2, 95 and 50. RGB value is (210,149,80). Sum of RGB (Red+Green+Blue) = 210+149+80=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D29550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29550 is #2D6AAF. Grayscale: #9F9F9F. Windows color (decimal): -2976432 or 5281234. OLE color: 5281234.
HSL color Cylindrical-coordinate representation of color #D29550: hue angle of 31.85º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D29550 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 80 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.18 |
| HSL | 31.85º | 0.59% | 0.57% | - |
| HSV(B) | 31.85º | 0.62% | 0.82% | - |
| XYZ | 38.77 | 35.78 | 12.45 | - |
| YUV | 159.37 | 83.21 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 80 | 0 | 0.29 | 0.62 | 0.18 | 31.85 | 0.59 | 0.57 |
| Hex | D2 | 95 | 50 | 0 | 1D | 3E | 12 | 20 | 3B | 39 |
| Octal | 322 | 225 | 120 | 0 | 35 | 76 | 22 | 40 | 73 | 71 |
| Binary | 11010010 | 10010101 | 1010000 | 0 | 11101 | 111110 | 10010 | 100000 | 111011 | 111001 |
Color Harmonies of #D29550
Complementary color
Monochromatic Colors of #D29550
Black with #D29550
Text Example
Text Example
White with #D29550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29550; }
p { color: rgb(210,149,80); }
H1.HeaderClassName
{
color: #D29550;
}
.AnyTagClassName
{
color: #D29550;
}
</style>
background-color css
<style>
a { background-color: #D29550; }
a { background-color: rgb(210,149,80); }
div.DivClassName
{
background-color: #D29550;
}
.BgClassName
{
background-color: #D29550;
}
</style>
border-color css
<style>
span { border-color: #D29550; }
span { border-color: rgb(210,149,80); }
td.TdClassName
{
border-color: #D29550;
}
.TagClassName
{
border-color: #D29550;
}
</style>