Shades of Whiskey Sour #D68E5B
Tints of Whiskey Sour #D68E5B
RGB
CMYK
RGB Variations
Color information
#D68E5B (or 0xD68E5B) is known color: Whiskey Sour. HEX triplet: D6, 8E and 5B. RGB value is (214,142,91). Sum of RGB (Red+Green+Blue) = 214+142+91=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E5B is #2971A4. Grayscale: #9D9D9D. Windows color (decimal): -2716069 or 6000342. OLE color: 6000342.
HSL color Cylindrical-coordinate representation of color #D68E5B: hue angle of 24.88º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D68E5B is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 91 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.16 |
| HSL | 24.88º | 0.6% | 0.6% | - |
| HSV(B) | 24.88º | 0.57% | 0.84% | - |
| XYZ | 39.29 | 34.4 | 14.47 | - |
| YUV | 157.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 91 | 0 | 0.34 | 0.57 | 0.16 | 24.88 | 0.6 | 0.6 |
| Hex | D6 | 8E | 5B | 0 | 22 | 39 | 10 | 19 | 3C | 3C |
| Octal | 326 | 216 | 133 | 0 | 42 | 71 | 20 | 31 | 74 | 74 |
| Binary | 11010110 | 10001110 | 1011011 | 0 | 100010 | 111001 | 10000 | 11001 | 111100 | 111100 |
Color Harmonies of #D68E5B
Complementary color
Monochromatic Colors of #D68E5B
Black with #D68E5B
Text Example
Text Example
White with #D68E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E5B; }
p { color: rgb(214,142,91); }
H1.HeaderClassName
{
color: #D68E5B;
}
.AnyTagClassName
{
color: #D68E5B;
}
</style>
background-color css
<style>
a { background-color: #D68E5B; }
a { background-color: rgb(214,142,91); }
div.DivClassName
{
background-color: #D68E5B;
}
.BgClassName
{
background-color: #D68E5B;
}
</style>
border-color css
<style>
span { border-color: #D68E5B; }
span { border-color: rgb(214,142,91); }
td.TdClassName
{
border-color: #D68E5B;
}
.TagClassName
{
border-color: #D68E5B;
}
</style>