Shades of Whiskey Sour #D6905D
Tints of Whiskey Sour #D6905D
RGB
CMYK
RGB Variations
Color information
#D6905D (or 0xD6905D) is known color: Whiskey Sour. HEX triplet: D6, 90 and 5D. RGB value is (214,144,93). Sum of RGB (Red+Green+Blue) = 214+144+93=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6905D is #296FA2. Grayscale: #9F9F9F. Windows color (decimal): -2715555 or 6131926. OLE color: 6131926.
HSL color Cylindrical-coordinate representation of color #D6905D: hue angle of 25.29º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6905D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 93 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.16 |
| HSL | 25.29º | 0.6% | 0.6% | - |
| HSV(B) | 25.29º | 0.57% | 0.84% | - |
| XYZ | 39.68 | 35.03 | 15.03 | - |
| YUV | 159.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 93 | 0 | 0.33 | 0.57 | 0.16 | 25.29 | 0.6 | 0.6 |
| Hex | D6 | 90 | 5D | 0 | 21 | 39 | 10 | 19 | 3C | 3C |
| Octal | 326 | 220 | 135 | 0 | 41 | 71 | 20 | 31 | 74 | 74 |
| Binary | 11010110 | 10010000 | 1011101 | 0 | 100001 | 111001 | 10000 | 11001 | 111100 | 111100 |
Color Harmonies of #D6905D
Complementary color
Monochromatic Colors of #D6905D
Black with #D6905D
Text Example
Text Example
White with #D6905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6905D; }
p { color: rgb(214,144,93); }
H1.HeaderClassName
{
color: #D6905D;
}
.AnyTagClassName
{
color: #D6905D;
}
</style>
background-color css
<style>
a { background-color: #D6905D; }
a { background-color: rgb(214,144,93); }
div.DivClassName
{
background-color: #D6905D;
}
.BgClassName
{
background-color: #D6905D;
}
</style>
border-color css
<style>
span { border-color: #D6905D; }
span { border-color: rgb(214,144,93); }
td.TdClassName
{
border-color: #D6905D;
}
.TagClassName
{
border-color: #D6905D;
}
</style>