Shades of Whiskey Sour #D69257
Tints of Whiskey Sour #D69257
RGB
CMYK
RGB Variations
Color information
#D69257 (or 0xD69257) is known color: Whiskey Sour. HEX triplet: D6, 92 and 57. RGB value is (214,146,87). Sum of RGB (Red+Green+Blue) = 214+146+87=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D69257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69257 is #296DA8. Grayscale: #9F9F9F. Windows color (decimal): -2715049 or 5739222. OLE color: 5739222.
HSL color Cylindrical-coordinate representation of color #D69257: hue angle of 27.87º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D69257 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 87 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.16 |
| HSL | 27.87º | 0.61% | 0.59% | - |
| HSV(B) | 27.87º | 0.59% | 0.84% | - |
| XYZ | 39.73 | 35.54 | 13.78 | - |
| YUV | 159.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 87 | 0 | 0.32 | 0.59 | 0.16 | 27.87 | 0.61 | 0.59 |
| Hex | D6 | 92 | 57 | 0 | 20 | 3B | 10 | 1C | 3D | 3B |
| Octal | 326 | 222 | 127 | 0 | 40 | 73 | 20 | 34 | 75 | 73 |
| Binary | 11010110 | 10010010 | 1010111 | 0 | 100000 | 111011 | 10000 | 11100 | 111101 | 111011 |
Color Harmonies of #D69257
Complementary color
Monochromatic Colors of #D69257
Black with #D69257
Text Example
Text Example
White with #D69257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69257; }
p { color: rgb(214,146,87); }
H1.HeaderClassName
{
color: #D69257;
}
.AnyTagClassName
{
color: #D69257;
}
</style>
background-color css
<style>
a { background-color: #D69257; }
a { background-color: rgb(214,146,87); }
div.DivClassName
{
background-color: #D69257;
}
.BgClassName
{
background-color: #D69257;
}
</style>
border-color css
<style>
span { border-color: #D69257; }
span { border-color: rgb(214,146,87); }
td.TdClassName
{
border-color: #D69257;
}
.TagClassName
{
border-color: #D69257;
}
</style>