Shades of Whiskey Sour #D0975E
Tints of Whiskey Sour #D0975E
RGB
CMYK
RGB Variations
Color information
#D0975E (or 0xD0975E) is known color: Whiskey Sour. HEX triplet: D0, 97 and 5E. RGB value is (208,151,94). Sum of RGB (Red+Green+Blue) = 208+151+94=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0975E is #2F68A1. Grayscale: #A1A1A1. Windows color (decimal): -3106978 or 6199248. OLE color: 6199248.
HSL color Cylindrical-coordinate representation of color #D0975E: hue angle of 30º 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 #D0975E is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 94 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.18 |
| HSL | 30º | 0.55% | 0.59% | - |
| HSV(B) | 30º | 0.55% | 0.82% | - |
| XYZ | 39.1 | 36.35 | 15.55 | - |
| YUV | 161.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 94 | 0 | 0.27 | 0.55 | 0.18 | 30 | 0.55 | 0.59 |
| Hex | D0 | 97 | 5E | 0 | 1B | 37 | 12 | 1E | 37 | 3B |
| Octal | 320 | 227 | 136 | 0 | 33 | 67 | 22 | 36 | 67 | 73 |
| Binary | 11010000 | 10010111 | 1011110 | 0 | 11011 | 110111 | 10010 | 11110 | 110111 | 111011 |
Color Harmonies of #D0975E
Complementary color
Monochromatic Colors of #D0975E
Black with #D0975E
Text Example
Text Example
White with #D0975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0975E; }
p { color: rgb(208,151,94); }
H1.HeaderClassName
{
color: #D0975E;
}
.AnyTagClassName
{
color: #D0975E;
}
</style>
background-color css
<style>
a { background-color: #D0975E; }
a { background-color: rgb(208,151,94); }
div.DivClassName
{
background-color: #D0975E;
}
.BgClassName
{
background-color: #D0975E;
}
</style>
border-color css
<style>
span { border-color: #D0975E; }
span { border-color: rgb(208,151,94); }
td.TdClassName
{
border-color: #D0975E;
}
.TagClassName
{
border-color: #D0975E;
}
</style>