Shades of Whiskey Sour #D0925C
Tints of Whiskey Sour #D0925C
RGB
CMYK
RGB Variations
Color information
#D0925C (or 0xD0925C) is known color: Whiskey Sour. HEX triplet: D0, 92 and 5C. RGB value is (208,146,92). Sum of RGB (Red+Green+Blue) = 208+146+92=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0925C is #2F6DA3. Grayscale: #9E9E9E. Windows color (decimal): -3108260 or 6066896. OLE color: 6066896.
HSL color Cylindrical-coordinate representation of color #D0925C: hue angle of 27.93º 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 #D0925C is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 92 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.18 |
| HSL | 27.93º | 0.55% | 0.59% | - |
| HSV(B) | 27.93º | 0.56% | 0.82% | - |
| XYZ | 38.22 | 34.74 | 14.82 | - |
| YUV | 158.38 | 90.54 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 92 | 0 | 0.30 | 0.56 | 0.18 | 27.93 | 0.55 | 0.59 |
| Hex | D0 | 92 | 5C | 0 | 1E | 38 | 12 | 1C | 37 | 3B |
| Octal | 320 | 222 | 134 | 0 | 36 | 70 | 22 | 34 | 67 | 73 |
| Binary | 11010000 | 10010010 | 1011100 | 0 | 11110 | 111000 | 10010 | 11100 | 110111 | 111011 |
Color Harmonies of #D0925C
Complementary color
Monochromatic Colors of #D0925C
Black with #D0925C
Text Example
Text Example
White with #D0925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0925C; }
p { color: rgb(208,146,92); }
H1.HeaderClassName
{
color: #D0925C;
}
.AnyTagClassName
{
color: #D0925C;
}
</style>
background-color css
<style>
a { background-color: #D0925C; }
a { background-color: rgb(208,146,92); }
div.DivClassName
{
background-color: #D0925C;
}
.BgClassName
{
background-color: #D0925C;
}
</style>
border-color css
<style>
span { border-color: #D0925C; }
span { border-color: rgb(208,146,92); }
td.TdClassName
{
border-color: #D0925C;
}
.TagClassName
{
border-color: #D0925C;
}
</style>