Shades of Whiskey Sour #D29B62
Tints of Whiskey Sour #D29B62
RGB
CMYK
RGB Variations
Color information
#D29B62 (or 0xD29B62) is known color: Whiskey Sour. HEX triplet: D2, 9B and 62. RGB value is (210,155,98). Sum of RGB (Red+Green+Blue) = 210+155+98=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B62 is #2D649D. Grayscale: #A5A5A5. Windows color (decimal): -2974878 or 6462418. OLE color: 6462418.
HSL color Cylindrical-coordinate representation of color #D29B62: hue angle of 30.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D29B62 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 98 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.18 |
| HSL | 30.54º | 0.55% | 0.6% | - |
| HSV(B) | 30.54º | 0.53% | 0.82% | - |
| XYZ | 40.5 | 38.03 | 16.76 | - |
| YUV | 164.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 98 | 0 | 0.26 | 0.53 | 0.18 | 30.54 | 0.55 | 0.6 |
| Hex | D2 | 9B | 62 | 0 | 1A | 35 | 12 | 1F | 37 | 3C |
| Octal | 322 | 233 | 142 | 0 | 32 | 65 | 22 | 37 | 67 | 74 |
| Binary | 11010010 | 10011011 | 1100010 | 0 | 11010 | 110101 | 10010 | 11111 | 110111 | 111100 |
Color Harmonies of #D29B62
Complementary color
Monochromatic Colors of #D29B62
Black with #D29B62
Text Example
Text Example
White with #D29B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B62; }
p { color: rgb(210,155,98); }
H1.HeaderClassName
{
color: #D29B62;
}
.AnyTagClassName
{
color: #D29B62;
}
</style>
background-color css
<style>
a { background-color: #D29B62; }
a { background-color: rgb(210,155,98); }
div.DivClassName
{
background-color: #D29B62;
}
.BgClassName
{
background-color: #D29B62;
}
</style>
border-color css
<style>
span { border-color: #D29B62; }
span { border-color: rgb(210,155,98); }
td.TdClassName
{
border-color: #D29B62;
}
.TagClassName
{
border-color: #D29B62;
}
</style>