Shades of Whiskey Sour #D0905E
Tints of Whiskey Sour #D0905E
RGB
CMYK
RGB Variations
Color information
#D0905E (or 0xD0905E) is known color: Whiskey Sour. HEX triplet: D0, 90 and 5E. RGB value is (208,144,94). Sum of RGB (Red+Green+Blue) = 208+144+94=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0905E is #2F6FA1. Grayscale: #9D9D9D. Windows color (decimal): -3108770 or 6197456. OLE color: 6197456.
HSL color Cylindrical-coordinate representation of color #D0905E: hue angle of 26.32º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0905E is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 94 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.18 |
| HSL | 26.32º | 0.55% | 0.59% | - |
| HSV(B) | 26.32º | 0.55% | 0.82% | - |
| XYZ | 38.01 | 34.16 | 15.18 | - |
| YUV | 157.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 94 | 0 | 0.31 | 0.55 | 0.18 | 26.32 | 0.55 | 0.59 |
| Hex | D0 | 90 | 5E | 0 | 1F | 37 | 12 | 1A | 37 | 3B |
| Octal | 320 | 220 | 136 | 0 | 37 | 67 | 22 | 32 | 67 | 73 |
| Binary | 11010000 | 10010000 | 1011110 | 0 | 11111 | 110111 | 10010 | 11010 | 110111 | 111011 |
Color Harmonies of #D0905E
Complementary color
Monochromatic Colors of #D0905E
Black with #D0905E
Text Example
Text Example
White with #D0905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0905E; }
p { color: rgb(208,144,94); }
H1.HeaderClassName
{
color: #D0905E;
}
.AnyTagClassName
{
color: #D0905E;
}
</style>
background-color css
<style>
a { background-color: #D0905E; }
a { background-color: rgb(208,144,94); }
div.DivClassName
{
background-color: #D0905E;
}
.BgClassName
{
background-color: #D0905E;
}
</style>
border-color css
<style>
span { border-color: #D0905E; }
span { border-color: rgb(208,144,94); }
td.TdClassName
{
border-color: #D0905E;
}
.TagClassName
{
border-color: #D0905E;
}
</style>