Shades of Whiskey Sour #D1905B
Tints of Whiskey Sour #D1905B
RGB
CMYK
RGB Variations
Color information
#D1905B (or 0xD1905B) is known color: Whiskey Sour. HEX triplet: D1, 90 and 5B. RGB value is (209,144,91). Sum of RGB (Red+Green+Blue) = 209+144+91=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D1905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1905B is #2E6FA4. Grayscale: #9D9D9D. Windows color (decimal): -3043237 or 6000849. OLE color: 6000849.
HSL color Cylindrical-coordinate representation of color #D1905B: hue angle of 26.95º degrees, saturation: 0.56, 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 #D1905B is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 91 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.18 |
| HSL | 26.95º | 0.56% | 0.59% | - |
| HSV(B) | 26.95º | 0.56% | 0.82% | - |
| XYZ | 38.16 | 34.26 | 14.5 | - |
| YUV | 157.39 | 90.53 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 91 | 0 | 0.31 | 0.56 | 0.18 | 26.95 | 0.56 | 0.59 |
| Hex | D1 | 90 | 5B | 0 | 1F | 38 | 12 | 1B | 38 | 3B |
| Octal | 321 | 220 | 133 | 0 | 37 | 70 | 22 | 33 | 70 | 73 |
| Binary | 11010001 | 10010000 | 1011011 | 0 | 11111 | 111000 | 10010 | 11011 | 111000 | 111011 |
Color Harmonies of #D1905B
Complementary color
Monochromatic Colors of #D1905B
Black with #D1905B
Text Example
Text Example
White with #D1905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1905B; }
p { color: rgb(209,144,91); }
H1.HeaderClassName
{
color: #D1905B;
}
.AnyTagClassName
{
color: #D1905B;
}
</style>
background-color css
<style>
a { background-color: #D1905B; }
a { background-color: rgb(209,144,91); }
div.DivClassName
{
background-color: #D1905B;
}
.BgClassName
{
background-color: #D1905B;
}
</style>
border-color css
<style>
span { border-color: #D1905B; }
span { border-color: rgb(209,144,91); }
td.TdClassName
{
border-color: #D1905B;
}
.TagClassName
{
border-color: #D1905B;
}
</style>