Shades of Whiskey Sour #D5985C
Tints of Whiskey Sour #D5985C
RGB
CMYK
RGB Variations
Color information
#D5985C (or 0xD5985C) is known color: Whiskey Sour. HEX triplet: D5, 98 and 5C. RGB value is (213,152,92). Sum of RGB (Red+Green+Blue) = 213+152+92=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5985C is #2A67A3. Grayscale: #A3A3A3. Windows color (decimal): -2779044 or 6068437. OLE color: 6068437.
HSL color Cylindrical-coordinate representation of color #D5985C: hue angle of 29.75º degrees, saturation: 0.59, 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 #D5985C is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 92 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.16 |
| HSL | 29.75º | 0.59% | 0.6% | - |
| HSV(B) | 29.75º | 0.57% | 0.84% | - |
| XYZ | 40.6 | 37.38 | 15.2 | - |
| YUV | 163.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 92 | 0 | 0.29 | 0.57 | 0.16 | 29.75 | 0.59 | 0.6 |
| Hex | D5 | 98 | 5C | 0 | 1D | 39 | 10 | 1E | 3B | 3C |
| Octal | 325 | 230 | 134 | 0 | 35 | 71 | 20 | 36 | 73 | 74 |
| Binary | 11010101 | 10011000 | 1011100 | 0 | 11101 | 111001 | 10000 | 11110 | 111011 | 111100 |
Color Harmonies of #D5985C
Complementary color
Monochromatic Colors of #D5985C
Black with #D5985C
Text Example
Text Example
White with #D5985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5985C; }
p { color: rgb(213,152,92); }
H1.HeaderClassName
{
color: #D5985C;
}
.AnyTagClassName
{
color: #D5985C;
}
</style>
background-color css
<style>
a { background-color: #D5985C; }
a { background-color: rgb(213,152,92); }
div.DivClassName
{
background-color: #D5985C;
}
.BgClassName
{
background-color: #D5985C;
}
</style>
border-color css
<style>
span { border-color: #D5985C; }
span { border-color: rgb(213,152,92); }
td.TdClassName
{
border-color: #D5985C;
}
.TagClassName
{
border-color: #D5985C;
}
</style>