Shades of Whiskey Sour #D6995D
Tints of Whiskey Sour #D6995D
RGB
CMYK
RGB Variations
Color information
#D6995D (or 0xD6995D) is known color: Whiskey Sour. HEX triplet: D6, 99 and 5D. RGB value is (214,153,93). Sum of RGB (Red+Green+Blue) = 214+153+93=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6995D is #2966A2. Grayscale: #A4A4A4. Windows color (decimal): -2713251 or 6134230. OLE color: 6134230.
HSL color Cylindrical-coordinate representation of color #D6995D: hue angle of 29.75º 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 #D6995D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 93 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.16 |
| HSL | 29.75º | 0.6% | 0.6% | - |
| HSV(B) | 29.75º | 0.57% | 0.84% | - |
| XYZ | 41.1 | 37.87 | 15.5 | - |
| YUV | 164.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 93 | 0 | 0.29 | 0.57 | 0.16 | 29.75 | 0.6 | 0.6 |
| Hex | D6 | 99 | 5D | 0 | 1D | 39 | 10 | 1E | 3C | 3C |
| Octal | 326 | 231 | 135 | 0 | 35 | 71 | 20 | 36 | 74 | 74 |
| Binary | 11010110 | 10011001 | 1011101 | 0 | 11101 | 111001 | 10000 | 11110 | 111100 | 111100 |
Color Harmonies of #D6995D
Complementary color
Monochromatic Colors of #D6995D
Black with #D6995D
Text Example
Text Example
White with #D6995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6995D; }
p { color: rgb(214,153,93); }
H1.HeaderClassName
{
color: #D6995D;
}
.AnyTagClassName
{
color: #D6995D;
}
</style>
background-color css
<style>
a { background-color: #D6995D; }
a { background-color: rgb(214,153,93); }
div.DivClassName
{
background-color: #D6995D;
}
.BgClassName
{
background-color: #D6995D;
}
</style>
border-color css
<style>
span { border-color: #D6995D; }
span { border-color: rgb(214,153,93); }
td.TdClassName
{
border-color: #D6995D;
}
.TagClassName
{
border-color: #D6995D;
}
</style>