Shades of Whiskey Sour #D28E4D
Tints of Whiskey Sour #D28E4D
RGB
CMYK
RGB Variations
Color information
#D28E4D (or 0xD28E4D) is known color: Whiskey Sour. HEX triplet: D2, 8E and 4D. RGB value is (210,142,77). Sum of RGB (Red+Green+Blue) = 210+142+77=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E4D is #2D71B2. Grayscale: #9B9B9B. Windows color (decimal): -2978227 or 5082834. OLE color: 5082834.
HSL color Cylindrical-coordinate representation of color #D28E4D: hue angle of 29.32º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D28E4D is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 77 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.18 |
| HSL | 29.32º | 0.6% | 0.56% | - |
| HSV(B) | 29.32º | 0.63% | 0.82% | - |
| XYZ | 37.59 | 33.58 | 11.52 | - |
| YUV | 154.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 77 | 0 | 0.32 | 0.63 | 0.18 | 29.32 | 0.6 | 0.56 |
| Hex | D2 | 8E | 4D | 0 | 20 | 3F | 12 | 1D | 3C | 38 |
| Octal | 322 | 216 | 115 | 0 | 40 | 77 | 22 | 35 | 74 | 70 |
| Binary | 11010010 | 10001110 | 1001101 | 0 | 100000 | 111111 | 10010 | 11101 | 111100 | 111000 |
Color Harmonies of #D28E4D
Complementary color
Monochromatic Colors of #D28E4D
Black with #D28E4D
Text Example
Text Example
White with #D28E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E4D; }
p { color: rgb(210,142,77); }
H1.HeaderClassName
{
color: #D28E4D;
}
.AnyTagClassName
{
color: #D28E4D;
}
</style>
background-color css
<style>
a { background-color: #D28E4D; }
a { background-color: rgb(210,142,77); }
div.DivClassName
{
background-color: #D28E4D;
}
.BgClassName
{
background-color: #D28E4D;
}
</style>
border-color css
<style>
span { border-color: #D28E4D; }
span { border-color: rgb(210,142,77); }
td.TdClassName
{
border-color: #D28E4D;
}
.TagClassName
{
border-color: #D28E4D;
}
</style>