Shades of Whiskey Sour #D29651
Tints of Whiskey Sour #D29651
RGB
CMYK
RGB Variations
Color information
#D29651 (or 0xD29651) is known color: Whiskey Sour. HEX triplet: D2, 96 and 51. RGB value is (210,150,81). Sum of RGB (Red+Green+Blue) = 210+150+81=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D29651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29651 is #2D69AE. Grayscale: #A0A0A0. Windows color (decimal): -2976175 or 5347026. OLE color: 5347026.
HSL color Cylindrical-coordinate representation of color #D29651: hue angle of 32.09º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D29651 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 81 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.18 |
| HSL | 32.09º | 0.59% | 0.57% | - |
| HSV(B) | 32.09º | 0.61% | 0.82% | - |
| XYZ | 38.97 | 36.11 | 12.7 | - |
| YUV | 160.07 | 83.38 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 81 | 0 | 0.29 | 0.61 | 0.18 | 32.09 | 0.59 | 0.57 |
| Hex | D2 | 96 | 51 | 0 | 1D | 3D | 12 | 20 | 3B | 39 |
| Octal | 322 | 226 | 121 | 0 | 35 | 75 | 22 | 40 | 73 | 71 |
| Binary | 11010010 | 10010110 | 1010001 | 0 | 11101 | 111101 | 10010 | 100000 | 111011 | 111001 |
Color Harmonies of #D29651
Complementary color
Monochromatic Colors of #D29651
Black with #D29651
Text Example
Text Example
White with #D29651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29651; }
p { color: rgb(210,150,81); }
H1.HeaderClassName
{
color: #D29651;
}
.AnyTagClassName
{
color: #D29651;
}
</style>
background-color css
<style>
a { background-color: #D29651; }
a { background-color: rgb(210,150,81); }
div.DivClassName
{
background-color: #D29651;
}
.BgClassName
{
background-color: #D29651;
}
</style>
border-color css
<style>
span { border-color: #D29651; }
span { border-color: rgb(210,150,81); }
td.TdClassName
{
border-color: #D29651;
}
.TagClassName
{
border-color: #D29651;
}
</style>