Shades of Whiskey Sour #D68C51
Tints of Whiskey Sour #D68C51
RGB
CMYK
RGB Variations
Color information
#D68C51 (or 0xD68C51) is known color: Whiskey Sour. HEX triplet: D6, 8C and 51. RGB value is (214,140,81). Sum of RGB (Red+Green+Blue) = 214+140+81=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C51 is #2973AE. Grayscale: #9B9B9B. Windows color (decimal): -2716591 or 5344470. OLE color: 5344470.
HSL color Cylindrical-coordinate representation of color #D68C51: hue angle of 26.62º 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 #D68C51 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 81 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.16 |
| HSL | 26.62º | 0.62% | 0.58% | - |
| HSV(B) | 26.62º | 0.62% | 0.84% | - |
| XYZ | 38.59 | 33.65 | 12.24 | - |
| YUV | 155.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 81 | 0 | 0.35 | 0.62 | 0.16 | 26.62 | 0.62 | 0.58 |
| Hex | D6 | 8C | 51 | 0 | 23 | 3E | 10 | 1B | 3E | 3A |
| Octal | 326 | 214 | 121 | 0 | 43 | 76 | 20 | 33 | 76 | 72 |
| Binary | 11010110 | 10001100 | 1010001 | 0 | 100011 | 111110 | 10000 | 11011 | 111110 | 111010 |
Color Harmonies of #D68C51
Complementary color
Monochromatic Colors of #D68C51
Black with #D68C51
Text Example
Text Example
White with #D68C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C51; }
p { color: rgb(214,140,81); }
H1.HeaderClassName
{
color: #D68C51;
}
.AnyTagClassName
{
color: #D68C51;
}
</style>
background-color css
<style>
a { background-color: #D68C51; }
a { background-color: rgb(214,140,81); }
div.DivClassName
{
background-color: #D68C51;
}
.BgClassName
{
background-color: #D68C51;
}
</style>
border-color css
<style>
span { border-color: #D68C51; }
span { border-color: rgb(214,140,81); }
td.TdClassName
{
border-color: #D68C51;
}
.TagClassName
{
border-color: #D68C51;
}
</style>