Shades of Whiskey Sour #D68D4C
Tints of Whiskey Sour #D68D4C
RGB
CMYK
RGB Variations
Color information
#D68D4C (or 0xD68D4C) is known color: Whiskey Sour. HEX triplet: D6, 8D and 4C. RGB value is (214,141,76). Sum of RGB (Red+Green+Blue) = 214+141+76=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D4C is #2972B3. Grayscale: #9B9B9B. Windows color (decimal): -2716340 or 5017046. OLE color: 5017046.
HSL color Cylindrical-coordinate representation of color #D68D4C: hue angle of 28.26º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D68D4C is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 76 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.16 |
| HSL | 28.26º | 0.63% | 0.57% | - |
| HSV(B) | 28.26º | 0.64% | 0.84% | - |
| XYZ | 38.56 | 33.87 | 11.34 | - |
| YUV | 155.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 76 | 0 | 0.34 | 0.64 | 0.16 | 28.26 | 0.63 | 0.57 |
| Hex | D6 | 8D | 4C | 0 | 22 | 40 | 10 | 1C | 3F | 39 |
| Octal | 326 | 215 | 114 | 0 | 42 | 100 | 20 | 34 | 77 | 71 |
| Binary | 11010110 | 10001101 | 1001100 | 0 | 100010 | 1000000 | 10000 | 11100 | 111111 | 111001 |
Color Harmonies of #D68D4C
Complementary color
Monochromatic Colors of #D68D4C
Black with #D68D4C
Text Example
Text Example
White with #D68D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D4C; }
p { color: rgb(214,141,76); }
H1.HeaderClassName
{
color: #D68D4C;
}
.AnyTagClassName
{
color: #D68D4C;
}
</style>
background-color css
<style>
a { background-color: #D68D4C; }
a { background-color: rgb(214,141,76); }
div.DivClassName
{
background-color: #D68D4C;
}
.BgClassName
{
background-color: #D68D4C;
}
</style>
border-color css
<style>
span { border-color: #D68D4C; }
span { border-color: rgb(214,141,76); }
td.TdClassName
{
border-color: #D68D4C;
}
.TagClassName
{
border-color: #D68D4C;
}
</style>