Shades of Whiskey Sour #D09C63
Tints of Whiskey Sour #D09C63
RGB
CMYK
RGB Variations
Color information
#D09C63 (or 0xD09C63) is known color: Whiskey Sour. HEX triplet: D0, 9C and 63. RGB value is (208,156,99). Sum of RGB (Red+Green+Blue) = 208+156+99=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C63 is #2F639C. Grayscale: #A5A5A5. Windows color (decimal): -3105693 or 6528208. OLE color: 6528208.
HSL color Cylindrical-coordinate representation of color #D09C63: hue angle of 31.38º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D09C63 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 99 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.18 |
| HSL | 31.38º | 0.54% | 0.6% | - |
| HSV(B) | 31.38º | 0.52% | 0.82% | - |
| XYZ | 40.15 | 38.09 | 17.04 | - |
| YUV | 165.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 99 | 0 | 0.25 | 0.52 | 0.18 | 31.38 | 0.54 | 0.6 |
| Hex | D0 | 9C | 63 | 0 | 19 | 34 | 12 | 1F | 36 | 3C |
| Octal | 320 | 234 | 143 | 0 | 31 | 64 | 22 | 37 | 66 | 74 |
| Binary | 11010000 | 10011100 | 1100011 | 0 | 11001 | 110100 | 10010 | 11111 | 110110 | 111100 |
Color Harmonies of #D09C63
Complementary color
Monochromatic Colors of #D09C63
Black with #D09C63
Text Example
Text Example
White with #D09C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C63; }
p { color: rgb(208,156,99); }
H1.HeaderClassName
{
color: #D09C63;
}
.AnyTagClassName
{
color: #D09C63;
}
</style>
background-color css
<style>
a { background-color: #D09C63; }
a { background-color: rgb(208,156,99); }
div.DivClassName
{
background-color: #D09C63;
}
.BgClassName
{
background-color: #D09C63;
}
</style>
border-color css
<style>
span { border-color: #D09C63; }
span { border-color: rgb(208,156,99); }
td.TdClassName
{
border-color: #D09C63;
}
.TagClassName
{
border-color: #D09C63;
}
</style>