Shades of Whiskey Sour #D28F5B
Tints of Whiskey Sour #D28F5B
RGB
CMYK
RGB Variations
Color information
#D28F5B (or 0xD28F5B) is known color: Whiskey Sour. HEX triplet: D2, 8F and 5B. RGB value is (210,143,91). Sum of RGB (Red+Green+Blue) = 210+143+91=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F5B is #2D70A4. Grayscale: #9D9D9D. Windows color (decimal): -2977957 or 6000594. OLE color: 6000594.
HSL color Cylindrical-coordinate representation of color #D28F5B: hue angle of 26.22º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D28F5B is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 91 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.18 |
| HSL | 26.22º | 0.57% | 0.59% | - |
| HSV(B) | 26.22º | 0.57% | 0.82% | - |
| XYZ | 38.29 | 34.1 | 14.46 | - |
| YUV | 157.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 91 | 0 | 0.32 | 0.57 | 0.18 | 26.22 | 0.57 | 0.59 |
| Hex | D2 | 8F | 5B | 0 | 20 | 39 | 12 | 1A | 39 | 3B |
| Octal | 322 | 217 | 133 | 0 | 40 | 71 | 22 | 32 | 71 | 73 |
| Binary | 11010010 | 10001111 | 1011011 | 0 | 100000 | 111001 | 10010 | 11010 | 111001 | 111011 |
Color Harmonies of #D28F5B
Complementary color
Monochromatic Colors of #D28F5B
Black with #D28F5B
Text Example
Text Example
White with #D28F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F5B; }
p { color: rgb(210,143,91); }
H1.HeaderClassName
{
color: #D28F5B;
}
.AnyTagClassName
{
color: #D28F5B;
}
</style>
background-color css
<style>
a { background-color: #D28F5B; }
a { background-color: rgb(210,143,91); }
div.DivClassName
{
background-color: #D28F5B;
}
.BgClassName
{
background-color: #D28F5B;
}
</style>
border-color css
<style>
span { border-color: #D28F5B; }
span { border-color: rgb(210,143,91); }
td.TdClassName
{
border-color: #D28F5B;
}
.TagClassName
{
border-color: #D28F5B;
}
</style>