Shades of Whiskey Sour #D29552
Tints of Whiskey Sour #D29552
RGB
CMYK
RGB Variations
Color information
#D29552 (or 0xD29552) is known color: Whiskey Sour. HEX triplet: D2, 95 and 52. RGB value is (210,149,82). Sum of RGB (Red+Green+Blue) = 210+149+82=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D29552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29552 is #2D6AAD. Grayscale: #9F9F9F. Windows color (decimal): -2976430 or 5412306. OLE color: 5412306.
HSL color Cylindrical-coordinate representation of color #D29552: hue angle of 31.41º 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 #D29552 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 82 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.18 |
| HSL | 31.41º | 0.59% | 0.57% | - |
| HSV(B) | 31.41º | 0.61% | 0.82% | - |
| XYZ | 38.85 | 35.81 | 12.85 | - |
| YUV | 159.6 | 84.21 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 82 | 0 | 0.29 | 0.61 | 0.18 | 31.41 | 0.59 | 0.57 |
| Hex | D2 | 95 | 52 | 0 | 1D | 3D | 12 | 1F | 3B | 39 |
| Octal | 322 | 225 | 122 | 0 | 35 | 75 | 22 | 37 | 73 | 71 |
| Binary | 11010010 | 10010101 | 1010010 | 0 | 11101 | 111101 | 10010 | 11111 | 111011 | 111001 |
Color Harmonies of #D29552
Complementary color
Monochromatic Colors of #D29552
Black with #D29552
Text Example
Text Example
White with #D29552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29552; }
p { color: rgb(210,149,82); }
H1.HeaderClassName
{
color: #D29552;
}
.AnyTagClassName
{
color: #D29552;
}
</style>
background-color css
<style>
a { background-color: #D29552; }
a { background-color: rgb(210,149,82); }
div.DivClassName
{
background-color: #D29552;
}
.BgClassName
{
background-color: #D29552;
}
</style>
border-color css
<style>
span { border-color: #D29552; }
span { border-color: rgb(210,149,82); }
td.TdClassName
{
border-color: #D29552;
}
.TagClassName
{
border-color: #D29552;
}
</style>