Shades of Whiskey Sour #D0914F
Tints of Whiskey Sour #D0914F
RGB
CMYK
RGB Variations
Color information
#D0914F (or 0xD0914F) is known color: Whiskey Sour. HEX triplet: D0, 91 and 4F. RGB value is (208,145,79). Sum of RGB (Red+Green+Blue) = 208+145+79=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0914F is #2F6EB0. Grayscale: #9C9C9C. Windows color (decimal): -3108529 or 5214672. OLE color: 5214672.
HSL color Cylindrical-coordinate representation of color #D0914F: hue angle of 30.7º 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 #D0914F is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 79 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.18 |
| HSL | 30.7º | 0.58% | 0.56% | - |
| HSV(B) | 30.7º | 0.62% | 0.82% | - |
| XYZ | 37.55 | 34.23 | 12.02 | - |
| YUV | 156.31 | 84.37 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 79 | 0 | 0.30 | 0.62 | 0.18 | 30.7 | 0.58 | 0.56 |
| Hex | D0 | 91 | 4F | 0 | 1E | 3E | 12 | 1F | 3A | 38 |
| Octal | 320 | 221 | 117 | 0 | 36 | 76 | 22 | 37 | 72 | 70 |
| Binary | 11010000 | 10010001 | 1001111 | 0 | 11110 | 111110 | 10010 | 11111 | 111010 | 111000 |
Color Harmonies of #D0914F
Complementary color
Monochromatic Colors of #D0914F
Black with #D0914F
Text Example
Text Example
White with #D0914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0914F; }
p { color: rgb(208,145,79); }
H1.HeaderClassName
{
color: #D0914F;
}
.AnyTagClassName
{
color: #D0914F;
}
</style>
background-color css
<style>
a { background-color: #D0914F; }
a { background-color: rgb(208,145,79); }
div.DivClassName
{
background-color: #D0914F;
}
.BgClassName
{
background-color: #D0914F;
}
</style>
border-color css
<style>
span { border-color: #D0914F; }
span { border-color: rgb(208,145,79); }
td.TdClassName
{
border-color: #D0914F;
}
.TagClassName
{
border-color: #D0914F;
}
</style>