Shades of Whiskey Sour #D0975C
Tints of Whiskey Sour #D0975C
RGB
CMYK
RGB Variations
Color information
#D0975C (or 0xD0975C) is known color: Whiskey Sour. HEX triplet: D0, 97 and 5C. RGB value is (208,151,92). Sum of RGB (Red+Green+Blue) = 208+151+92=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0975C is #2F68A3. Grayscale: #A1A1A1. Windows color (decimal): -3106980 or 6068176. OLE color: 6068176.
HSL color Cylindrical-coordinate representation of color #D0975C: hue angle of 30.52º 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 #D0975C is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 92 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.18 |
| HSL | 30.52º | 0.55% | 0.59% | - |
| HSV(B) | 30.52º | 0.56% | 0.82% | - |
| XYZ | 39.01 | 36.32 | 15.08 | - |
| YUV | 161.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 92 | 0 | 0.27 | 0.56 | 0.18 | 30.52 | 0.55 | 0.59 |
| Hex | D0 | 97 | 5C | 0 | 1B | 38 | 12 | 1F | 37 | 3B |
| Octal | 320 | 227 | 134 | 0 | 33 | 70 | 22 | 37 | 67 | 73 |
| Binary | 11010000 | 10010111 | 1011100 | 0 | 11011 | 111000 | 10010 | 11111 | 110111 | 111011 |
Color Harmonies of #D0975C
Complementary color
Monochromatic Colors of #D0975C
Black with #D0975C
Text Example
Text Example
White with #D0975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0975C; }
p { color: rgb(208,151,92); }
H1.HeaderClassName
{
color: #D0975C;
}
.AnyTagClassName
{
color: #D0975C;
}
</style>
background-color css
<style>
a { background-color: #D0975C; }
a { background-color: rgb(208,151,92); }
div.DivClassName
{
background-color: #D0975C;
}
.BgClassName
{
background-color: #D0975C;
}
</style>
border-color css
<style>
span { border-color: #D0975C; }
span { border-color: rgb(208,151,92); }
td.TdClassName
{
border-color: #D0975C;
}
.TagClassName
{
border-color: #D0975C;
}
</style>