Shades of Whiskey Sour #D6924F
Tints of Whiskey Sour #D6924F
RGB
CMYK
RGB Variations
Color information
#D6924F (or 0xD6924F) is known color: Whiskey Sour. HEX triplet: D6, 92 and 4F. RGB value is (214,146,79). Sum of RGB (Red+Green+Blue) = 214+146+79=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6924F is #296DB0. Grayscale: #9F9F9F. Windows color (decimal): -2715057 or 5214934. OLE color: 5214934.
HSL color Cylindrical-coordinate representation of color #D6924F: hue angle of 29.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6924F is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 79 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.16 |
| HSL | 29.78º | 0.62% | 0.57% | - |
| HSV(B) | 29.78º | 0.63% | 0.84% | - |
| XYZ | 39.42 | 35.42 | 12.16 | - |
| YUV | 158.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 79 | 0 | 0.32 | 0.63 | 0.16 | 29.78 | 0.62 | 0.57 |
| Hex | D6 | 92 | 4F | 0 | 20 | 3F | 10 | 1E | 3E | 39 |
| Octal | 326 | 222 | 117 | 0 | 40 | 77 | 20 | 36 | 76 | 71 |
| Binary | 11010110 | 10010010 | 1001111 | 0 | 100000 | 111111 | 10000 | 11110 | 111110 | 111001 |
Color Harmonies of #D6924F
Complementary color
Monochromatic Colors of #D6924F
Black with #D6924F
Text Example
Text Example
White with #D6924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6924F; }
p { color: rgb(214,146,79); }
H1.HeaderClassName
{
color: #D6924F;
}
.AnyTagClassName
{
color: #D6924F;
}
</style>
background-color css
<style>
a { background-color: #D6924F; }
a { background-color: rgb(214,146,79); }
div.DivClassName
{
background-color: #D6924F;
}
.BgClassName
{
background-color: #D6924F;
}
</style>
border-color css
<style>
span { border-color: #D6924F; }
span { border-color: rgb(214,146,79); }
td.TdClassName
{
border-color: #D6924F;
}
.TagClassName
{
border-color: #D6924F;
}
</style>