Shades of Whiskey Sour #D29555
Tints of Whiskey Sour #D29555
RGB
CMYK
RGB Variations
Color information
#D29555 (or 0xD29555) is known color: Whiskey Sour. HEX triplet: D2, 95 and 55. RGB value is (210,149,85). Sum of RGB (Red+Green+Blue) = 210+149+85=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D29555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29555 is #2D6AAA. Grayscale: #A0A0A0. Windows color (decimal): -2976427 or 5608914. OLE color: 5608914.
HSL color Cylindrical-coordinate representation of color #D29555: hue angle of 30.72º 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 #D29555 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 85 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.18 |
| HSL | 30.72º | 0.58% | 0.58% | - |
| HSV(B) | 30.72º | 0.6% | 0.82% | - |
| XYZ | 38.97 | 35.85 | 13.46 | - |
| YUV | 159.94 | 85.71 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 85 | 0 | 0.29 | 0.60 | 0.18 | 30.72 | 0.58 | 0.58 |
| Hex | D2 | 95 | 55 | 0 | 1D | 3C | 12 | 1F | 3A | 3A |
| Octal | 322 | 225 | 125 | 0 | 35 | 74 | 22 | 37 | 72 | 72 |
| Binary | 11010010 | 10010101 | 1010101 | 0 | 11101 | 111100 | 10010 | 11111 | 111010 | 111010 |
Color Harmonies of #D29555
Complementary color
Monochromatic Colors of #D29555
Black with #D29555
Text Example
Text Example
White with #D29555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29555; }
p { color: rgb(210,149,85); }
H1.HeaderClassName
{
color: #D29555;
}
.AnyTagClassName
{
color: #D29555;
}
</style>
background-color css
<style>
a { background-color: #D29555; }
a { background-color: rgb(210,149,85); }
div.DivClassName
{
background-color: #D29555;
}
.BgClassName
{
background-color: #D29555;
}
</style>
border-color css
<style>
span { border-color: #D29555; }
span { border-color: rgb(210,149,85); }
td.TdClassName
{
border-color: #D29555;
}
.TagClassName
{
border-color: #D29555;
}
</style>