Shades of Whiskey Sour #D0945B
Tints of Whiskey Sour #D0945B
RGB
CMYK
RGB Variations
Color information
#D0945B (or 0xD0945B) is known color: Whiskey Sour. HEX triplet: D0, 94 and 5B. RGB value is (208,148,91). Sum of RGB (Red+Green+Blue) = 208+148+91=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0945B is #2F6BA4. Grayscale: #9F9F9F. Windows color (decimal): -3107749 or 6001872. OLE color: 6001872.
HSL color Cylindrical-coordinate representation of color #D0945B: hue angle of 29.23º 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 #D0945B is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 91 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.18 |
| HSL | 29.23º | 0.55% | 0.59% | - |
| HSV(B) | 29.23º | 0.56% | 0.82% | - |
| XYZ | 38.49 | 35.35 | 14.69 | - |
| YUV | 159.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 91 | 0 | 0.29 | 0.56 | 0.18 | 29.23 | 0.55 | 0.59 |
| Hex | D0 | 94 | 5B | 0 | 1D | 38 | 12 | 1D | 37 | 3B |
| Octal | 320 | 224 | 133 | 0 | 35 | 70 | 22 | 35 | 67 | 73 |
| Binary | 11010000 | 10010100 | 1011011 | 0 | 11101 | 111000 | 10010 | 11101 | 110111 | 111011 |
Color Harmonies of #D0945B
Complementary color
Monochromatic Colors of #D0945B
Black with #D0945B
Text Example
Text Example
White with #D0945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0945B; }
p { color: rgb(208,148,91); }
H1.HeaderClassName
{
color: #D0945B;
}
.AnyTagClassName
{
color: #D0945B;
}
</style>
background-color css
<style>
a { background-color: #D0945B; }
a { background-color: rgb(208,148,91); }
div.DivClassName
{
background-color: #D0945B;
}
.BgClassName
{
background-color: #D0945B;
}
</style>
border-color css
<style>
span { border-color: #D0945B; }
span { border-color: rgb(208,148,91); }
td.TdClassName
{
border-color: #D0945B;
}
.TagClassName
{
border-color: #D0945B;
}
</style>