Shades of Whiskey Sour #D68F51
Tints of Whiskey Sour #D68F51
RGB
CMYK
RGB Variations
Color information
#D68F51 (or 0xD68F51) is known color: Whiskey Sour. HEX triplet: D6, 8F and 51. RGB value is (214,143,81). Sum of RGB (Red+Green+Blue) = 214+143+81=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F51 is #2970AE. Grayscale: #9D9D9D. Windows color (decimal): -2715823 or 5345238. OLE color: 5345238.
HSL color Cylindrical-coordinate representation of color #D68F51: hue angle of 27.97º 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 #D68F51 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 81 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.16 |
| HSL | 27.97º | 0.62% | 0.58% | - |
| HSV(B) | 27.97º | 0.62% | 0.84% | - |
| XYZ | 39.04 | 34.54 | 12.39 | - |
| YUV | 157.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 81 | 0 | 0.33 | 0.62 | 0.16 | 27.97 | 0.62 | 0.58 |
| Hex | D6 | 8F | 51 | 0 | 21 | 3E | 10 | 1C | 3E | 3A |
| Octal | 326 | 217 | 121 | 0 | 41 | 76 | 20 | 34 | 76 | 72 |
| Binary | 11010110 | 10001111 | 1010001 | 0 | 100001 | 111110 | 10000 | 11100 | 111110 | 111010 |
Color Harmonies of #D68F51
Complementary color
Monochromatic Colors of #D68F51
Black with #D68F51
Text Example
Text Example
White with #D68F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F51; }
p { color: rgb(214,143,81); }
H1.HeaderClassName
{
color: #D68F51;
}
.AnyTagClassName
{
color: #D68F51;
}
</style>
background-color css
<style>
a { background-color: #D68F51; }
a { background-color: rgb(214,143,81); }
div.DivClassName
{
background-color: #D68F51;
}
.BgClassName
{
background-color: #D68F51;
}
</style>
border-color css
<style>
span { border-color: #D68F51; }
span { border-color: rgb(214,143,81); }
td.TdClassName
{
border-color: #D68F51;
}
.TagClassName
{
border-color: #D68F51;
}
</style>