Shades of Whiskey Sour #D69460
Tints of Whiskey Sour #D69460
RGB
CMYK
RGB Variations
Color information
#D69460 (or 0xD69460) is known color: Whiskey Sour. HEX triplet: D6, 94 and 60. RGB value is (214,148,96). Sum of RGB (Red+Green+Blue) = 214+148+96=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D69460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69460 is #296B9F. Grayscale: #A2A2A2. Windows color (decimal): -2714528 or 6329558. OLE color: 6329558.
HSL color Cylindrical-coordinate representation of color #D69460: hue angle of 26.44º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D69460 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 96 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.16 |
| HSL | 26.44º | 0.59% | 0.61% | - |
| HSV(B) | 26.44º | 0.55% | 0.84% | - |
| XYZ | 40.43 | 36.32 | 15.95 | - |
| YUV | 161.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 96 | 0 | 0.31 | 0.55 | 0.16 | 26.44 | 0.59 | 0.61 |
| Hex | D6 | 94 | 60 | 0 | 1F | 37 | 10 | 1A | 3B | 3D |
| Octal | 326 | 224 | 140 | 0 | 37 | 67 | 20 | 32 | 73 | 75 |
| Binary | 11010110 | 10010100 | 1100000 | 0 | 11111 | 110111 | 10000 | 11010 | 111011 | 111101 |
Color Harmonies of #D69460
Complementary color
Monochromatic Colors of #D69460
Black with #D69460
Text Example
Text Example
White with #D69460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69460; }
p { color: rgb(214,148,96); }
H1.HeaderClassName
{
color: #D69460;
}
.AnyTagClassName
{
color: #D69460;
}
</style>
background-color css
<style>
a { background-color: #D69460; }
a { background-color: rgb(214,148,96); }
div.DivClassName
{
background-color: #D69460;
}
.BgClassName
{
background-color: #D69460;
}
</style>
border-color css
<style>
span { border-color: #D69460; }
span { border-color: rgb(214,148,96); }
td.TdClassName
{
border-color: #D69460;
}
.TagClassName
{
border-color: #D69460;
}
</style>