Shades of Whiskey Sour #D29155
Tints of Whiskey Sour #D29155
RGB
CMYK
RGB Variations
Color information
#D29155 (or 0xD29155) is known color: Whiskey Sour. HEX triplet: D2, 91 and 55. RGB value is (210,145,85). Sum of RGB (Red+Green+Blue) = 210+145+85=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D29155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29155 is #2D6EAA. Grayscale: #9D9D9D. Windows color (decimal): -2977451 or 5607890. OLE color: 5607890.
HSL color Cylindrical-coordinate representation of color #D29155: hue angle of 28.8º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D29155 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 85 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.18 |
| HSL | 28.8º | 0.58% | 0.58% | - |
| HSV(B) | 28.8º | 0.6% | 0.82% | - |
| XYZ | 38.34 | 34.61 | 13.25 | - |
| YUV | 157.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 85 | 0 | 0.31 | 0.60 | 0.18 | 28.8 | 0.58 | 0.58 |
| Hex | D2 | 91 | 55 | 0 | 1F | 3C | 12 | 1D | 3A | 3A |
| Octal | 322 | 221 | 125 | 0 | 37 | 74 | 22 | 35 | 72 | 72 |
| Binary | 11010010 | 10010001 | 1010101 | 0 | 11111 | 111100 | 10010 | 11101 | 111010 | 111010 |
Color Harmonies of #D29155
Complementary color
Monochromatic Colors of #D29155
Black with #D29155
Text Example
Text Example
White with #D29155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29155; }
p { color: rgb(210,145,85); }
H1.HeaderClassName
{
color: #D29155;
}
.AnyTagClassName
{
color: #D29155;
}
</style>
background-color css
<style>
a { background-color: #D29155; }
a { background-color: rgb(210,145,85); }
div.DivClassName
{
background-color: #D29155;
}
.BgClassName
{
background-color: #D29155;
}
</style>
border-color css
<style>
span { border-color: #D29155; }
span { border-color: rgb(210,145,85); }
td.TdClassName
{
border-color: #D29155;
}
.TagClassName
{
border-color: #D29155;
}
</style>