Shades of Whiskey Sour #D28A50
Tints of Whiskey Sour #D28A50
RGB
CMYK
RGB Variations
Color information
#D28A50 (or 0xD28A50) is known color: Whiskey Sour. HEX triplet: D2, 8A and 50. RGB value is (210,138,80). Sum of RGB (Red+Green+Blue) = 210+138+80=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A50 is #2D75AF. Grayscale: #999999. Windows color (decimal): -2979248 or 5278418. OLE color: 5278418.
HSL color Cylindrical-coordinate representation of color #D28A50: hue angle of 26.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D28A50 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 80 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.18 |
| HSL | 26.77º | 0.59% | 0.57% | - |
| HSV(B) | 26.77º | 0.62% | 0.82% | - |
| XYZ | 37.11 | 32.46 | 11.9 | - |
| YUV | 152.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 80 | 0 | 0.34 | 0.62 | 0.18 | 26.77 | 0.59 | 0.57 |
| Hex | D2 | 8A | 50 | 0 | 22 | 3E | 12 | 1B | 3B | 39 |
| Octal | 322 | 212 | 120 | 0 | 42 | 76 | 22 | 33 | 73 | 71 |
| Binary | 11010010 | 10001010 | 1010000 | 0 | 100010 | 111110 | 10010 | 11011 | 111011 | 111001 |
Color Harmonies of #D28A50
Complementary color
Monochromatic Colors of #D28A50
Black with #D28A50
Text Example
Text Example
White with #D28A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A50; }
p { color: rgb(210,138,80); }
H1.HeaderClassName
{
color: #D28A50;
}
.AnyTagClassName
{
color: #D28A50;
}
</style>
background-color css
<style>
a { background-color: #D28A50; }
a { background-color: rgb(210,138,80); }
div.DivClassName
{
background-color: #D28A50;
}
.BgClassName
{
background-color: #D28A50;
}
</style>
border-color css
<style>
span { border-color: #D28A50; }
span { border-color: rgb(210,138,80); }
td.TdClassName
{
border-color: #D28A50;
}
.TagClassName
{
border-color: #D28A50;
}
</style>