Shades of Whiskey Sour #D7905B
Tints of Whiskey Sour #D7905B
RGB
CMYK
RGB Variations
Color information
#D7905B (or 0xD7905B) is known color: Whiskey Sour. HEX triplet: D7, 90 and 5B. RGB value is (215,144,91). Sum of RGB (Red+Green+Blue) = 215+144+91=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D7905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7905B is #286FA4. Grayscale: #9F9F9F. Windows color (decimal): -2650021 or 6000855. OLE color: 6000855.
HSL color Cylindrical-coordinate representation of color #D7905B: hue angle of 25.65º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7905B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 91 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.16 |
| HSL | 25.65º | 0.61% | 0.6% | - |
| HSV(B) | 25.65º | 0.58% | 0.84% | - |
| XYZ | 39.89 | 35.15 | 14.58 | - |
| YUV | 159.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 91 | 0 | 0.33 | 0.58 | 0.16 | 25.65 | 0.61 | 0.6 |
| Hex | D7 | 90 | 5B | 0 | 21 | 3A | 10 | 1A | 3D | 3C |
| Octal | 327 | 220 | 133 | 0 | 41 | 72 | 20 | 32 | 75 | 74 |
| Binary | 11010111 | 10010000 | 1011011 | 0 | 100001 | 111010 | 10000 | 11010 | 111101 | 111100 |
Color Harmonies of #D7905B
Complementary color
Monochromatic Colors of #D7905B
Black with #D7905B
Text Example
Text Example
White with #D7905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7905B; }
p { color: rgb(215,144,91); }
H1.HeaderClassName
{
color: #D7905B;
}
.AnyTagClassName
{
color: #D7905B;
}
</style>
background-color css
<style>
a { background-color: #D7905B; }
a { background-color: rgb(215,144,91); }
div.DivClassName
{
background-color: #D7905B;
}
.BgClassName
{
background-color: #D7905B;
}
</style>
border-color css
<style>
span { border-color: #D7905B; }
span { border-color: rgb(215,144,91); }
td.TdClassName
{
border-color: #D7905B;
}
.TagClassName
{
border-color: #D7905B;
}
</style>