Shades of Whiskey Sour #D7905C
Tints of Whiskey Sour #D7905C
RGB
CMYK
RGB Variations
Color information
#D7905C (or 0xD7905C) is known color: Whiskey Sour. HEX triplet: D7, 90 and 5C. RGB value is (215,144,92). Sum of RGB (Red+Green+Blue) = 215+144+92=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7905C is #286FA3. Grayscale: #9F9F9F. Windows color (decimal): -2650020 or 6066391. OLE color: 6066391.
HSL color Cylindrical-coordinate representation of color #D7905C: hue angle of 25.37º degrees, saturation: 0.61, 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 #D7905C is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 92 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.16 |
| HSL | 25.37º | 0.61% | 0.6% | - |
| HSV(B) | 25.37º | 0.57% | 0.84% | - |
| XYZ | 39.93 | 35.17 | 14.81 | - |
| YUV | 159.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 92 | 0 | 0.33 | 0.57 | 0.16 | 25.37 | 0.61 | 0.6 |
| Hex | D7 | 90 | 5C | 0 | 21 | 39 | 10 | 19 | 3D | 3C |
| Octal | 327 | 220 | 134 | 0 | 41 | 71 | 20 | 31 | 75 | 74 |
| Binary | 11010111 | 10010000 | 1011100 | 0 | 100001 | 111001 | 10000 | 11001 | 111101 | 111100 |
Color Harmonies of #D7905C
Complementary color
Monochromatic Colors of #D7905C
Black with #D7905C
Text Example
Text Example
White with #D7905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7905C; }
p { color: rgb(215,144,92); }
H1.HeaderClassName
{
color: #D7905C;
}
.AnyTagClassName
{
color: #D7905C;
}
</style>
background-color css
<style>
a { background-color: #D7905C; }
a { background-color: rgb(215,144,92); }
div.DivClassName
{
background-color: #D7905C;
}
.BgClassName
{
background-color: #D7905C;
}
</style>
border-color css
<style>
span { border-color: #D7905C; }
span { border-color: rgb(215,144,92); }
td.TdClassName
{
border-color: #D7905C;
}
.TagClassName
{
border-color: #D7905C;
}
</style>