Shades of Whiskey Sour #D6995C
Tints of Whiskey Sour #D6995C
RGB
CMYK
RGB Variations
Color information
#D6995C (or 0xD6995C) is known color: Whiskey Sour. HEX triplet: D6, 99 and 5C. RGB value is (214,153,92). Sum of RGB (Red+Green+Blue) = 214+153+92=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6995C is #2966A3. Grayscale: #A4A4A4. Windows color (decimal): -2713252 or 6068694. OLE color: 6068694.
HSL color Cylindrical-coordinate representation of color #D6995C: hue angle of 30º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6995C is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 92 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.16 |
| HSL | 30º | 0.6% | 0.6% | - |
| HSV(B) | 30º | 0.57% | 0.84% | - |
| XYZ | 41.05 | 37.85 | 15.27 | - |
| YUV | 164.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 92 | 0 | 0.29 | 0.57 | 0.16 | 30 | 0.6 | 0.6 |
| Hex | D6 | 99 | 5C | 0 | 1D | 39 | 10 | 1E | 3C | 3C |
| Octal | 326 | 231 | 134 | 0 | 35 | 71 | 20 | 36 | 74 | 74 |
| Binary | 11010110 | 10011001 | 1011100 | 0 | 11101 | 111001 | 10000 | 11110 | 111100 | 111100 |
Color Harmonies of #D6995C
Complementary color
Monochromatic Colors of #D6995C
Black with #D6995C
Text Example
Text Example
White with #D6995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6995C; }
p { color: rgb(214,153,92); }
H1.HeaderClassName
{
color: #D6995C;
}
.AnyTagClassName
{
color: #D6995C;
}
</style>
background-color css
<style>
a { background-color: #D6995C; }
a { background-color: rgb(214,153,92); }
div.DivClassName
{
background-color: #D6995C;
}
.BgClassName
{
background-color: #D6995C;
}
</style>
border-color css
<style>
span { border-color: #D6995C; }
span { border-color: rgb(214,153,92); }
td.TdClassName
{
border-color: #D6995C;
}
.TagClassName
{
border-color: #D6995C;
}
</style>