Shades of Whiskey Sour #D09253
Tints of Whiskey Sour #D09253
RGB
CMYK
RGB Variations
Color information
#D09253 (or 0xD09253) is known color: Whiskey Sour. HEX triplet: D0, 92 and 53. RGB value is (208,146,83). Sum of RGB (Red+Green+Blue) = 208+146+83=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D09253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09253 is #2F6DAC. Grayscale: #9D9D9D. Windows color (decimal): -3108269 or 5477072. OLE color: 5477072.
HSL color Cylindrical-coordinate representation of color #D09253: hue angle of 30.24º 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 #D09253 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 83 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.18 |
| HSL | 30.24º | 0.57% | 0.57% | - |
| HSV(B) | 30.24º | 0.6% | 0.82% | - |
| XYZ | 37.85 | 34.59 | 12.87 | - |
| YUV | 157.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 83 | 0 | 0.30 | 0.60 | 0.18 | 30.24 | 0.57 | 0.57 |
| Hex | D0 | 92 | 53 | 0 | 1E | 3C | 12 | 1E | 39 | 39 |
| Octal | 320 | 222 | 123 | 0 | 36 | 74 | 22 | 36 | 71 | 71 |
| Binary | 11010000 | 10010010 | 1010011 | 0 | 11110 | 111100 | 10010 | 11110 | 111001 | 111001 |
Color Harmonies of #D09253
Complementary color
Monochromatic Colors of #D09253
Black with #D09253
Text Example
Text Example
White with #D09253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09253; }
p { color: rgb(208,146,83); }
H1.HeaderClassName
{
color: #D09253;
}
.AnyTagClassName
{
color: #D09253;
}
</style>
background-color css
<style>
a { background-color: #D09253; }
a { background-color: rgb(208,146,83); }
div.DivClassName
{
background-color: #D09253;
}
.BgClassName
{
background-color: #D09253;
}
</style>
border-color css
<style>
span { border-color: #D09253; }
span { border-color: rgb(208,146,83); }
td.TdClassName
{
border-color: #D09253;
}
.TagClassName
{
border-color: #D09253;
}
</style>