Shades of Whiskey Sour #D68A51
Tints of Whiskey Sour #D68A51
RGB
CMYK
RGB Variations
Color information
#D68A51 (or 0xD68A51) is known color: Whiskey Sour. HEX triplet: D6, 8A and 51. RGB value is (214,138,81). Sum of RGB (Red+Green+Blue) = 214+138+81=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A51 is #2975AE. Grayscale: #9A9A9A. Windows color (decimal): -2717103 or 5343958. OLE color: 5343958.
HSL color Cylindrical-coordinate representation of color #D68A51: hue angle of 25.71º 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 #D68A51 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 81 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.16 |
| HSL | 25.71º | 0.62% | 0.58% | - |
| HSV(B) | 25.71º | 0.62% | 0.84% | - |
| XYZ | 38.31 | 33.07 | 12.15 | - |
| YUV | 154.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 81 | 0 | 0.36 | 0.62 | 0.16 | 25.71 | 0.62 | 0.58 |
| Hex | D6 | 8A | 51 | 0 | 24 | 3E | 10 | 1A | 3E | 3A |
| Octal | 326 | 212 | 121 | 0 | 44 | 76 | 20 | 32 | 76 | 72 |
| Binary | 11010110 | 10001010 | 1010001 | 0 | 100100 | 111110 | 10000 | 11010 | 111110 | 111010 |
Color Harmonies of #D68A51
Complementary color
Monochromatic Colors of #D68A51
Black with #D68A51
Text Example
Text Example
White with #D68A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A51; }
p { color: rgb(214,138,81); }
H1.HeaderClassName
{
color: #D68A51;
}
.AnyTagClassName
{
color: #D68A51;
}
</style>
background-color css
<style>
a { background-color: #D68A51; }
a { background-color: rgb(214,138,81); }
div.DivClassName
{
background-color: #D68A51;
}
.BgClassName
{
background-color: #D68A51;
}
</style>
border-color css
<style>
span { border-color: #D68A51; }
span { border-color: rgb(214,138,81); }
td.TdClassName
{
border-color: #D68A51;
}
.TagClassName
{
border-color: #D68A51;
}
</style>