Shades of Whiskey Sour #D68A55
Tints of Whiskey Sour #D68A55
RGB
CMYK
RGB Variations
Color information
#D68A55 (or 0xD68A55) is known color: Whiskey Sour. HEX triplet: D6, 8A and 55. RGB value is (214,138,85). Sum of RGB (Red+Green+Blue) = 214+138+85=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A55 is #2975AA. Grayscale: #9A9A9A. Windows color (decimal): -2717099 or 5606102. OLE color: 5606102.
HSL color Cylindrical-coordinate representation of color #D68A55: hue angle of 24.65º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D68A55 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 85 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.16 |
| HSL | 24.65º | 0.61% | 0.59% | - |
| HSV(B) | 24.65º | 0.6% | 0.84% | - |
| XYZ | 38.46 | 33.13 | 12.96 | - |
| YUV | 154.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 85 | 0 | 0.36 | 0.60 | 0.16 | 24.65 | 0.61 | 0.59 |
| Hex | D6 | 8A | 55 | 0 | 24 | 3C | 10 | 19 | 3D | 3B |
| Octal | 326 | 212 | 125 | 0 | 44 | 74 | 20 | 31 | 75 | 73 |
| Binary | 11010110 | 10001010 | 1010101 | 0 | 100100 | 111100 | 10000 | 11001 | 111101 | 111011 |
Color Harmonies of #D68A55
Complementary color
Monochromatic Colors of #D68A55
Black with #D68A55
Text Example
Text Example
White with #D68A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A55; }
p { color: rgb(214,138,85); }
H1.HeaderClassName
{
color: #D68A55;
}
.AnyTagClassName
{
color: #D68A55;
}
</style>
background-color css
<style>
a { background-color: #D68A55; }
a { background-color: rgb(214,138,85); }
div.DivClassName
{
background-color: #D68A55;
}
.BgClassName
{
background-color: #D68A55;
}
</style>
border-color css
<style>
span { border-color: #D68A55; }
span { border-color: rgb(214,138,85); }
td.TdClassName
{
border-color: #D68A55;
}
.TagClassName
{
border-color: #D68A55;
}
</style>