Shades of Whiskey Sour #D29D64
Tints of Whiskey Sour #D29D64
RGB
CMYK
RGB Variations
Color information
#D29D64 (or 0xD29D64) is known color: Whiskey Sour. HEX triplet: D2, 9D and 64. RGB value is (210,157,100). Sum of RGB (Red+Green+Blue) = 210+157+100=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D64 is #2D629B. Grayscale: #A6A6A6. Windows color (decimal): -2974364 or 6594002. OLE color: 6594002.
HSL color Cylindrical-coordinate representation of color #D29D64: hue angle of 31.09º 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 #D29D64 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 100 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.18 |
| HSL | 31.09º | 0.55% | 0.61% | - |
| HSV(B) | 31.09º | 0.52% | 0.82% | - |
| XYZ | 40.94 | 38.74 | 17.38 | - |
| YUV | 166.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 100 | 0 | 0.25 | 0.52 | 0.18 | 31.09 | 0.55 | 0.61 |
| Hex | D2 | 9D | 64 | 0 | 19 | 34 | 12 | 1F | 37 | 3D |
| Octal | 322 | 235 | 144 | 0 | 31 | 64 | 22 | 37 | 67 | 75 |
| Binary | 11010010 | 10011101 | 1100100 | 0 | 11001 | 110100 | 10010 | 11111 | 110111 | 111101 |
Color Harmonies of #D29D64
Complementary color
Monochromatic Colors of #D29D64
Black with #D29D64
Text Example
Text Example
White with #D29D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D64; }
p { color: rgb(210,157,100); }
H1.HeaderClassName
{
color: #D29D64;
}
.AnyTagClassName
{
color: #D29D64;
}
</style>
background-color css
<style>
a { background-color: #D29D64; }
a { background-color: rgb(210,157,100); }
div.DivClassName
{
background-color: #D29D64;
}
.BgClassName
{
background-color: #D29D64;
}
</style>
border-color css
<style>
span { border-color: #D29D64; }
span { border-color: rgb(210,157,100); }
td.TdClassName
{
border-color: #D29D64;
}
.TagClassName
{
border-color: #D29D64;
}
</style>