Shades of Whiskey Sour #D6904E
Tints of Whiskey Sour #D6904E
RGB
CMYK
RGB Variations
Color information
#D6904E (or 0xD6904E) is known color: Whiskey Sour. HEX triplet: D6, 90 and 4E. RGB value is (214,144,78). Sum of RGB (Red+Green+Blue) = 214+144+78=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6904E is #296FB1. Grayscale: #9D9D9D. Windows color (decimal): -2715570 or 5148886. OLE color: 5148886.
HSL color Cylindrical-coordinate representation of color #D6904E: hue angle of 29.12º degrees, saturation: 0.62, 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 #D6904E is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 78 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.16 |
| HSL | 29.12º | 0.62% | 0.57% | - |
| HSV(B) | 29.12º | 0.64% | 0.84% | - |
| XYZ | 39.08 | 34.79 | 11.86 | - |
| YUV | 157.41 | 83.19 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 78 | 0 | 0.33 | 0.64 | 0.16 | 29.12 | 0.62 | 0.57 |
| Hex | D6 | 90 | 4E | 0 | 21 | 40 | 10 | 1D | 3E | 39 |
| Octal | 326 | 220 | 116 | 0 | 41 | 100 | 20 | 35 | 76 | 71 |
| Binary | 11010110 | 10010000 | 1001110 | 0 | 100001 | 1000000 | 10000 | 11101 | 111110 | 111001 |
Color Harmonies of #D6904E
Complementary color
Monochromatic Colors of #D6904E
Black with #D6904E
Text Example
Text Example
White with #D6904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6904E; }
p { color: rgb(214,144,78); }
H1.HeaderClassName
{
color: #D6904E;
}
.AnyTagClassName
{
color: #D6904E;
}
</style>
background-color css
<style>
a { background-color: #D6904E; }
a { background-color: rgb(214,144,78); }
div.DivClassName
{
background-color: #D6904E;
}
.BgClassName
{
background-color: #D6904E;
}
</style>
border-color css
<style>
span { border-color: #D6904E; }
span { border-color: rgb(214,144,78); }
td.TdClassName
{
border-color: #D6904E;
}
.TagClassName
{
border-color: #D6904E;
}
</style>