Shades of Whiskey Sour #D29753
Tints of Whiskey Sour #D29753
RGB
CMYK
RGB Variations
Color information
#D29753 (or 0xD29753) is known color: Whiskey Sour. HEX triplet: D2, 97 and 53. RGB value is (210,151,83). Sum of RGB (Red+Green+Blue) = 210+151+83=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D29753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29753 is #2D68AC. Grayscale: #A1A1A1. Windows color (decimal): -2975917 or 5478354. OLE color: 5478354.
HSL color Cylindrical-coordinate representation of color #D29753: hue angle of 32.13º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D29753 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 83 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.18 |
| HSL | 32.13º | 0.59% | 0.57% | - |
| HSV(B) | 32.13º | 0.6% | 0.82% | - |
| XYZ | 39.21 | 36.46 | 13.15 | - |
| YUV | 160.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 83 | 0 | 0.28 | 0.60 | 0.18 | 32.13 | 0.59 | 0.57 |
| Hex | D2 | 97 | 53 | 0 | 1C | 3C | 12 | 20 | 3B | 39 |
| Octal | 322 | 227 | 123 | 0 | 34 | 74 | 22 | 40 | 73 | 71 |
| Binary | 11010010 | 10010111 | 1010011 | 0 | 11100 | 111100 | 10010 | 100000 | 111011 | 111001 |
Color Harmonies of #D29753
Complementary color
Monochromatic Colors of #D29753
Black with #D29753
Text Example
Text Example
White with #D29753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29753; }
p { color: rgb(210,151,83); }
H1.HeaderClassName
{
color: #D29753;
}
.AnyTagClassName
{
color: #D29753;
}
</style>
background-color css
<style>
a { background-color: #D29753; }
a { background-color: rgb(210,151,83); }
div.DivClassName
{
background-color: #D29753;
}
.BgClassName
{
background-color: #D29753;
}
</style>
border-color css
<style>
span { border-color: #D29753; }
span { border-color: rgb(210,151,83); }
td.TdClassName
{
border-color: #D29753;
}
.TagClassName
{
border-color: #D29753;
}
</style>