Shades of Whiskey Sour #D69256
Tints of Whiskey Sour #D69256
RGB
CMYK
RGB Variations
Color information
#D69256 (or 0xD69256) is known color: Whiskey Sour. HEX triplet: D6, 92 and 56. RGB value is (214,146,86). Sum of RGB (Red+Green+Blue) = 214+146+86=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D69256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69256 is #296DA9. Grayscale: #9F9F9F. Windows color (decimal): -2715050 or 5673686. OLE color: 5673686.
HSL color Cylindrical-coordinate representation of color #D69256: hue angle of 28.12º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D69256 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 86 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.16 |
| HSL | 28.13º | 0.61% | 0.59% | - |
| HSV(B) | 28.13º | 0.6% | 0.84% | - |
| XYZ | 39.69 | 35.53 | 13.57 | - |
| YUV | 159.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 86 | 0 | 0.32 | 0.60 | 0.16 | 28.13 | 0.61 | 0.59 |
| Hex | D6 | 92 | 56 | 0 | 20 | 3C | 10 | 1C | 3D | 3B |
| Octal | 326 | 222 | 126 | 0 | 40 | 74 | 20 | 34 | 75 | 73 |
| Binary | 11010110 | 10010010 | 1010110 | 0 | 100000 | 111100 | 10000 | 11100 | 111101 | 111011 |
Color Harmonies of #D69256
Complementary color
Monochromatic Colors of #D69256
Black with #D69256
Text Example
Text Example
White with #D69256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69256; }
p { color: rgb(214,146,86); }
H1.HeaderClassName
{
color: #D69256;
}
.AnyTagClassName
{
color: #D69256;
}
</style>
background-color css
<style>
a { background-color: #D69256; }
a { background-color: rgb(214,146,86); }
div.DivClassName
{
background-color: #D69256;
}
.BgClassName
{
background-color: #D69256;
}
</style>
border-color css
<style>
span { border-color: #D69256; }
span { border-color: rgb(214,146,86); }
td.TdClassName
{
border-color: #D69256;
}
.TagClassName
{
border-color: #D69256;
}
</style>