Shades of Whiskey Sour #D28E5C
Tints of Whiskey Sour #D28E5C
RGB
CMYK
RGB Variations
Color information
#D28E5C (or 0xD28E5C) is known color: Whiskey Sour. HEX triplet: D2, 8E and 5C. RGB value is (210,142,92). Sum of RGB (Red+Green+Blue) = 210+142+92=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E5C is #2D71A3. Grayscale: #9C9C9C. Windows color (decimal): -2978212 or 6065874. OLE color: 6065874.
HSL color Cylindrical-coordinate representation of color #D28E5C: hue angle of 25.42º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D28E5C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 92 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.18 |
| HSL | 25.42º | 0.57% | 0.59% | - |
| HSV(B) | 25.42º | 0.56% | 0.82% | - |
| XYZ | 38.18 | 33.82 | 14.64 | - |
| YUV | 156.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 92 | 0 | 0.32 | 0.56 | 0.18 | 25.42 | 0.57 | 0.59 |
| Hex | D2 | 8E | 5C | 0 | 20 | 38 | 12 | 19 | 39 | 3B |
| Octal | 322 | 216 | 134 | 0 | 40 | 70 | 22 | 31 | 71 | 73 |
| Binary | 11010010 | 10001110 | 1011100 | 0 | 100000 | 111000 | 10010 | 11001 | 111001 | 111011 |
Color Harmonies of #D28E5C
Complementary color
Monochromatic Colors of #D28E5C
Black with #D28E5C
Text Example
Text Example
White with #D28E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E5C; }
p { color: rgb(210,142,92); }
H1.HeaderClassName
{
color: #D28E5C;
}
.AnyTagClassName
{
color: #D28E5C;
}
</style>
background-color css
<style>
a { background-color: #D28E5C; }
a { background-color: rgb(210,142,92); }
div.DivClassName
{
background-color: #D28E5C;
}
.BgClassName
{
background-color: #D28E5C;
}
</style>
border-color css
<style>
span { border-color: #D28E5C; }
span { border-color: rgb(210,142,92); }
td.TdClassName
{
border-color: #D28E5C;
}
.TagClassName
{
border-color: #D28E5C;
}
</style>