Shades of Whiskey Sour #D5925C
Tints of Whiskey Sour #D5925C
RGB
CMYK
RGB Variations
Color information
#D5925C (or 0xD5925C) is known color: Whiskey Sour. HEX triplet: D5, 92 and 5C. RGB value is (213,146,92). Sum of RGB (Red+Green+Blue) = 213+146+92=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5925C is #2A6DA3. Grayscale: #A0A0A0. Windows color (decimal): -2780580 or 6066901. OLE color: 6066901.
HSL color Cylindrical-coordinate representation of color #D5925C: hue angle of 26.78º 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 #D5925C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 92 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.16 |
| HSL | 26.78º | 0.59% | 0.6% | - |
| HSV(B) | 26.78º | 0.57% | 0.84% | - |
| XYZ | 39.65 | 35.48 | 14.88 | - |
| YUV | 159.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 92 | 0 | 0.31 | 0.57 | 0.16 | 26.78 | 0.59 | 0.6 |
| Hex | D5 | 92 | 5C | 0 | 1F | 39 | 10 | 1B | 3B | 3C |
| Octal | 325 | 222 | 134 | 0 | 37 | 71 | 20 | 33 | 73 | 74 |
| Binary | 11010101 | 10010010 | 1011100 | 0 | 11111 | 111001 | 10000 | 11011 | 111011 | 111100 |
Color Harmonies of #D5925C
Complementary color
Monochromatic Colors of #D5925C
Black with #D5925C
Text Example
Text Example
White with #D5925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5925C; }
p { color: rgb(213,146,92); }
H1.HeaderClassName
{
color: #D5925C;
}
.AnyTagClassName
{
color: #D5925C;
}
</style>
background-color css
<style>
a { background-color: #D5925C; }
a { background-color: rgb(213,146,92); }
div.DivClassName
{
background-color: #D5925C;
}
.BgClassName
{
background-color: #D5925C;
}
</style>
border-color css
<style>
span { border-color: #D5925C; }
span { border-color: rgb(213,146,92); }
td.TdClassName
{
border-color: #D5925C;
}
.TagClassName
{
border-color: #D5925C;
}
</style>