Shades of Whiskey Sour #D08555
Tints of Whiskey Sour #D08555
RGB
CMYK
RGB Variations
Color information
#D08555 (or 0xD08555) is known color: Whiskey Sour. HEX triplet: D0, 85 and 55. RGB value is (208,133,85). Sum of RGB (Red+Green+Blue) = 208+133+85=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D08555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08555 is #2F7AAA. Grayscale: #969696. Windows color (decimal): -3111595 or 5604816. OLE color: 5604816.
HSL color Cylindrical-coordinate representation of color #D08555: hue angle of 23.41º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D08555 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 85 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.18 |
| HSL | 23.41º | 0.57% | 0.57% | - |
| HSV(B) | 23.41º | 0.59% | 0.82% | - |
| XYZ | 36.04 | 30.84 | 12.65 | - |
| YUV | 149.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 85 | 0 | 0.36 | 0.59 | 0.18 | 23.41 | 0.57 | 0.57 |
| Hex | D0 | 85 | 55 | 0 | 24 | 3B | 12 | 17 | 39 | 39 |
| Octal | 320 | 205 | 125 | 0 | 44 | 73 | 22 | 27 | 71 | 71 |
| Binary | 11010000 | 10000101 | 1010101 | 0 | 100100 | 111011 | 10010 | 10111 | 111001 | 111001 |
Color Harmonies of #D08555
Complementary color
Monochromatic Colors of #D08555
Black with #D08555
Text Example
Text Example
White with #D08555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08555; }
p { color: rgb(208,133,85); }
H1.HeaderClassName
{
color: #D08555;
}
.AnyTagClassName
{
color: #D08555;
}
</style>
background-color css
<style>
a { background-color: #D08555; }
a { background-color: rgb(208,133,85); }
div.DivClassName
{
background-color: #D08555;
}
.BgClassName
{
background-color: #D08555;
}
</style>
border-color css
<style>
span { border-color: #D08555; }
span { border-color: rgb(208,133,85); }
td.TdClassName
{
border-color: #D08555;
}
.TagClassName
{
border-color: #D08555;
}
</style>