Shades of Whiskey Sour #D68A53
Tints of Whiskey Sour #D68A53
RGB
CMYK
RGB Variations
Color information
#D68A53 (or 0xD68A53) is known color: Whiskey Sour. HEX triplet: D6, 8A and 53. RGB value is (214,138,83). Sum of RGB (Red+Green+Blue) = 214+138+83=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A53 is #2975AC. Grayscale: #9A9A9A. Windows color (decimal): -2717101 or 5475030. OLE color: 5475030.
HSL color Cylindrical-coordinate representation of color #D68A53: hue angle of 25.19º degrees, saturation: 0.62, 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 #D68A53 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 83 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.16 |
| HSL | 25.19º | 0.62% | 0.58% | - |
| HSV(B) | 25.19º | 0.61% | 0.84% | - |
| XYZ | 38.38 | 33.1 | 12.55 | - |
| YUV | 154.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 83 | 0 | 0.36 | 0.61 | 0.16 | 25.19 | 0.62 | 0.58 |
| Hex | D6 | 8A | 53 | 0 | 24 | 3D | 10 | 19 | 3E | 3A |
| Octal | 326 | 212 | 123 | 0 | 44 | 75 | 20 | 31 | 76 | 72 |
| Binary | 11010110 | 10001010 | 1010011 | 0 | 100100 | 111101 | 10000 | 11001 | 111110 | 111010 |
Color Harmonies of #D68A53
Complementary color
Monochromatic Colors of #D68A53
Black with #D68A53
Text Example
Text Example
White with #D68A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A53; }
p { color: rgb(214,138,83); }
H1.HeaderClassName
{
color: #D68A53;
}
.AnyTagClassName
{
color: #D68A53;
}
</style>
background-color css
<style>
a { background-color: #D68A53; }
a { background-color: rgb(214,138,83); }
div.DivClassName
{
background-color: #D68A53;
}
.BgClassName
{
background-color: #D68A53;
}
</style>
border-color css
<style>
span { border-color: #D68A53; }
span { border-color: rgb(214,138,83); }
td.TdClassName
{
border-color: #D68A53;
}
.TagClassName
{
border-color: #D68A53;
}
</style>