Shades of Whiskey Sour #D68A57
Tints of Whiskey Sour #D68A57
RGB
CMYK
RGB Variations
Color information
#D68A57 (or 0xD68A57) is known color: Whiskey Sour. HEX triplet: D6, 8A and 57. RGB value is (214,138,87). Sum of RGB (Red+Green+Blue) = 214+138+87=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A57 is #2975A8. Grayscale: #9B9B9B. Windows color (decimal): -2717097 or 5737174. OLE color: 5737174.
HSL color Cylindrical-coordinate representation of color #D68A57: hue angle of 24.09º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D68A57 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 87 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.16 |
| HSL | 24.09º | 0.61% | 0.59% | - |
| HSV(B) | 24.09º | 0.59% | 0.84% | - |
| XYZ | 38.54 | 33.16 | 13.39 | - |
| YUV | 154.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 87 | 0 | 0.36 | 0.59 | 0.16 | 24.09 | 0.61 | 0.59 |
| Hex | D6 | 8A | 57 | 0 | 24 | 3B | 10 | 18 | 3D | 3B |
| Octal | 326 | 212 | 127 | 0 | 44 | 73 | 20 | 30 | 75 | 73 |
| Binary | 11010110 | 10001010 | 1010111 | 0 | 100100 | 111011 | 10000 | 11000 | 111101 | 111011 |
Color Harmonies of #D68A57
Complementary color
Monochromatic Colors of #D68A57
Black with #D68A57
Text Example
Text Example
White with #D68A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A57; }
p { color: rgb(214,138,87); }
H1.HeaderClassName
{
color: #D68A57;
}
.AnyTagClassName
{
color: #D68A57;
}
</style>
background-color css
<style>
a { background-color: #D68A57; }
a { background-color: rgb(214,138,87); }
div.DivClassName
{
background-color: #D68A57;
}
.BgClassName
{
background-color: #D68A57;
}
</style>
border-color css
<style>
span { border-color: #D68A57; }
span { border-color: rgb(214,138,87); }
td.TdClassName
{
border-color: #D68A57;
}
.TagClassName
{
border-color: #D68A57;
}
</style>