Shades of Whiskey Sour #D69150
Tints of Whiskey Sour #D69150
RGB
CMYK
RGB Variations
Color information
#D69150 (or 0xD69150) is known color: Whiskey Sour. HEX triplet: D6, 91 and 50. RGB value is (214,145,80). Sum of RGB (Red+Green+Blue) = 214+145+80=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D69150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69150 is #296EAF. Grayscale: #9E9E9E. Windows color (decimal): -2715312 or 5280214. OLE color: 5280214.
HSL color Cylindrical-coordinate representation of color #D69150: hue angle of 29.1º 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 #D69150 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 80 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.16 |
| HSL | 29.1º | 0.62% | 0.58% | - |
| HSV(B) | 29.1º | 0.63% | 0.84% | - |
| XYZ | 39.3 | 35.13 | 12.3 | - |
| YUV | 158.22 | 83.86 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 80 | 0 | 0.32 | 0.63 | 0.16 | 29.1 | 0.62 | 0.58 |
| Hex | D6 | 91 | 50 | 0 | 20 | 3F | 10 | 1D | 3E | 3A |
| Octal | 326 | 221 | 120 | 0 | 40 | 77 | 20 | 35 | 76 | 72 |
| Binary | 11010110 | 10010001 | 1010000 | 0 | 100000 | 111111 | 10000 | 11101 | 111110 | 111010 |
Color Harmonies of #D69150
Complementary color
Monochromatic Colors of #D69150
Black with #D69150
Text Example
Text Example
White with #D69150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69150; }
p { color: rgb(214,145,80); }
H1.HeaderClassName
{
color: #D69150;
}
.AnyTagClassName
{
color: #D69150;
}
</style>
background-color css
<style>
a { background-color: #D69150; }
a { background-color: rgb(214,145,80); }
div.DivClassName
{
background-color: #D69150;
}
.BgClassName
{
background-color: #D69150;
}
</style>
border-color css
<style>
span { border-color: #D69150; }
span { border-color: rgb(214,145,80); }
td.TdClassName
{
border-color: #D69150;
}
.TagClassName
{
border-color: #D69150;
}
</style>