Shades of Whiskey Sour #D28B5C
Tints of Whiskey Sour #D28B5C
RGB
CMYK
RGB Variations
Color information
#D28B5C (or 0xD28B5C) is known color: Whiskey Sour. HEX triplet: D2, 8B and 5C. RGB value is (210,139,92). Sum of RGB (Red+Green+Blue) = 210+139+92=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28B5C is #2D74A3. Grayscale: #9B9B9B. Windows color (decimal): -2978980 or 6065106. OLE color: 6065106.
HSL color Cylindrical-coordinate representation of color #D28B5C: hue angle of 23.9º 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 #D28B5C is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 92 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.18 |
| HSL | 23.9º | 0.57% | 0.59% | - |
| HSV(B) | 23.9º | 0.56% | 0.82% | - |
| XYZ | 37.74 | 32.94 | 14.49 | - |
| YUV | 154.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 92 | 0 | 0.34 | 0.56 | 0.18 | 23.9 | 0.57 | 0.59 |
| Hex | D2 | 8B | 5C | 0 | 22 | 38 | 12 | 18 | 39 | 3B |
| Octal | 322 | 213 | 134 | 0 | 42 | 70 | 22 | 30 | 71 | 73 |
| Binary | 11010010 | 10001011 | 1011100 | 0 | 100010 | 111000 | 10010 | 11000 | 111001 | 111011 |
Color Harmonies of #D28B5C
Complementary color
Monochromatic Colors of #D28B5C
Black with #D28B5C
Text Example
Text Example
White with #D28B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B5C; }
p { color: rgb(210,139,92); }
H1.HeaderClassName
{
color: #D28B5C;
}
.AnyTagClassName
{
color: #D28B5C;
}
</style>
background-color css
<style>
a { background-color: #D28B5C; }
a { background-color: rgb(210,139,92); }
div.DivClassName
{
background-color: #D28B5C;
}
.BgClassName
{
background-color: #D28B5C;
}
</style>
border-color css
<style>
span { border-color: #D28B5C; }
span { border-color: rgb(210,139,92); }
td.TdClassName
{
border-color: #D28B5C;
}
.TagClassName
{
border-color: #D28B5C;
}
</style>