Shades of Whiskey Sour #D0924F
Tints of Whiskey Sour #D0924F
RGB
CMYK
RGB Variations
Color information
#D0924F (or 0xD0924F) is known color: Whiskey Sour. HEX triplet: D0, 92 and 4F. RGB value is (208,146,79). Sum of RGB (Red+Green+Blue) = 208+146+79=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0924F is #2F6DB0. Grayscale: #9D9D9D. Windows color (decimal): -3108273 or 5214928. OLE color: 5214928.
HSL color Cylindrical-coordinate representation of color #D0924F: hue angle of 31.16º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0924F is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 79 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.18 |
| HSL | 31.16º | 0.58% | 0.56% | - |
| HSV(B) | 31.16º | 0.62% | 0.82% | - |
| XYZ | 37.7 | 34.53 | 12.08 | - |
| YUV | 156.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 79 | 0 | 0.30 | 0.62 | 0.18 | 31.16 | 0.58 | 0.56 |
| Hex | D0 | 92 | 4F | 0 | 1E | 3E | 12 | 1F | 3A | 38 |
| Octal | 320 | 222 | 117 | 0 | 36 | 76 | 22 | 37 | 72 | 70 |
| Binary | 11010000 | 10010010 | 1001111 | 0 | 11110 | 111110 | 10010 | 11111 | 111010 | 111000 |
Color Harmonies of #D0924F
Complementary color
Monochromatic Colors of #D0924F
Black with #D0924F
Text Example
Text Example
White with #D0924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0924F; }
p { color: rgb(208,146,79); }
H1.HeaderClassName
{
color: #D0924F;
}
.AnyTagClassName
{
color: #D0924F;
}
</style>
background-color css
<style>
a { background-color: #D0924F; }
a { background-color: rgb(208,146,79); }
div.DivClassName
{
background-color: #D0924F;
}
.BgClassName
{
background-color: #D0924F;
}
</style>
border-color css
<style>
span { border-color: #D0924F; }
span { border-color: rgb(208,146,79); }
td.TdClassName
{
border-color: #D0924F;
}
.TagClassName
{
border-color: #D0924F;
}
</style>