Shades of Whiskey Sour #D69550
Tints of Whiskey Sour #D69550
RGB
CMYK
RGB Variations
Color information
#D69550 (or 0xD69550) is known color: Whiskey Sour. HEX triplet: D6, 95 and 50. RGB value is (214,149,80). Sum of RGB (Red+Green+Blue) = 214+149+80=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D69550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69550 is #296AAF. Grayscale: #A0A0A0. Windows color (decimal): -2714288 or 5281238. OLE color: 5281238.
HSL color Cylindrical-coordinate representation of color #D69550: hue angle of 30.9º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D69550 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 80 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.16 |
| HSL | 30.9º | 0.62% | 0.58% | - |
| HSV(B) | 30.9º | 0.63% | 0.84% | - |
| XYZ | 39.93 | 36.37 | 12.51 | - |
| YUV | 160.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 80 | 0 | 0.30 | 0.63 | 0.16 | 30.9 | 0.62 | 0.58 |
| Hex | D6 | 95 | 50 | 0 | 1E | 3F | 10 | 1F | 3E | 3A |
| Octal | 326 | 225 | 120 | 0 | 36 | 77 | 20 | 37 | 76 | 72 |
| Binary | 11010110 | 10010101 | 1010000 | 0 | 11110 | 111111 | 10000 | 11111 | 111110 | 111010 |
Color Harmonies of #D69550
Complementary color
Monochromatic Colors of #D69550
Black with #D69550
Text Example
Text Example
White with #D69550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69550; }
p { color: rgb(214,149,80); }
H1.HeaderClassName
{
color: #D69550;
}
.AnyTagClassName
{
color: #D69550;
}
</style>
background-color css
<style>
a { background-color: #D69550; }
a { background-color: rgb(214,149,80); }
div.DivClassName
{
background-color: #D69550;
}
.BgClassName
{
background-color: #D69550;
}
</style>
border-color css
<style>
span { border-color: #D69550; }
span { border-color: rgb(214,149,80); }
td.TdClassName
{
border-color: #D69550;
}
.TagClassName
{
border-color: #D69550;
}
</style>