Shades of Whiskey Sour #D68B5A
Tints of Whiskey Sour #D68B5A
RGB
CMYK
RGB Variations
Color information
#D68B5A (or 0xD68B5A) is known color: Whiskey Sour. HEX triplet: D6, 8B and 5A. RGB value is (214,139,90). Sum of RGB (Red+Green+Blue) = 214+139+90=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B5A is #2974A5. Grayscale: #9C9C9C. Windows color (decimal): -2716838 or 5934038. OLE color: 5934038.
HSL color Cylindrical-coordinate representation of color #D68B5A: hue angle of 23.71º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D68B5A is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 90 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.16 |
| HSL | 23.71º | 0.6% | 0.6% | - |
| HSV(B) | 23.71º | 0.58% | 0.84% | - |
| XYZ | 38.81 | 33.5 | 14.09 | - |
| YUV | 155.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 90 | 0 | 0.35 | 0.58 | 0.16 | 23.71 | 0.6 | 0.6 |
| Hex | D6 | 8B | 5A | 0 | 23 | 3A | 10 | 18 | 3C | 3C |
| Octal | 326 | 213 | 132 | 0 | 43 | 72 | 20 | 30 | 74 | 74 |
| Binary | 11010110 | 10001011 | 1011010 | 0 | 100011 | 111010 | 10000 | 11000 | 111100 | 111100 |
Color Harmonies of #D68B5A
Complementary color
Monochromatic Colors of #D68B5A
Black with #D68B5A
Text Example
Text Example
White with #D68B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B5A; }
p { color: rgb(214,139,90); }
H1.HeaderClassName
{
color: #D68B5A;
}
.AnyTagClassName
{
color: #D68B5A;
}
</style>
background-color css
<style>
a { background-color: #D68B5A; }
a { background-color: rgb(214,139,90); }
div.DivClassName
{
background-color: #D68B5A;
}
.BgClassName
{
background-color: #D68B5A;
}
</style>
border-color css
<style>
span { border-color: #D68B5A; }
span { border-color: rgb(214,139,90); }
td.TdClassName
{
border-color: #D68B5A;
}
.TagClassName
{
border-color: #D68B5A;
}
</style>