Shades of Whiskey Sour #D0914E
Tints of Whiskey Sour #D0914E
RGB
CMYK
RGB Variations
Color information
#D0914E (or 0xD0914E) is known color: Whiskey Sour. HEX triplet: D0, 91 and 4E. RGB value is (208,145,78). Sum of RGB (Red+Green+Blue) = 208+145+78=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0914E is #2F6EB1. Grayscale: #9C9C9C. Windows color (decimal): -3108530 or 5149136. OLE color: 5149136.
HSL color Cylindrical-coordinate representation of color #D0914E: hue angle of 30.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0914E is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 78 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.18 |
| HSL | 30.92º | 0.58% | 0.56% | - |
| HSV(B) | 30.92º | 0.63% | 0.82% | - |
| XYZ | 37.51 | 34.21 | 11.83 | - |
| YUV | 156.2 | 83.87 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 78 | 0 | 0.30 | 0.62 | 0.18 | 30.92 | 0.58 | 0.56 |
| Hex | D0 | 91 | 4E | 0 | 1E | 3E | 12 | 1F | 3A | 38 |
| Octal | 320 | 221 | 116 | 0 | 36 | 76 | 22 | 37 | 72 | 70 |
| Binary | 11010000 | 10010001 | 1001110 | 0 | 11110 | 111110 | 10010 | 11111 | 111010 | 111000 |
Color Harmonies of #D0914E
Complementary color
Monochromatic Colors of #D0914E
Black with #D0914E
Text Example
Text Example
White with #D0914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0914E; }
p { color: rgb(208,145,78); }
H1.HeaderClassName
{
color: #D0914E;
}
.AnyTagClassName
{
color: #D0914E;
}
</style>
background-color css
<style>
a { background-color: #D0914E; }
a { background-color: rgb(208,145,78); }
div.DivClassName
{
background-color: #D0914E;
}
.BgClassName
{
background-color: #D0914E;
}
</style>
border-color css
<style>
span { border-color: #D0914E; }
span { border-color: rgb(208,145,78); }
td.TdClassName
{
border-color: #D0914E;
}
.TagClassName
{
border-color: #D0914E;
}
</style>