Shades of Whiskey Sour #D69350
Tints of Whiskey Sour #D69350
RGB
CMYK
RGB Variations
Color information
#D69350 (or 0xD69350) is known color: Whiskey Sour. HEX triplet: D6, 93 and 50. RGB value is (214,147,80). Sum of RGB (Red+Green+Blue) = 214+147+80=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D69350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69350 is #296CAF. Grayscale: #9F9F9F. Windows color (decimal): -2714800 or 5280726. OLE color: 5280726.
HSL color Cylindrical-coordinate representation of color #D69350: hue angle of 30º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D69350 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 80 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.16 |
| HSL | 30º | 0.62% | 0.58% | - |
| HSV(B) | 30º | 0.63% | 0.84% | - |
| XYZ | 39.61 | 35.74 | 12.4 | - |
| YUV | 159.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 80 | 0 | 0.31 | 0.63 | 0.16 | 30 | 0.62 | 0.58 |
| Hex | D6 | 93 | 50 | 0 | 1F | 3F | 10 | 1E | 3E | 3A |
| Octal | 326 | 223 | 120 | 0 | 37 | 77 | 20 | 36 | 76 | 72 |
| Binary | 11010110 | 10010011 | 1010000 | 0 | 11111 | 111111 | 10000 | 11110 | 111110 | 111010 |
Color Harmonies of #D69350
Complementary color
Monochromatic Colors of #D69350
Black with #D69350
Text Example
Text Example
White with #D69350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69350; }
p { color: rgb(214,147,80); }
H1.HeaderClassName
{
color: #D69350;
}
.AnyTagClassName
{
color: #D69350;
}
</style>
background-color css
<style>
a { background-color: #D69350; }
a { background-color: rgb(214,147,80); }
div.DivClassName
{
background-color: #D69350;
}
.BgClassName
{
background-color: #D69350;
}
</style>
border-color css
<style>
span { border-color: #D69350; }
span { border-color: rgb(214,147,80); }
td.TdClassName
{
border-color: #D69350;
}
.TagClassName
{
border-color: #D69350;
}
</style>