Shades of Whiskey Sour #D69562
Tints of Whiskey Sour #D69562
RGB
CMYK
RGB Variations
Color information
#D69562 (or 0xD69562) is known color: Whiskey Sour. HEX triplet: D6, 95 and 62. RGB value is (214,149,98). Sum of RGB (Red+Green+Blue) = 214+149+98=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D69562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69562 is #296A9D. Grayscale: #A2A2A2. Windows color (decimal): -2714270 or 6460886. OLE color: 6460886.
HSL color Cylindrical-coordinate representation of color #D69562: hue angle of 26.38º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D69562 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 98 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.16 |
| HSL | 26.38º | 0.59% | 0.61% | - |
| HSV(B) | 26.38º | 0.54% | 0.84% | - |
| XYZ | 40.68 | 36.67 | 16.49 | - |
| YUV | 162.62 | 91.53 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 98 | 0 | 0.30 | 0.54 | 0.16 | 26.38 | 0.59 | 0.61 |
| Hex | D6 | 95 | 62 | 0 | 1E | 36 | 10 | 1A | 3B | 3D |
| Octal | 326 | 225 | 142 | 0 | 36 | 66 | 20 | 32 | 73 | 75 |
| Binary | 11010110 | 10010101 | 1100010 | 0 | 11110 | 110110 | 10000 | 11010 | 111011 | 111101 |
Color Harmonies of #D69562
Complementary color
Monochromatic Colors of #D69562
Black with #D69562
Text Example
Text Example
White with #D69562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69562; }
p { color: rgb(214,149,98); }
H1.HeaderClassName
{
color: #D69562;
}
.AnyTagClassName
{
color: #D69562;
}
</style>
background-color css
<style>
a { background-color: #D69562; }
a { background-color: rgb(214,149,98); }
div.DivClassName
{
background-color: #D69562;
}
.BgClassName
{
background-color: #D69562;
}
</style>
border-color css
<style>
span { border-color: #D69562; }
span { border-color: rgb(214,149,98); }
td.TdClassName
{
border-color: #D69562;
}
.TagClassName
{
border-color: #D69562;
}
</style>