Shades of Whiskey Sour #D09753
Tints of Whiskey Sour #D09753
RGB
CMYK
RGB Variations
Color information
#D09753 (or 0xD09753) is known color: Whiskey Sour. HEX triplet: D0, 97 and 53. RGB value is (208,151,83). Sum of RGB (Red+Green+Blue) = 208+151+83=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D09753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09753 is #2F68AC. Grayscale: #A0A0A0. Windows color (decimal): -3106989 or 5478352. OLE color: 5478352.
HSL color Cylindrical-coordinate representation of color #D09753: hue angle of 32.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D09753 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 83 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.18 |
| HSL | 32.64º | 0.57% | 0.57% | - |
| HSV(B) | 32.64º | 0.6% | 0.82% | - |
| XYZ | 38.64 | 36.17 | 13.13 | - |
| YUV | 160.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 83 | 0 | 0.27 | 0.60 | 0.18 | 32.64 | 0.57 | 0.57 |
| Hex | D0 | 97 | 53 | 0 | 1B | 3C | 12 | 21 | 39 | 39 |
| Octal | 320 | 227 | 123 | 0 | 33 | 74 | 22 | 41 | 71 | 71 |
| Binary | 11010000 | 10010111 | 1010011 | 0 | 11011 | 111100 | 10010 | 100001 | 111001 | 111001 |
Color Harmonies of #D09753
Complementary color
Monochromatic Colors of #D09753
Black with #D09753
Text Example
Text Example
White with #D09753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09753; }
p { color: rgb(208,151,83); }
H1.HeaderClassName
{
color: #D09753;
}
.AnyTagClassName
{
color: #D09753;
}
</style>
background-color css
<style>
a { background-color: #D09753; }
a { background-color: rgb(208,151,83); }
div.DivClassName
{
background-color: #D09753;
}
.BgClassName
{
background-color: #D09753;
}
</style>
border-color css
<style>
span { border-color: #D09753; }
span { border-color: rgb(208,151,83); }
td.TdClassName
{
border-color: #D09753;
}
.TagClassName
{
border-color: #D09753;
}
</style>