Shades of Whiskey Sour #D29356
Tints of Whiskey Sour #D29356
RGB
CMYK
RGB Variations
Color information
#D29356 (or 0xD29356) is known color: Whiskey Sour. HEX triplet: D2, 93 and 56. RGB value is (210,147,86). Sum of RGB (Red+Green+Blue) = 210+147+86=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D29356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29356 is #2D6CA9. Grayscale: #9F9F9F. Windows color (decimal): -2976938 or 5673938. OLE color: 5673938.
HSL color Cylindrical-coordinate representation of color #D29356: hue angle of 29.52º 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 #D29356 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 86 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.18 |
| HSL | 29.52º | 0.58% | 0.58% | - |
| HSV(B) | 29.52º | 0.59% | 0.82% | - |
| XYZ | 38.69 | 35.24 | 13.57 | - |
| YUV | 158.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 86 | 0 | 0.30 | 0.59 | 0.18 | 29.52 | 0.58 | 0.58 |
| Hex | D2 | 93 | 56 | 0 | 1E | 3B | 12 | 1E | 3A | 3A |
| Octal | 322 | 223 | 126 | 0 | 36 | 73 | 22 | 36 | 72 | 72 |
| Binary | 11010010 | 10010011 | 1010110 | 0 | 11110 | 111011 | 10010 | 11110 | 111010 | 111010 |
Color Harmonies of #D29356
Complementary color
Monochromatic Colors of #D29356
Black with #D29356
Text Example
Text Example
White with #D29356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29356; }
p { color: rgb(210,147,86); }
H1.HeaderClassName
{
color: #D29356;
}
.AnyTagClassName
{
color: #D29356;
}
</style>
background-color css
<style>
a { background-color: #D29356; }
a { background-color: rgb(210,147,86); }
div.DivClassName
{
background-color: #D29356;
}
.BgClassName
{
background-color: #D29356;
}
</style>
border-color css
<style>
span { border-color: #D29356; }
span { border-color: rgb(210,147,86); }
td.TdClassName
{
border-color: #D29356;
}
.TagClassName
{
border-color: #D29356;
}
</style>