Shades of Whiskey Sour #D69151
Tints of Whiskey Sour #D69151
RGB
CMYK
RGB Variations
Color information
#D69151 (or 0xD69151) is known color: Whiskey Sour. HEX triplet: D6, 91 and 51. RGB value is (214,145,81). Sum of RGB (Red+Green+Blue) = 214+145+81=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 81 (32.03% from 255 or 18.41% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D69151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69151 is #296EAE. Grayscale: #9E9E9E. Windows color (decimal): -2715311 or 5345750. OLE color: 5345750.
HSL color Cylindrical-coordinate representation of color #D69151: hue angle of 28.87º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D69151 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 81 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.16 |
| HSL | 28.87º | 0.62% | 0.58% | - |
| HSV(B) | 28.87º | 0.62% | 0.84% | - |
| XYZ | 39.34 | 35.14 | 12.49 | - |
| YUV | 158.34 | 84.36 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 81 | 0 | 0.32 | 0.62 | 0.16 | 28.87 | 0.62 | 0.58 |
| Hex | D6 | 91 | 51 | 0 | 20 | 3E | 10 | 1D | 3E | 3A |
| Octal | 326 | 221 | 121 | 0 | 40 | 76 | 20 | 35 | 76 | 72 |
| Binary | 11010110 | 10010001 | 1010001 | 0 | 100000 | 111110 | 10000 | 11101 | 111110 | 111010 |
Color Harmonies of #D69151
Complementary color
Monochromatic Colors of #D69151
Black with #D69151
Text Example
Text Example
White with #D69151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69151; }
p { color: rgb(214,145,81); }
H1.HeaderClassName
{
color: #D69151;
}
.AnyTagClassName
{
color: #D69151;
}
</style>
background-color css
<style>
a { background-color: #D69151; }
a { background-color: rgb(214,145,81); }
div.DivClassName
{
background-color: #D69151;
}
.BgClassName
{
background-color: #D69151;
}
</style>
border-color css
<style>
span { border-color: #D69151; }
span { border-color: rgb(214,145,81); }
td.TdClassName
{
border-color: #D69151;
}
.TagClassName
{
border-color: #D69151;
}
</style>