Shades of Whiskey Sour #D68B51
Tints of Whiskey Sour #D68B51
RGB
CMYK
RGB Variations
Color information
#D68B51 (or 0xD68B51) is known color: Whiskey Sour. HEX triplet: D6, 8B and 51. RGB value is (214,139,81). Sum of RGB (Red+Green+Blue) = 214+139+81=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B51 is #2974AE. Grayscale: #9B9B9B. Windows color (decimal): -2716847 or 5344214. OLE color: 5344214.
HSL color Cylindrical-coordinate representation of color #D68B51: hue angle of 26.17º 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 #D68B51 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 81 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.16 |
| HSL | 26.17º | 0.62% | 0.58% | - |
| HSV(B) | 26.17º | 0.62% | 0.84% | - |
| XYZ | 38.45 | 33.36 | 12.2 | - |
| YUV | 154.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 81 | 0 | 0.35 | 0.62 | 0.16 | 26.17 | 0.62 | 0.58 |
| Hex | D6 | 8B | 51 | 0 | 23 | 3E | 10 | 1A | 3E | 3A |
| Octal | 326 | 213 | 121 | 0 | 43 | 76 | 20 | 32 | 76 | 72 |
| Binary | 11010110 | 10001011 | 1010001 | 0 | 100011 | 111110 | 10000 | 11010 | 111110 | 111010 |
Color Harmonies of #D68B51
Complementary color
Monochromatic Colors of #D68B51
Black with #D68B51
Text Example
Text Example
White with #D68B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B51; }
p { color: rgb(214,139,81); }
H1.HeaderClassName
{
color: #D68B51;
}
.AnyTagClassName
{
color: #D68B51;
}
</style>
background-color css
<style>
a { background-color: #D68B51; }
a { background-color: rgb(214,139,81); }
div.DivClassName
{
background-color: #D68B51;
}
.BgClassName
{
background-color: #D68B51;
}
</style>
border-color css
<style>
span { border-color: #D68B51; }
span { border-color: rgb(214,139,81); }
td.TdClassName
{
border-color: #D68B51;
}
.TagClassName
{
border-color: #D68B51;
}
</style>