Shades of Whiskey Sour #D29561
Tints of Whiskey Sour #D29561
RGB
CMYK
RGB Variations
Color information
#D29561 (or 0xD29561) is known color: Whiskey Sour. HEX triplet: D2, 95 and 61. RGB value is (210,149,97). Sum of RGB (Red+Green+Blue) = 210+149+97=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D29561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29561 is #2D6A9E. Grayscale: #A1A1A1. Windows color (decimal): -2976415 or 6395346. OLE color: 6395346.
HSL color Cylindrical-coordinate representation of color #D29561: hue angle of 27.61º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D29561 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 97 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.18 |
| HSL | 27.61º | 0.56% | 0.6% | - |
| HSV(B) | 27.61º | 0.54% | 0.82% | - |
| XYZ | 39.48 | 36.06 | 16.19 | - |
| YUV | 161.31 | 91.71 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 97 | 0 | 0.29 | 0.54 | 0.18 | 27.61 | 0.56 | 0.6 |
| Hex | D2 | 95 | 61 | 0 | 1D | 36 | 12 | 1C | 38 | 3C |
| Octal | 322 | 225 | 141 | 0 | 35 | 66 | 22 | 34 | 70 | 74 |
| Binary | 11010010 | 10010101 | 1100001 | 0 | 11101 | 110110 | 10010 | 11100 | 111000 | 111100 |
Color Harmonies of #D29561
Complementary color
Monochromatic Colors of #D29561
Black with #D29561
Text Example
Text Example
White with #D29561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29561; }
p { color: rgb(210,149,97); }
H1.HeaderClassName
{
color: #D29561;
}
.AnyTagClassName
{
color: #D29561;
}
</style>
background-color css
<style>
a { background-color: #D29561; }
a { background-color: rgb(210,149,97); }
div.DivClassName
{
background-color: #D29561;
}
.BgClassName
{
background-color: #D29561;
}
</style>
border-color css
<style>
span { border-color: #D29561; }
span { border-color: rgb(210,149,97); }
td.TdClassName
{
border-color: #D29561;
}
.TagClassName
{
border-color: #D29561;
}
</style>