Shades of Whiskey Sour #D29355
Tints of Whiskey Sour #D29355
RGB
CMYK
RGB Variations
Color information
#D29355 (or 0xD29355) is known color: Whiskey Sour. HEX triplet: D2, 93 and 55. RGB value is (210,147,85). Sum of RGB (Red+Green+Blue) = 210+147+85=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D29355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29355 is #2D6CAA. Grayscale: #9F9F9F. Windows color (decimal): -2976939 or 5608402. OLE color: 5608402.
HSL color Cylindrical-coordinate representation of color #D29355: hue angle of 29.76º 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 #D29355 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 85 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.18 |
| HSL | 29.76º | 0.58% | 0.58% | - |
| HSV(B) | 29.76º | 0.6% | 0.82% | - |
| XYZ | 38.65 | 35.22 | 13.36 | - |
| YUV | 158.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 85 | 0 | 0.30 | 0.60 | 0.18 | 29.76 | 0.58 | 0.58 |
| Hex | D2 | 93 | 55 | 0 | 1E | 3C | 12 | 1E | 3A | 3A |
| Octal | 322 | 223 | 125 | 0 | 36 | 74 | 22 | 36 | 72 | 72 |
| Binary | 11010010 | 10010011 | 1010101 | 0 | 11110 | 111100 | 10010 | 11110 | 111010 | 111010 |
Color Harmonies of #D29355
Complementary color
Monochromatic Colors of #D29355
Black with #D29355
Text Example
Text Example
White with #D29355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29355; }
p { color: rgb(210,147,85); }
H1.HeaderClassName
{
color: #D29355;
}
.AnyTagClassName
{
color: #D29355;
}
</style>
background-color css
<style>
a { background-color: #D29355; }
a { background-color: rgb(210,147,85); }
div.DivClassName
{
background-color: #D29355;
}
.BgClassName
{
background-color: #D29355;
}
</style>
border-color css
<style>
span { border-color: #D29355; }
span { border-color: rgb(210,147,85); }
td.TdClassName
{
border-color: #D29355;
}
.TagClassName
{
border-color: #D29355;
}
</style>