Shades of Whiskey Sour #D29B5D
Tints of Whiskey Sour #D29B5D
RGB
CMYK
RGB Variations
Color information
#D29B5D (or 0xD29B5D) is known color: Whiskey Sour. HEX triplet: D2, 9B and 5D. RGB value is (210,155,93). Sum of RGB (Red+Green+Blue) = 210+155+93=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B5D is #2D64A2. Grayscale: #A4A4A4. Windows color (decimal): -2974883 or 6134738. OLE color: 6134738.
HSL color Cylindrical-coordinate representation of color #D29B5D: hue angle of 31.79º 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 #D29B5D is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 93 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.18 |
| HSL | 31.79º | 0.57% | 0.59% | - |
| HSV(B) | 31.79º | 0.56% | 0.82% | - |
| XYZ | 40.28 | 37.93 | 15.56 | - |
| YUV | 164.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 93 | 0 | 0.26 | 0.56 | 0.18 | 31.79 | 0.57 | 0.59 |
| Hex | D2 | 9B | 5D | 0 | 1A | 38 | 12 | 20 | 39 | 3B |
| Octal | 322 | 233 | 135 | 0 | 32 | 70 | 22 | 40 | 71 | 73 |
| Binary | 11010010 | 10011011 | 1011101 | 0 | 11010 | 111000 | 10010 | 100000 | 111001 | 111011 |
Color Harmonies of #D29B5D
Complementary color
Monochromatic Colors of #D29B5D
Black with #D29B5D
Text Example
Text Example
White with #D29B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B5D; }
p { color: rgb(210,155,93); }
H1.HeaderClassName
{
color: #D29B5D;
}
.AnyTagClassName
{
color: #D29B5D;
}
</style>
background-color css
<style>
a { background-color: #D29B5D; }
a { background-color: rgb(210,155,93); }
div.DivClassName
{
background-color: #D29B5D;
}
.BgClassName
{
background-color: #D29B5D;
}
</style>
border-color css
<style>
span { border-color: #D29B5D; }
span { border-color: rgb(210,155,93); }
td.TdClassName
{
border-color: #D29B5D;
}
.TagClassName
{
border-color: #D29B5D;
}
</style>