Shades of Whiskey Sour #D29257
Tints of Whiskey Sour #D29257
RGB
CMYK
RGB Variations
Color information
#D29257 (or 0xD29257) is known color: Whiskey Sour. HEX triplet: D2, 92 and 57. RGB value is (210,146,87). Sum of RGB (Red+Green+Blue) = 210+146+87=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D29257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29257 is #2D6DA8. Grayscale: #9E9E9E. Windows color (decimal): -2977193 or 5739218. OLE color: 5739218.
HSL color Cylindrical-coordinate representation of color #D29257: hue angle of 28.78º 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 #D29257 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 87 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.18 |
| HSL | 28.78º | 0.58% | 0.58% | - |
| HSV(B) | 28.78º | 0.59% | 0.82% | - |
| XYZ | 38.58 | 34.95 | 13.73 | - |
| YUV | 158.41 | 87.7 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 87 | 0 | 0.30 | 0.59 | 0.18 | 28.78 | 0.58 | 0.58 |
| Hex | D2 | 92 | 57 | 0 | 1E | 3B | 12 | 1D | 3A | 3A |
| Octal | 322 | 222 | 127 | 0 | 36 | 73 | 22 | 35 | 72 | 72 |
| Binary | 11010010 | 10010010 | 1010111 | 0 | 11110 | 111011 | 10010 | 11101 | 111010 | 111010 |
Color Harmonies of #D29257
Complementary color
Monochromatic Colors of #D29257
Black with #D29257
Text Example
Text Example
White with #D29257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29257; }
p { color: rgb(210,146,87); }
H1.HeaderClassName
{
color: #D29257;
}
.AnyTagClassName
{
color: #D29257;
}
</style>
background-color css
<style>
a { background-color: #D29257; }
a { background-color: rgb(210,146,87); }
div.DivClassName
{
background-color: #D29257;
}
.BgClassName
{
background-color: #D29257;
}
</style>
border-color css
<style>
span { border-color: #D29257; }
span { border-color: rgb(210,146,87); }
td.TdClassName
{
border-color: #D29257;
}
.TagClassName
{
border-color: #D29257;
}
</style>