Shades of Whiskey Sour #D29958
Tints of Whiskey Sour #D29958
RGB
CMYK
RGB Variations
Color information
#D29958 (or 0xD29958) is known color: Whiskey Sour. HEX triplet: D2, 99 and 58. RGB value is (210,153,88). Sum of RGB (Red+Green+Blue) = 210+153+88=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D29958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29958 is #2D66A7. Grayscale: #A2A2A2. Windows color (decimal): -2975400 or 5806546. OLE color: 5806546.
HSL color Cylindrical-coordinate representation of color #D29958: hue angle of 31.97º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D29958 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 88 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.18 |
| HSL | 31.97º | 0.58% | 0.58% | - |
| HSV(B) | 31.97º | 0.58% | 0.82% | - |
| XYZ | 39.73 | 37.19 | 14.32 | - |
| YUV | 162.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 88 | 0 | 0.27 | 0.58 | 0.18 | 31.97 | 0.58 | 0.58 |
| Hex | D2 | 99 | 58 | 0 | 1B | 3A | 12 | 20 | 3A | 3A |
| Octal | 322 | 231 | 130 | 0 | 33 | 72 | 22 | 40 | 72 | 72 |
| Binary | 11010010 | 10011001 | 1011000 | 0 | 11011 | 111010 | 10010 | 100000 | 111010 | 111010 |
Color Harmonies of #D29958
Complementary color
Monochromatic Colors of #D29958
Black with #D29958
Text Example
Text Example
White with #D29958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29958; }
p { color: rgb(210,153,88); }
H1.HeaderClassName
{
color: #D29958;
}
.AnyTagClassName
{
color: #D29958;
}
</style>
background-color css
<style>
a { background-color: #D29958; }
a { background-color: rgb(210,153,88); }
div.DivClassName
{
background-color: #D29958;
}
.BgClassName
{
background-color: #D29958;
}
</style>
border-color css
<style>
span { border-color: #D29958; }
span { border-color: rgb(210,153,88); }
td.TdClassName
{
border-color: #D29958;
}
.TagClassName
{
border-color: #D29958;
}
</style>