Shades of Whiskey Sour #D2965C
Tints of Whiskey Sour #D2965C
RGB
CMYK
RGB Variations
Color information
#D2965C (or 0xD2965C) is known color: Whiskey Sour. HEX triplet: D2, 96 and 5C. RGB value is (210,150,92). Sum of RGB (Red+Green+Blue) = 210+150+92=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2965C is #2D69A3. Grayscale: #A1A1A1. Windows color (decimal): -2976164 or 6067922. OLE color: 6067922.
HSL color Cylindrical-coordinate representation of color #D2965C: hue angle of 29.49º degrees, saturation: 0.57, 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 #D2965C is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 92 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.18 |
| HSL | 29.49º | 0.57% | 0.59% | - |
| HSV(B) | 29.49º | 0.56% | 0.82% | - |
| XYZ | 39.42 | 36.29 | 15.05 | - |
| YUV | 161.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 92 | 0 | 0.29 | 0.56 | 0.18 | 29.49 | 0.57 | 0.59 |
| Hex | D2 | 96 | 5C | 0 | 1D | 38 | 12 | 1D | 39 | 3B |
| Octal | 322 | 226 | 134 | 0 | 35 | 70 | 22 | 35 | 71 | 73 |
| Binary | 11010010 | 10010110 | 1011100 | 0 | 11101 | 111000 | 10010 | 11101 | 111001 | 111011 |
Color Harmonies of #D2965C
Complementary color
Monochromatic Colors of #D2965C
Black with #D2965C
Text Example
Text Example
White with #D2965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2965C; }
p { color: rgb(210,150,92); }
H1.HeaderClassName
{
color: #D2965C;
}
.AnyTagClassName
{
color: #D2965C;
}
</style>
background-color css
<style>
a { background-color: #D2965C; }
a { background-color: rgb(210,150,92); }
div.DivClassName
{
background-color: #D2965C;
}
.BgClassName
{
background-color: #D2965C;
}
</style>
border-color css
<style>
span { border-color: #D2965C; }
span { border-color: rgb(210,150,92); }
td.TdClassName
{
border-color: #D2965C;
}
.TagClassName
{
border-color: #D2965C;
}
</style>