Shades of Whiskey Sour #D29A5C
Tints of Whiskey Sour #D29A5C
RGB
CMYK
RGB Variations
Color information
#D29A5C (or 0xD29A5C) is known color: Whiskey Sour. HEX triplet: D2, 9A and 5C. RGB value is (210,154,92). Sum of RGB (Red+Green+Blue) = 210+154+92=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A5C is #2D65A3. Grayscale: #A3A3A3. Windows color (decimal): -2975140 or 6068946. OLE color: 6068946.
HSL color Cylindrical-coordinate representation of color #D29A5C: hue angle of 31.53º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D29A5C is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 92 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.18 |
| HSL | 31.53º | 0.57% | 0.59% | - |
| HSV(B) | 31.53º | 0.56% | 0.82% | - |
| XYZ | 40.07 | 37.59 | 15.27 | - |
| YUV | 163.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 92 | 0 | 0.27 | 0.56 | 0.18 | 31.53 | 0.57 | 0.59 |
| Hex | D2 | 9A | 5C | 0 | 1B | 38 | 12 | 20 | 39 | 3B |
| Octal | 322 | 232 | 134 | 0 | 33 | 70 | 22 | 40 | 71 | 73 |
| Binary | 11010010 | 10011010 | 1011100 | 0 | 11011 | 111000 | 10010 | 100000 | 111001 | 111011 |
Color Harmonies of #D29A5C
Complementary color
Monochromatic Colors of #D29A5C
Black with #D29A5C
Text Example
Text Example
White with #D29A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A5C; }
p { color: rgb(210,154,92); }
H1.HeaderClassName
{
color: #D29A5C;
}
.AnyTagClassName
{
color: #D29A5C;
}
</style>
background-color css
<style>
a { background-color: #D29A5C; }
a { background-color: rgb(210,154,92); }
div.DivClassName
{
background-color: #D29A5C;
}
.BgClassName
{
background-color: #D29A5C;
}
</style>
border-color css
<style>
span { border-color: #D29A5C; }
span { border-color: rgb(210,154,92); }
td.TdClassName
{
border-color: #D29A5C;
}
.TagClassName
{
border-color: #D29A5C;
}
</style>