Shades of Whiskey Sour #D29852
Tints of Whiskey Sour #D29852
RGB
CMYK
RGB Variations
Color information
#D29852 (or 0xD29852) is known color: Whiskey Sour. HEX triplet: D2, 98 and 52. RGB value is (210,152,82). Sum of RGB (Red+Green+Blue) = 210+152+82=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D29852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29852 is #2D67AD. Grayscale: #A1A1A1. Windows color (decimal): -2975662 or 5413074. OLE color: 5413074.
HSL color Cylindrical-coordinate representation of color #D29852: hue angle of 32.81º 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 #D29852 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 82 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.18 |
| HSL | 32.81º | 0.59% | 0.57% | - |
| HSV(B) | 32.81º | 0.61% | 0.82% | - |
| XYZ | 39.33 | 36.77 | 13.01 | - |
| YUV | 161.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 82 | 0 | 0.28 | 0.61 | 0.18 | 32.81 | 0.59 | 0.57 |
| Hex | D2 | 98 | 52 | 0 | 1C | 3D | 12 | 21 | 3B | 39 |
| Octal | 322 | 230 | 122 | 0 | 34 | 75 | 22 | 41 | 73 | 71 |
| Binary | 11010010 | 10011000 | 1010010 | 0 | 11100 | 111101 | 10010 | 100001 | 111011 | 111001 |
Color Harmonies of #D29852
Complementary color
Monochromatic Colors of #D29852
Black with #D29852
Text Example
Text Example
White with #D29852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29852; }
p { color: rgb(210,152,82); }
H1.HeaderClassName
{
color: #D29852;
}
.AnyTagClassName
{
color: #D29852;
}
</style>
background-color css
<style>
a { background-color: #D29852; }
a { background-color: rgb(210,152,82); }
div.DivClassName
{
background-color: #D29852;
}
.BgClassName
{
background-color: #D29852;
}
</style>
border-color css
<style>
span { border-color: #D29852; }
span { border-color: rgb(210,152,82); }
td.TdClassName
{
border-color: #D29852;
}
.TagClassName
{
border-color: #D29852;
}
</style>