Shades of Whiskey Sour #D0955D
Tints of Whiskey Sour #D0955D
RGB
CMYK
RGB Variations
Color information
#D0955D (or 0xD0955D) is known color: Whiskey Sour. HEX triplet: D0, 95 and 5D. RGB value is (208,149,93). Sum of RGB (Red+Green+Blue) = 208+149+93=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0955D is #2F6AA2. Grayscale: #A0A0A0. Windows color (decimal): -3107491 or 6133200. OLE color: 6133200.
HSL color Cylindrical-coordinate representation of color #D0955D: hue angle of 29.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0955D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 93 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.18 |
| HSL | 29.22º | 0.55% | 0.59% | - |
| HSV(B) | 29.22º | 0.55% | 0.82% | - |
| XYZ | 38.74 | 35.7 | 15.2 | - |
| YUV | 160.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 93 | 0 | 0.28 | 0.55 | 0.18 | 29.22 | 0.55 | 0.59 |
| Hex | D0 | 95 | 5D | 0 | 1C | 37 | 12 | 1D | 37 | 3B |
| Octal | 320 | 225 | 135 | 0 | 34 | 67 | 22 | 35 | 67 | 73 |
| Binary | 11010000 | 10010101 | 1011101 | 0 | 11100 | 110111 | 10010 | 11101 | 110111 | 111011 |
Color Harmonies of #D0955D
Complementary color
Monochromatic Colors of #D0955D
Black with #D0955D
Text Example
Text Example
White with #D0955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0955D; }
p { color: rgb(208,149,93); }
H1.HeaderClassName
{
color: #D0955D;
}
.AnyTagClassName
{
color: #D0955D;
}
</style>
background-color css
<style>
a { background-color: #D0955D; }
a { background-color: rgb(208,149,93); }
div.DivClassName
{
background-color: #D0955D;
}
.BgClassName
{
background-color: #D0955D;
}
</style>
border-color css
<style>
span { border-color: #D0955D; }
span { border-color: rgb(208,149,93); }
td.TdClassName
{
border-color: #D0955D;
}
.TagClassName
{
border-color: #D0955D;
}
</style>