Shades of Whiskey Sour #D0955B
Tints of Whiskey Sour #D0955B
RGB
CMYK
RGB Variations
Color information
#D0955B (or 0xD0955B) is known color: Whiskey Sour. HEX triplet: D0, 95 and 5B. RGB value is (208,149,91). Sum of RGB (Red+Green+Blue) = 208+149+91=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0955B is #2F6AA4. Grayscale: #A0A0A0. Windows color (decimal): -3107493 or 6002128. OLE color: 6002128.
HSL color Cylindrical-coordinate representation of color #D0955B: hue angle of 29.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0955B is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 91 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.18 |
| HSL | 29.74º | 0.55% | 0.59% | - |
| HSV(B) | 29.74º | 0.56% | 0.82% | - |
| XYZ | 38.65 | 35.66 | 14.74 | - |
| YUV | 160.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 91 | 0 | 0.28 | 0.56 | 0.18 | 29.74 | 0.55 | 0.59 |
| Hex | D0 | 95 | 5B | 0 | 1C | 38 | 12 | 1E | 37 | 3B |
| Octal | 320 | 225 | 133 | 0 | 34 | 70 | 22 | 36 | 67 | 73 |
| Binary | 11010000 | 10010101 | 1011011 | 0 | 11100 | 111000 | 10010 | 11110 | 110111 | 111011 |
Color Harmonies of #D0955B
Complementary color
Monochromatic Colors of #D0955B
Black with #D0955B
Text Example
Text Example
White with #D0955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0955B; }
p { color: rgb(208,149,91); }
H1.HeaderClassName
{
color: #D0955B;
}
.AnyTagClassName
{
color: #D0955B;
}
</style>
background-color css
<style>
a { background-color: #D0955B; }
a { background-color: rgb(208,149,91); }
div.DivClassName
{
background-color: #D0955B;
}
.BgClassName
{
background-color: #D0955B;
}
</style>
border-color css
<style>
span { border-color: #D0955B; }
span { border-color: rgb(208,149,91); }
td.TdClassName
{
border-color: #D0955B;
}
.TagClassName
{
border-color: #D0955B;
}
</style>