Shades of Whiskey Sour #D29758
Tints of Whiskey Sour #D29758
RGB
CMYK
RGB Variations
Color information
#D29758 (or 0xD29758) is known color: Whiskey Sour. HEX triplet: D2, 97 and 58. RGB value is (210,151,88). Sum of RGB (Red+Green+Blue) = 210+151+88=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D29758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29758 is #2D68A7. Grayscale: #A1A1A1. Windows color (decimal): -2975912 or 5806034. OLE color: 5806034.
HSL color Cylindrical-coordinate representation of color #D29758: hue angle of 30.98º 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 #D29758 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 88 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.18 |
| HSL | 30.98º | 0.58% | 0.58% | - |
| HSV(B) | 30.98º | 0.58% | 0.82% | - |
| XYZ | 39.41 | 36.54 | 14.21 | - |
| YUV | 161.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 88 | 0 | 0.28 | 0.58 | 0.18 | 30.98 | 0.58 | 0.58 |
| Hex | D2 | 97 | 58 | 0 | 1C | 3A | 12 | 1F | 3A | 3A |
| Octal | 322 | 227 | 130 | 0 | 34 | 72 | 22 | 37 | 72 | 72 |
| Binary | 11010010 | 10010111 | 1011000 | 0 | 11100 | 111010 | 10010 | 11111 | 111010 | 111010 |
Color Harmonies of #D29758
Complementary color
Monochromatic Colors of #D29758
Black with #D29758
Text Example
Text Example
White with #D29758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29758; }
p { color: rgb(210,151,88); }
H1.HeaderClassName
{
color: #D29758;
}
.AnyTagClassName
{
color: #D29758;
}
</style>
background-color css
<style>
a { background-color: #D29758; }
a { background-color: rgb(210,151,88); }
div.DivClassName
{
background-color: #D29758;
}
.BgClassName
{
background-color: #D29758;
}
</style>
border-color css
<style>
span { border-color: #D29758; }
span { border-color: rgb(210,151,88); }
td.TdClassName
{
border-color: #D29758;
}
.TagClassName
{
border-color: #D29758;
}
</style>