Shades of Whiskey Sour #D7905D
Tints of Whiskey Sour #D7905D
RGB
CMYK
RGB Variations
Color information
#D7905D (or 0xD7905D) is known color: Whiskey Sour. HEX triplet: D7, 90 and 5D. RGB value is (215,144,93). Sum of RGB (Red+Green+Blue) = 215+144+93=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7905D is #286FA2. Grayscale: #9F9F9F. Windows color (decimal): -2650019 or 6131927. OLE color: 6131927.
HSL color Cylindrical-coordinate representation of color #D7905D: hue angle of 25.08º 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 #D7905D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 93 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.16 |
| HSL | 25.08º | 0.6% | 0.6% | - |
| HSV(B) | 25.08º | 0.57% | 0.84% | - |
| XYZ | 39.97 | 35.18 | 15.04 | - |
| YUV | 159.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 93 | 0 | 0.33 | 0.57 | 0.16 | 25.08 | 0.6 | 0.6 |
| Hex | D7 | 90 | 5D | 0 | 21 | 39 | 10 | 19 | 3C | 3C |
| Octal | 327 | 220 | 135 | 0 | 41 | 71 | 20 | 31 | 74 | 74 |
| Binary | 11010111 | 10010000 | 1011101 | 0 | 100001 | 111001 | 10000 | 11001 | 111100 | 111100 |
Color Harmonies of #D7905D
Complementary color
Monochromatic Colors of #D7905D
Black with #D7905D
Text Example
Text Example
White with #D7905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7905D; }
p { color: rgb(215,144,93); }
H1.HeaderClassName
{
color: #D7905D;
}
.AnyTagClassName
{
color: #D7905D;
}
</style>
background-color css
<style>
a { background-color: #D7905D; }
a { background-color: rgb(215,144,93); }
div.DivClassName
{
background-color: #D7905D;
}
.BgClassName
{
background-color: #D7905D;
}
</style>
border-color css
<style>
span { border-color: #D7905D; }
span { border-color: rgb(215,144,93); }
td.TdClassName
{
border-color: #D7905D;
}
.TagClassName
{
border-color: #D7905D;
}
</style>