Shades of Whiskey Sour #D09053
Tints of Whiskey Sour #D09053
RGB
CMYK
RGB Variations
Color information
#D09053 (or 0xD09053) is known color: Whiskey Sour. HEX triplet: D0, 90 and 53. RGB value is (208,144,83). Sum of RGB (Red+Green+Blue) = 208+144+83=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D09053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09053 is #2F6FAC. Grayscale: #9C9C9C. Windows color (decimal): -3108781 or 5476560. OLE color: 5476560.
HSL color Cylindrical-coordinate representation of color #D09053: hue angle of 29.28º 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 #D09053 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 83 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.18 |
| HSL | 29.28º | 0.57% | 0.57% | - |
| HSV(B) | 29.28º | 0.6% | 0.82% | - |
| XYZ | 37.55 | 33.98 | 12.76 | - |
| YUV | 156.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 83 | 0 | 0.31 | 0.60 | 0.18 | 29.28 | 0.57 | 0.57 |
| Hex | D0 | 90 | 53 | 0 | 1F | 3C | 12 | 1D | 39 | 39 |
| Octal | 320 | 220 | 123 | 0 | 37 | 74 | 22 | 35 | 71 | 71 |
| Binary | 11010000 | 10010000 | 1010011 | 0 | 11111 | 111100 | 10010 | 11101 | 111001 | 111001 |
Color Harmonies of #D09053
Complementary color
Monochromatic Colors of #D09053
Black with #D09053
Text Example
Text Example
White with #D09053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09053; }
p { color: rgb(208,144,83); }
H1.HeaderClassName
{
color: #D09053;
}
.AnyTagClassName
{
color: #D09053;
}
</style>
background-color css
<style>
a { background-color: #D09053; }
a { background-color: rgb(208,144,83); }
div.DivClassName
{
background-color: #D09053;
}
.BgClassName
{
background-color: #D09053;
}
</style>
border-color css
<style>
span { border-color: #D09053; }
span { border-color: rgb(208,144,83); }
td.TdClassName
{
border-color: #D09053;
}
.TagClassName
{
border-color: #D09053;
}
</style>