Shades of Whiskey Sour #D2905A
Tints of Whiskey Sour #D2905A
RGB
CMYK
RGB Variations
Color information
#D2905A (or 0xD2905A) is known color: Whiskey Sour. HEX triplet: D2, 90 and 5A. RGB value is (210,144,90). Sum of RGB (Red+Green+Blue) = 210+144+90=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D2905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2905A is #2D6FA5. Grayscale: #9D9D9D. Windows color (decimal): -2977702 or 5935314. OLE color: 5935314.
HSL color Cylindrical-coordinate representation of color #D2905A: hue angle of 27º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2905A is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 90 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.18 |
| HSL | 27º | 0.57% | 0.59% | - |
| HSV(B) | 27º | 0.57% | 0.82% | - |
| XYZ | 38.4 | 34.39 | 14.29 | - |
| YUV | 157.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 90 | 0 | 0.31 | 0.57 | 0.18 | 27 | 0.57 | 0.59 |
| Hex | D2 | 90 | 5A | 0 | 1F | 39 | 12 | 1B | 39 | 3B |
| Octal | 322 | 220 | 132 | 0 | 37 | 71 | 22 | 33 | 71 | 73 |
| Binary | 11010010 | 10010000 | 1011010 | 0 | 11111 | 111001 | 10010 | 11011 | 111001 | 111011 |
Color Harmonies of #D2905A
Complementary color
Monochromatic Colors of #D2905A
Black with #D2905A
Text Example
Text Example
White with #D2905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2905A; }
p { color: rgb(210,144,90); }
H1.HeaderClassName
{
color: #D2905A;
}
.AnyTagClassName
{
color: #D2905A;
}
</style>
background-color css
<style>
a { background-color: #D2905A; }
a { background-color: rgb(210,144,90); }
div.DivClassName
{
background-color: #D2905A;
}
.BgClassName
{
background-color: #D2905A;
}
</style>
border-color css
<style>
span { border-color: #D2905A; }
span { border-color: rgb(210,144,90); }
td.TdClassName
{
border-color: #D2905A;
}
.TagClassName
{
border-color: #D2905A;
}
</style>