Shades of Whiskey Sour #D29956
Tints of Whiskey Sour #D29956
RGB
CMYK
RGB Variations
Color information
#D29956 (or 0xD29956) is known color: Whiskey Sour. HEX triplet: D2, 99 and 56. RGB value is (210,153,86). Sum of RGB (Red+Green+Blue) = 210+153+86=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D29956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29956 is #2D66A9. Grayscale: #A2A2A2. Windows color (decimal): -2975402 or 5675474. OLE color: 5675474.
HSL color Cylindrical-coordinate representation of color #D29956: hue angle of 32.42º 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 #D29956 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 86 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.18 |
| HSL | 32.42º | 0.58% | 0.58% | - |
| HSV(B) | 32.42º | 0.59% | 0.82% | - |
| XYZ | 39.65 | 37.16 | 13.89 | - |
| YUV | 162.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 86 | 0 | 0.27 | 0.59 | 0.18 | 32.42 | 0.58 | 0.58 |
| Hex | D2 | 99 | 56 | 0 | 1B | 3B | 12 | 20 | 3A | 3A |
| Octal | 322 | 231 | 126 | 0 | 33 | 73 | 22 | 40 | 72 | 72 |
| Binary | 11010010 | 10011001 | 1010110 | 0 | 11011 | 111011 | 10010 | 100000 | 111010 | 111010 |
Color Harmonies of #D29956
Complementary color
Monochromatic Colors of #D29956
Black with #D29956
Text Example
Text Example
White with #D29956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29956; }
p { color: rgb(210,153,86); }
H1.HeaderClassName
{
color: #D29956;
}
.AnyTagClassName
{
color: #D29956;
}
</style>
background-color css
<style>
a { background-color: #D29956; }
a { background-color: rgb(210,153,86); }
div.DivClassName
{
background-color: #D29956;
}
.BgClassName
{
background-color: #D29956;
}
</style>
border-color css
<style>
span { border-color: #D29956; }
span { border-color: rgb(210,153,86); }
td.TdClassName
{
border-color: #D29956;
}
.TagClassName
{
border-color: #D29956;
}
</style>