Shades of Whiskey Sour #D68951
Tints of Whiskey Sour #D68951
RGB
CMYK
RGB Variations
Color information
#D68951 (or 0xD68951) is known color: Whiskey Sour. HEX triplet: D6, 89 and 51. RGB value is (214,137,81). Sum of RGB (Red+Green+Blue) = 214+137+81=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D68951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68951 is #2976AE. Grayscale: #999999. Windows color (decimal): -2717359 or 5343702. OLE color: 5343702.
HSL color Cylindrical-coordinate representation of color #D68951: hue angle of 25.26º 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 #D68951 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 81 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.16 |
| HSL | 25.26º | 0.62% | 0.58% | - |
| HSV(B) | 25.26º | 0.62% | 0.84% | - |
| XYZ | 38.16 | 32.78 | 12.1 | - |
| YUV | 153.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 81 | 0 | 0.36 | 0.62 | 0.16 | 25.26 | 0.62 | 0.58 |
| Hex | D6 | 89 | 51 | 0 | 24 | 3E | 10 | 19 | 3E | 3A |
| Octal | 326 | 211 | 121 | 0 | 44 | 76 | 20 | 31 | 76 | 72 |
| Binary | 11010110 | 10001001 | 1010001 | 0 | 100100 | 111110 | 10000 | 11001 | 111110 | 111010 |
Color Harmonies of #D68951
Complementary color
Monochromatic Colors of #D68951
Black with #D68951
Text Example
Text Example
White with #D68951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68951; }
p { color: rgb(214,137,81); }
H1.HeaderClassName
{
color: #D68951;
}
.AnyTagClassName
{
color: #D68951;
}
</style>
background-color css
<style>
a { background-color: #D68951; }
a { background-color: rgb(214,137,81); }
div.DivClassName
{
background-color: #D68951;
}
.BgClassName
{
background-color: #D68951;
}
</style>
border-color css
<style>
span { border-color: #D68951; }
span { border-color: rgb(214,137,81); }
td.TdClassName
{
border-color: #D68951;
}
.TagClassName
{
border-color: #D68951;
}
</style>