Shades of Whiskey Sour #D28C51
Tints of Whiskey Sour #D28C51
RGB
CMYK
RGB Variations
Color information
#D28C51 (or 0xD28C51) is known color: Whiskey Sour. HEX triplet: D2, 8C and 51. RGB value is (210,140,81). Sum of RGB (Red+Green+Blue) = 210+140+81=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C51 is #2D73AE. Grayscale: #9A9A9A. Windows color (decimal): -2978735 or 5344466. OLE color: 5344466.
HSL color Cylindrical-coordinate representation of color #D28C51: hue angle of 27.44º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D28C51 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 81 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.18 |
| HSL | 27.44º | 0.59% | 0.57% | - |
| HSV(B) | 27.44º | 0.61% | 0.82% | - |
| XYZ | 37.44 | 33.05 | 12.19 | - |
| YUV | 154.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 81 | 0 | 0.33 | 0.61 | 0.18 | 27.44 | 0.59 | 0.57 |
| Hex | D2 | 8C | 51 | 0 | 21 | 3D | 12 | 1B | 3B | 39 |
| Octal | 322 | 214 | 121 | 0 | 41 | 75 | 22 | 33 | 73 | 71 |
| Binary | 11010010 | 10001100 | 1010001 | 0 | 100001 | 111101 | 10010 | 11011 | 111011 | 111001 |
Color Harmonies of #D28C51
Complementary color
Monochromatic Colors of #D28C51
Black with #D28C51
Text Example
Text Example
White with #D28C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C51; }
p { color: rgb(210,140,81); }
H1.HeaderClassName
{
color: #D28C51;
}
.AnyTagClassName
{
color: #D28C51;
}
</style>
background-color css
<style>
a { background-color: #D28C51; }
a { background-color: rgb(210,140,81); }
div.DivClassName
{
background-color: #D28C51;
}
.BgClassName
{
background-color: #D28C51;
}
</style>
border-color css
<style>
span { border-color: #D28C51; }
span { border-color: rgb(210,140,81); }
td.TdClassName
{
border-color: #D28C51;
}
.TagClassName
{
border-color: #D28C51;
}
</style>