Shades of Whiskey Sour #D29352
Tints of Whiskey Sour #D29352
RGB
CMYK
RGB Variations
Color information
#D29352 (or 0xD29352) is known color: Whiskey Sour. HEX triplet: D2, 93 and 52. RGB value is (210,147,82). Sum of RGB (Red+Green+Blue) = 210+147+82=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D29352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29352 is #2D6CAD. Grayscale: #9E9E9E. Windows color (decimal): -2976942 or 5411794. OLE color: 5411794.
HSL color Cylindrical-coordinate representation of color #D29352: hue angle of 30.47º 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 #D29352 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 82 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.18 |
| HSL | 30.47º | 0.59% | 0.57% | - |
| HSV(B) | 30.47º | 0.61% | 0.82% | - |
| XYZ | 38.54 | 35.18 | 12.74 | - |
| YUV | 158.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 82 | 0 | 0.30 | 0.61 | 0.18 | 30.47 | 0.59 | 0.57 |
| Hex | D2 | 93 | 52 | 0 | 1E | 3D | 12 | 1E | 3B | 39 |
| Octal | 322 | 223 | 122 | 0 | 36 | 75 | 22 | 36 | 73 | 71 |
| Binary | 11010010 | 10010011 | 1010010 | 0 | 11110 | 111101 | 10010 | 11110 | 111011 | 111001 |
Color Harmonies of #D29352
Complementary color
Monochromatic Colors of #D29352
Black with #D29352
Text Example
Text Example
White with #D29352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29352; }
p { color: rgb(210,147,82); }
H1.HeaderClassName
{
color: #D29352;
}
.AnyTagClassName
{
color: #D29352;
}
</style>
background-color css
<style>
a { background-color: #D29352; }
a { background-color: rgb(210,147,82); }
div.DivClassName
{
background-color: #D29352;
}
.BgClassName
{
background-color: #D29352;
}
</style>
border-color css
<style>
span { border-color: #D29352; }
span { border-color: rgb(210,147,82); }
td.TdClassName
{
border-color: #D29352;
}
.TagClassName
{
border-color: #D29352;
}
</style>