Shades of Whiskey Sour #D68B54
Tints of Whiskey Sour #D68B54
RGB
CMYK
RGB Variations
Color information
#D68B54 (or 0xD68B54) is known color: Whiskey Sour. HEX triplet: D6, 8B and 54. RGB value is (214,139,84). Sum of RGB (Red+Green+Blue) = 214+139+84=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B54 is #2974AB. Grayscale: #9B9B9B. Windows color (decimal): -2716844 or 5540822. OLE color: 5540822.
HSL color Cylindrical-coordinate representation of color #D68B54: hue angle of 25.38º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D68B54 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 84 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.16 |
| HSL | 25.38º | 0.61% | 0.58% | - |
| HSV(B) | 25.38º | 0.61% | 0.84% | - |
| XYZ | 38.56 | 33.4 | 12.8 | - |
| YUV | 155.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 84 | 0 | 0.35 | 0.61 | 0.16 | 25.38 | 0.61 | 0.58 |
| Hex | D6 | 8B | 54 | 0 | 23 | 3D | 10 | 19 | 3D | 3A |
| Octal | 326 | 213 | 124 | 0 | 43 | 75 | 20 | 31 | 75 | 72 |
| Binary | 11010110 | 10001011 | 1010100 | 0 | 100011 | 111101 | 10000 | 11001 | 111101 | 111010 |
Color Harmonies of #D68B54
Complementary color
Monochromatic Colors of #D68B54
Black with #D68B54
Text Example
Text Example
White with #D68B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B54; }
p { color: rgb(214,139,84); }
H1.HeaderClassName
{
color: #D68B54;
}
.AnyTagClassName
{
color: #D68B54;
}
</style>
background-color css
<style>
a { background-color: #D68B54; }
a { background-color: rgb(214,139,84); }
div.DivClassName
{
background-color: #D68B54;
}
.BgClassName
{
background-color: #D68B54;
}
</style>
border-color css
<style>
span { border-color: #D68B54; }
span { border-color: rgb(214,139,84); }
td.TdClassName
{
border-color: #D68B54;
}
.TagClassName
{
border-color: #D68B54;
}
</style>