Shades of Whiskey Sour #D28953
Tints of Whiskey Sour #D28953
RGB
CMYK
RGB Variations
Color information
#D28953 (or 0xD28953) is known color: Whiskey Sour. HEX triplet: D2, 89 and 53. RGB value is (210,137,83). Sum of RGB (Red+Green+Blue) = 210+137+83=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D28953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28953 is #2D76AC. Grayscale: #989898. Windows color (decimal): -2979501 or 5474770. OLE color: 5474770.
HSL color Cylindrical-coordinate representation of color #D28953: hue angle of 25.51º degrees, saturation: 0.59, 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 #D28953 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 83 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.18 |
| HSL | 25.51º | 0.59% | 0.57% | - |
| HSV(B) | 25.51º | 0.6% | 0.82% | - |
| XYZ | 37.09 | 32.22 | 12.45 | - |
| YUV | 152.67 | 88.68 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 83 | 0 | 0.35 | 0.60 | 0.18 | 25.51 | 0.59 | 0.57 |
| Hex | D2 | 89 | 53 | 0 | 23 | 3C | 12 | 1A | 3B | 39 |
| Octal | 322 | 211 | 123 | 0 | 43 | 74 | 22 | 32 | 73 | 71 |
| Binary | 11010010 | 10001001 | 1010011 | 0 | 100011 | 111100 | 10010 | 11010 | 111011 | 111001 |
Color Harmonies of #D28953
Complementary color
Monochromatic Colors of #D28953
Black with #D28953
Text Example
Text Example
White with #D28953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28953; }
p { color: rgb(210,137,83); }
H1.HeaderClassName
{
color: #D28953;
}
.AnyTagClassName
{
color: #D28953;
}
</style>
background-color css
<style>
a { background-color: #D28953; }
a { background-color: rgb(210,137,83); }
div.DivClassName
{
background-color: #D28953;
}
.BgClassName
{
background-color: #D28953;
}
</style>
border-color css
<style>
span { border-color: #D28953; }
span { border-color: rgb(210,137,83); }
td.TdClassName
{
border-color: #D28953;
}
.TagClassName
{
border-color: #D28953;
}
</style>