Shades of Whiskey Sour #D69154
Tints of Whiskey Sour #D69154
RGB
CMYK
RGB Variations
Color information
#D69154 (or 0xD69154) is known color: Whiskey Sour. HEX triplet: D6, 91 and 54. RGB value is (214,145,84). Sum of RGB (Red+Green+Blue) = 214+145+84=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D69154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69154 is #296EAB. Grayscale: #9E9E9E. Windows color (decimal): -2715308 or 5542358. OLE color: 5542358.
HSL color Cylindrical-coordinate representation of color #D69154: hue angle of 28.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D69154 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 84 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.16 |
| HSL | 28.15º | 0.61% | 0.58% | - |
| HSV(B) | 28.15º | 0.61% | 0.84% | - |
| XYZ | 39.46 | 35.19 | 13.1 | - |
| YUV | 158.68 | 85.86 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 84 | 0 | 0.32 | 0.61 | 0.16 | 28.15 | 0.61 | 0.58 |
| Hex | D6 | 91 | 54 | 0 | 20 | 3D | 10 | 1C | 3D | 3A |
| Octal | 326 | 221 | 124 | 0 | 40 | 75 | 20 | 34 | 75 | 72 |
| Binary | 11010110 | 10010001 | 1010100 | 0 | 100000 | 111101 | 10000 | 11100 | 111101 | 111010 |
Color Harmonies of #D69154
Complementary color
Monochromatic Colors of #D69154
Black with #D69154
Text Example
Text Example
White with #D69154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69154; }
p { color: rgb(214,145,84); }
H1.HeaderClassName
{
color: #D69154;
}
.AnyTagClassName
{
color: #D69154;
}
</style>
background-color css
<style>
a { background-color: #D69154; }
a { background-color: rgb(214,145,84); }
div.DivClassName
{
background-color: #D69154;
}
.BgClassName
{
background-color: #D69154;
}
</style>
border-color css
<style>
span { border-color: #D69154; }
span { border-color: rgb(214,145,84); }
td.TdClassName
{
border-color: #D69154;
}
.TagClassName
{
border-color: #D69154;
}
</style>