Shades of Whiskey Sour #D48C4D
Tints of Whiskey Sour #D48C4D
RGB
CMYK
RGB Variations
Color information
#D48C4D (or 0xD48C4D) is known color: Whiskey Sour. HEX triplet: D4, 8C and 4D. RGB value is (212,140,77). Sum of RGB (Red+Green+Blue) = 212+140+77=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C4D is #2B73B2. Grayscale: #9A9A9A. Windows color (decimal): -2847667 or 5082324. OLE color: 5082324.
HSL color Cylindrical-coordinate representation of color #D48C4D: hue angle of 28º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D48C4D is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 77 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.17 |
| HSL | 28º | 0.61% | 0.57% | - |
| HSV(B) | 28º | 0.64% | 0.83% | - |
| XYZ | 37.87 | 33.29 | 11.45 | - |
| YUV | 154.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 77 | 0 | 0.34 | 0.64 | 0.17 | 28 | 0.61 | 0.57 |
| Hex | D4 | 8C | 4D | 0 | 22 | 40 | 11 | 1C | 3D | 39 |
| Octal | 324 | 214 | 115 | 0 | 42 | 100 | 21 | 34 | 75 | 71 |
| Binary | 11010100 | 10001100 | 1001101 | 0 | 100010 | 1000000 | 10001 | 11100 | 111101 | 111001 |
Color Harmonies of #D48C4D
Complementary color
Monochromatic Colors of #D48C4D
Black with #D48C4D
Text Example
Text Example
White with #D48C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C4D; }
p { color: rgb(212,140,77); }
H1.HeaderClassName
{
color: #D48C4D;
}
.AnyTagClassName
{
color: #D48C4D;
}
</style>
background-color css
<style>
a { background-color: #D48C4D; }
a { background-color: rgb(212,140,77); }
div.DivClassName
{
background-color: #D48C4D;
}
.BgClassName
{
background-color: #D48C4D;
}
</style>
border-color css
<style>
span { border-color: #D48C4D; }
span { border-color: rgb(212,140,77); }
td.TdClassName
{
border-color: #D48C4D;
}
.TagClassName
{
border-color: #D48C4D;
}
</style>