Shades of Whiskey Sour #D9905D
Tints of Whiskey Sour #D9905D
RGB
CMYK
RGB Variations
Color information
#D9905D (or 0xD9905D) is known color: Whiskey Sour. HEX triplet: D9, 90 and 5D. RGB value is (217,144,93). Sum of RGB (Red+Green+Blue) = 217+144+93=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9905D is #266FA2. Grayscale: #A0A0A0. Windows color (decimal): -2518947 or 6131929. OLE color: 6131929.
HSL color Cylindrical-coordinate representation of color #D9905D: hue angle of 24.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9905D is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 93 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.15 |
| HSL | 24.68º | 0.62% | 0.61% | - |
| HSV(B) | 24.68º | 0.57% | 0.85% | - |
| XYZ | 40.56 | 35.49 | 15.07 | - |
| YUV | 160.01 | 90.18 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 93 | 0 | 0.34 | 0.57 | 0.15 | 24.68 | 0.62 | 0.61 |
| Hex | D9 | 90 | 5D | 0 | 22 | 39 | F | 19 | 3E | 3D |
| Octal | 331 | 220 | 135 | 0 | 42 | 71 | 17 | 31 | 76 | 75 |
| Binary | 11011001 | 10010000 | 1011101 | 0 | 100010 | 111001 | 1111 | 11001 | 111110 | 111101 |
Color Harmonies of #D9905D
Complementary color
Monochromatic Colors of #D9905D
Black with #D9905D
Text Example
Text Example
White with #D9905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9905D; }
p { color: rgb(217,144,93); }
H1.HeaderClassName
{
color: #D9905D;
}
.AnyTagClassName
{
color: #D9905D;
}
</style>
background-color css
<style>
a { background-color: #D9905D; }
a { background-color: rgb(217,144,93); }
div.DivClassName
{
background-color: #D9905D;
}
.BgClassName
{
background-color: #D9905D;
}
</style>
border-color css
<style>
span { border-color: #D9905D; }
span { border-color: rgb(217,144,93); }
td.TdClassName
{
border-color: #D9905D;
}
.TagClassName
{
border-color: #D9905D;
}
</style>