Shades of Whiskey Sour #D29354
Tints of Whiskey Sour #D29354
RGB
CMYK
RGB Variations
Color information
#D29354 (or 0xD29354) is known color: Whiskey Sour. HEX triplet: D2, 93 and 54. RGB value is (210,147,84). Sum of RGB (Red+Green+Blue) = 210+147+84=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D29354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29354 is #2D6CAB. Grayscale: #9E9E9E. Windows color (decimal): -2976940 or 5542866. OLE color: 5542866.
HSL color Cylindrical-coordinate representation of color #D29354: hue angle of 30º 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 #D29354 is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 84 | - |
| CMYK | 0 | 0.30 | 0.6 | 0.18 |
| HSL | 30º | 0.58% | 0.58% | - |
| HSV(B) | 30º | 0.6% | 0.82% | - |
| XYZ | 38.61 | 35.21 | 13.15 | - |
| YUV | 158.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 84 | 0 | 0.30 | 0.6 | 0.18 | 30 | 0.58 | 0.58 |
| Hex | D2 | 93 | 54 | 0 | 1E | 3C | 12 | 1E | 3A | 3A |
| Octal | 322 | 223 | 124 | 0 | 36 | 74 | 22 | 36 | 72 | 72 |
| Binary | 11010010 | 10010011 | 1010100 | 0 | 11110 | 111100 | 10010 | 11110 | 111010 | 111010 |
Color Harmonies of #D29354
Complementary color
Monochromatic Colors of #D29354
Black with #D29354
Text Example
Text Example
White with #D29354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29354; }
p { color: rgb(210,147,84); }
H1.HeaderClassName
{
color: #D29354;
}
.AnyTagClassName
{
color: #D29354;
}
</style>
background-color css
<style>
a { background-color: #D29354; }
a { background-color: rgb(210,147,84); }
div.DivClassName
{
background-color: #D29354;
}
.BgClassName
{
background-color: #D29354;
}
</style>
border-color css
<style>
span { border-color: #D29354; }
span { border-color: rgb(210,147,84); }
td.TdClassName
{
border-color: #D29354;
}
.TagClassName
{
border-color: #D29354;
}
</style>