Shades of Whiskey Sour #D6925C
Tints of Whiskey Sour #D6925C
RGB
CMYK
RGB Variations
Color information
#D6925C (or 0xD6925C) is known color: Whiskey Sour. HEX triplet: D6, 92 and 5C. RGB value is (214,146,92). Sum of RGB (Red+Green+Blue) = 214+146+92=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6925C is #296DA3. Grayscale: #A0A0A0. Windows color (decimal): -2715044 or 6066902. OLE color: 6066902.
HSL color Cylindrical-coordinate representation of color #D6925C: hue angle of 26.56º 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 #D6925C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 92 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.16 |
| HSL | 26.56º | 0.6% | 0.6% | - |
| HSV(B) | 26.56º | 0.57% | 0.84% | - |
| XYZ | 39.94 | 35.63 | 14.9 | - |
| YUV | 160.18 | 89.53 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 92 | 0 | 0.32 | 0.57 | 0.16 | 26.56 | 0.6 | 0.6 |
| Hex | D6 | 92 | 5C | 0 | 20 | 39 | 10 | 1B | 3C | 3C |
| Octal | 326 | 222 | 134 | 0 | 40 | 71 | 20 | 33 | 74 | 74 |
| Binary | 11010110 | 10010010 | 1011100 | 0 | 100000 | 111001 | 10000 | 11011 | 111100 | 111100 |
Color Harmonies of #D6925C
Complementary color
Monochromatic Colors of #D6925C
Black with #D6925C
Text Example
Text Example
White with #D6925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6925C; }
p { color: rgb(214,146,92); }
H1.HeaderClassName
{
color: #D6925C;
}
.AnyTagClassName
{
color: #D6925C;
}
</style>
background-color css
<style>
a { background-color: #D6925C; }
a { background-color: rgb(214,146,92); }
div.DivClassName
{
background-color: #D6925C;
}
.BgClassName
{
background-color: #D6925C;
}
</style>
border-color css
<style>
span { border-color: #D6925C; }
span { border-color: rgb(214,146,92); }
td.TdClassName
{
border-color: #D6925C;
}
.TagClassName
{
border-color: #D6925C;
}
</style>