Shades of Whiskey Sour #D29156
Tints of Whiskey Sour #D29156
RGB
CMYK
RGB Variations
Color information
#D29156 (or 0xD29156) is known color: Whiskey Sour. HEX triplet: D2, 91 and 56. RGB value is (210,145,86). Sum of RGB (Red+Green+Blue) = 210+145+86=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D29156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29156 is #2D6EA9. Grayscale: #9E9E9E. Windows color (decimal): -2977450 or 5673426. OLE color: 5673426.
HSL color Cylindrical-coordinate representation of color #D29156: hue angle of 28.55º 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 #D29156 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 86 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.18 |
| HSL | 28.55º | 0.58% | 0.58% | - |
| HSV(B) | 28.55º | 0.59% | 0.82% | - |
| XYZ | 38.38 | 34.62 | 13.46 | - |
| YUV | 157.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 86 | 0 | 0.31 | 0.59 | 0.18 | 28.55 | 0.58 | 0.58 |
| Hex | D2 | 91 | 56 | 0 | 1F | 3B | 12 | 1D | 3A | 3A |
| Octal | 322 | 221 | 126 | 0 | 37 | 73 | 22 | 35 | 72 | 72 |
| Binary | 11010010 | 10010001 | 1010110 | 0 | 11111 | 111011 | 10010 | 11101 | 111010 | 111010 |
Color Harmonies of #D29156
Complementary color
Monochromatic Colors of #D29156
Black with #D29156
Text Example
Text Example
White with #D29156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29156; }
p { color: rgb(210,145,86); }
H1.HeaderClassName
{
color: #D29156;
}
.AnyTagClassName
{
color: #D29156;
}
</style>
background-color css
<style>
a { background-color: #D29156; }
a { background-color: rgb(210,145,86); }
div.DivClassName
{
background-color: #D29156;
}
.BgClassName
{
background-color: #D29156;
}
</style>
border-color css
<style>
span { border-color: #D29156; }
span { border-color: rgb(210,145,86); }
td.TdClassName
{
border-color: #D29156;
}
.TagClassName
{
border-color: #D29156;
}
</style>