Shades of Whiskey Sour #D08D51
Tints of Whiskey Sour #D08D51
RGB
CMYK
RGB Variations
Color information
#D08D51 (or 0xD08D51) is known color: Whiskey Sour. HEX triplet: D0, 8D and 51. RGB value is (208,141,81). Sum of RGB (Red+Green+Blue) = 208+141+81=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D51 is #2F72AE. Grayscale: #9A9A9A. Windows color (decimal): -3109551 or 5344720. OLE color: 5344720.
HSL color Cylindrical-coordinate representation of color #D08D51: hue angle of 28.35º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D08D51 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 81 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.18 |
| HSL | 28.35º | 0.57% | 0.57% | - |
| HSV(B) | 28.35º | 0.61% | 0.82% | - |
| XYZ | 37.02 | 33.05 | 12.21 | - |
| YUV | 154.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 81 | 0 | 0.32 | 0.61 | 0.18 | 28.35 | 0.57 | 0.57 |
| Hex | D0 | 8D | 51 | 0 | 20 | 3D | 12 | 1C | 39 | 39 |
| Octal | 320 | 215 | 121 | 0 | 40 | 75 | 22 | 34 | 71 | 71 |
| Binary | 11010000 | 10001101 | 1010001 | 0 | 100000 | 111101 | 10010 | 11100 | 111001 | 111001 |
Color Harmonies of #D08D51
Complementary color
Monochromatic Colors of #D08D51
Black with #D08D51
Text Example
Text Example
White with #D08D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D51; }
p { color: rgb(208,141,81); }
H1.HeaderClassName
{
color: #D08D51;
}
.AnyTagClassName
{
color: #D08D51;
}
</style>
background-color css
<style>
a { background-color: #D08D51; }
a { background-color: rgb(208,141,81); }
div.DivClassName
{
background-color: #D08D51;
}
.BgClassName
{
background-color: #D08D51;
}
</style>
border-color css
<style>
span { border-color: #D08D51; }
span { border-color: rgb(208,141,81); }
td.TdClassName
{
border-color: #D08D51;
}
.TagClassName
{
border-color: #D08D51;
}
</style>