Shades of Whiskey Sour #D68F4F
Tints of Whiskey Sour #D68F4F
RGB
CMYK
RGB Variations
Color information
#D68F4F (or 0xD68F4F) is known color: Whiskey Sour. HEX triplet: D6, 8F and 4F. RGB value is (214,143,79). Sum of RGB (Red+Green+Blue) = 214+143+79=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F4F is #2970B0. Grayscale: #9D9D9D. Windows color (decimal): -2715825 or 5214166. OLE color: 5214166.
HSL color Cylindrical-coordinate representation of color #D68F4F: hue angle of 28.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D68F4F is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 79 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.16 |
| HSL | 28.44º | 0.62% | 0.57% | - |
| HSV(B) | 28.44º | 0.63% | 0.84% | - |
| XYZ | 38.97 | 34.51 | 12 | - |
| YUV | 156.93 | 84.02 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 79 | 0 | 0.33 | 0.63 | 0.16 | 28.44 | 0.62 | 0.57 |
| Hex | D6 | 8F | 4F | 0 | 21 | 3F | 10 | 1C | 3E | 39 |
| Octal | 326 | 217 | 117 | 0 | 41 | 77 | 20 | 34 | 76 | 71 |
| Binary | 11010110 | 10001111 | 1001111 | 0 | 100001 | 111111 | 10000 | 11100 | 111110 | 111001 |
Color Harmonies of #D68F4F
Complementary color
Monochromatic Colors of #D68F4F
Black with #D68F4F
Text Example
Text Example
White with #D68F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F4F; }
p { color: rgb(214,143,79); }
H1.HeaderClassName
{
color: #D68F4F;
}
.AnyTagClassName
{
color: #D68F4F;
}
</style>
background-color css
<style>
a { background-color: #D68F4F; }
a { background-color: rgb(214,143,79); }
div.DivClassName
{
background-color: #D68F4F;
}
.BgClassName
{
background-color: #D68F4F;
}
</style>
border-color css
<style>
span { border-color: #D68F4F; }
span { border-color: rgb(214,143,79); }
td.TdClassName
{
border-color: #D68F4F;
}
.TagClassName
{
border-color: #D68F4F;
}
</style>