Shades of Whiskey Sour #D29C64
Tints of Whiskey Sour #D29C64
RGB
CMYK
RGB Variations
Color information
#D29C64 (or 0xD29C64) is known color: Whiskey Sour. HEX triplet: D2, 9C and 64. RGB value is (210,156,100). Sum of RGB (Red+Green+Blue) = 210+156+100=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C64 is #2D639B. Grayscale: #A6A6A6. Windows color (decimal): -2974620 or 6593746. OLE color: 6593746.
HSL color Cylindrical-coordinate representation of color #D29C64: hue angle of 30.55º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D29C64 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 100 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.18 |
| HSL | 30.55º | 0.55% | 0.61% | - |
| HSV(B) | 30.55º | 0.52% | 0.82% | - |
| XYZ | 40.77 | 38.4 | 17.32 | - |
| YUV | 165.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 100 | 0 | 0.26 | 0.52 | 0.18 | 30.55 | 0.55 | 0.61 |
| Hex | D2 | 9C | 64 | 0 | 1A | 34 | 12 | 1F | 37 | 3D |
| Octal | 322 | 234 | 144 | 0 | 32 | 64 | 22 | 37 | 67 | 75 |
| Binary | 11010010 | 10011100 | 1100100 | 0 | 11010 | 110100 | 10010 | 11111 | 110111 | 111101 |
Color Harmonies of #D29C64
Complementary color
Monochromatic Colors of #D29C64
Black with #D29C64
Text Example
Text Example
White with #D29C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C64; }
p { color: rgb(210,156,100); }
H1.HeaderClassName
{
color: #D29C64;
}
.AnyTagClassName
{
color: #D29C64;
}
</style>
background-color css
<style>
a { background-color: #D29C64; }
a { background-color: rgb(210,156,100); }
div.DivClassName
{
background-color: #D29C64;
}
.BgClassName
{
background-color: #D29C64;
}
</style>
border-color css
<style>
span { border-color: #D29C64; }
span { border-color: rgb(210,156,100); }
td.TdClassName
{
border-color: #D29C64;
}
.TagClassName
{
border-color: #D29C64;
}
</style>