Shades of Whiskey Sour #D5945C
Tints of Whiskey Sour #D5945C
RGB
CMYK
RGB Variations
Color information
#D5945C (or 0xD5945C) is known color: Whiskey Sour. HEX triplet: D5, 94 and 5C. RGB value is (213,148,92). Sum of RGB (Red+Green+Blue) = 213+148+92=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5945C is #2A6BA3. Grayscale: #A1A1A1. Windows color (decimal): -2780068 or 6067413. OLE color: 6067413.
HSL color Cylindrical-coordinate representation of color #D5945C: hue angle of 27.77º 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 #D5945C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 92 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.16 |
| HSL | 27.77º | 0.59% | 0.6% | - |
| HSV(B) | 27.77º | 0.57% | 0.84% | - |
| XYZ | 39.96 | 36.1 | 14.99 | - |
| YUV | 161.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 92 | 0 | 0.31 | 0.57 | 0.16 | 27.77 | 0.59 | 0.6 |
| Hex | D5 | 94 | 5C | 0 | 1F | 39 | 10 | 1C | 3B | 3C |
| Octal | 325 | 224 | 134 | 0 | 37 | 71 | 20 | 34 | 73 | 74 |
| Binary | 11010101 | 10010100 | 1011100 | 0 | 11111 | 111001 | 10000 | 11100 | 111011 | 111100 |
Color Harmonies of #D5945C
Complementary color
Monochromatic Colors of #D5945C
Black with #D5945C
Text Example
Text Example
White with #D5945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5945C; }
p { color: rgb(213,148,92); }
H1.HeaderClassName
{
color: #D5945C;
}
.AnyTagClassName
{
color: #D5945C;
}
</style>
background-color css
<style>
a { background-color: #D5945C; }
a { background-color: rgb(213,148,92); }
div.DivClassName
{
background-color: #D5945C;
}
.BgClassName
{
background-color: #D5945C;
}
</style>
border-color css
<style>
span { border-color: #D5945C; }
span { border-color: rgb(213,148,92); }
td.TdClassName
{
border-color: #D5945C;
}
.TagClassName
{
border-color: #D5945C;
}
</style>