Shades of Whiskey Sour #D0975B
Tints of Whiskey Sour #D0975B
RGB
CMYK
RGB Variations
Color information
#D0975B (or 0xD0975B) is known color: Whiskey Sour. HEX triplet: D0, 97 and 5B. RGB value is (208,151,91). Sum of RGB (Red+Green+Blue) = 208+151+91=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0975B is #2F68A4. Grayscale: #A1A1A1. Windows color (decimal): -3106981 or 6002640. OLE color: 6002640.
HSL color Cylindrical-coordinate representation of color #D0975B: hue angle of 30.77º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0975B is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 91 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.18 |
| HSL | 30.77º | 0.55% | 0.59% | - |
| HSV(B) | 30.77º | 0.56% | 0.82% | - |
| XYZ | 38.97 | 36.3 | 14.85 | - |
| YUV | 161.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 91 | 0 | 0.27 | 0.56 | 0.18 | 30.77 | 0.55 | 0.59 |
| Hex | D0 | 97 | 5B | 0 | 1B | 38 | 12 | 1F | 37 | 3B |
| Octal | 320 | 227 | 133 | 0 | 33 | 70 | 22 | 37 | 67 | 73 |
| Binary | 11010000 | 10010111 | 1011011 | 0 | 11011 | 111000 | 10010 | 11111 | 110111 | 111011 |
Color Harmonies of #D0975B
Complementary color
Monochromatic Colors of #D0975B
Black with #D0975B
Text Example
Text Example
White with #D0975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0975B; }
p { color: rgb(208,151,91); }
H1.HeaderClassName
{
color: #D0975B;
}
.AnyTagClassName
{
color: #D0975B;
}
</style>
background-color css
<style>
a { background-color: #D0975B; }
a { background-color: rgb(208,151,91); }
div.DivClassName
{
background-color: #D0975B;
}
.BgClassName
{
background-color: #D0975B;
}
</style>
border-color css
<style>
span { border-color: #D0975B; }
span { border-color: rgb(208,151,91); }
td.TdClassName
{
border-color: #D0975B;
}
.TagClassName
{
border-color: #D0975B;
}
</style>