Shades of Whiskey Sour #D29251
Tints of Whiskey Sour #D29251
RGB
CMYK
RGB Variations
Color information
#D29251 (or 0xD29251) is known color: Whiskey Sour. HEX triplet: D2, 92 and 51. RGB value is (210,146,81). Sum of RGB (Red+Green+Blue) = 210+146+81=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D29251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29251 is #2D6DAE. Grayscale: #9E9E9E. Windows color (decimal): -2977199 or 5346002. OLE color: 5346002.
HSL color Cylindrical-coordinate representation of color #D29251: hue angle of 30.23º 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 #D29251 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 81 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.18 |
| HSL | 30.23º | 0.59% | 0.57% | - |
| HSV(B) | 30.23º | 0.61% | 0.82% | - |
| XYZ | 38.34 | 34.85 | 12.49 | - |
| YUV | 157.73 | 84.7 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 81 | 0 | 0.30 | 0.61 | 0.18 | 30.23 | 0.59 | 0.57 |
| Hex | D2 | 92 | 51 | 0 | 1E | 3D | 12 | 1E | 3B | 39 |
| Octal | 322 | 222 | 121 | 0 | 36 | 75 | 22 | 36 | 73 | 71 |
| Binary | 11010010 | 10010010 | 1010001 | 0 | 11110 | 111101 | 10010 | 11110 | 111011 | 111001 |
Color Harmonies of #D29251
Complementary color
Monochromatic Colors of #D29251
Black with #D29251
Text Example
Text Example
White with #D29251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29251; }
p { color: rgb(210,146,81); }
H1.HeaderClassName
{
color: #D29251;
}
.AnyTagClassName
{
color: #D29251;
}
</style>
background-color css
<style>
a { background-color: #D29251; }
a { background-color: rgb(210,146,81); }
div.DivClassName
{
background-color: #D29251;
}
.BgClassName
{
background-color: #D29251;
}
</style>
border-color css
<style>
span { border-color: #D29251; }
span { border-color: rgb(210,146,81); }
td.TdClassName
{
border-color: #D29251;
}
.TagClassName
{
border-color: #D29251;
}
</style>