Shades of Whiskey Sour #D2925F
Tints of Whiskey Sour #D2925F
RGB
CMYK
RGB Variations
Color information
#D2925F (or 0xD2925F) is known color: Whiskey Sour. HEX triplet: D2, 92 and 5F. RGB value is (210,146,95). Sum of RGB (Red+Green+Blue) = 210+146+95=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2925F is #2D6DA0. Grayscale: #9F9F9F. Windows color (decimal): -2977185 or 6263506. OLE color: 6263506.
HSL color Cylindrical-coordinate representation of color #D2925F: hue angle of 26.61º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2925F is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 95 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.18 |
| HSL | 26.61º | 0.56% | 0.6% | - |
| HSV(B) | 26.61º | 0.55% | 0.82% | - |
| XYZ | 38.92 | 35.09 | 15.55 | - |
| YUV | 159.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 95 | 0 | 0.30 | 0.55 | 0.18 | 26.61 | 0.56 | 0.6 |
| Hex | D2 | 92 | 5F | 0 | 1E | 37 | 12 | 1B | 38 | 3C |
| Octal | 322 | 222 | 137 | 0 | 36 | 67 | 22 | 33 | 70 | 74 |
| Binary | 11010010 | 10010010 | 1011111 | 0 | 11110 | 110111 | 10010 | 11011 | 111000 | 111100 |
Color Harmonies of #D2925F
Complementary color
Monochromatic Colors of #D2925F
Black with #D2925F
Text Example
Text Example
White with #D2925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2925F; }
p { color: rgb(210,146,95); }
H1.HeaderClassName
{
color: #D2925F;
}
.AnyTagClassName
{
color: #D2925F;
}
</style>
background-color css
<style>
a { background-color: #D2925F; }
a { background-color: rgb(210,146,95); }
div.DivClassName
{
background-color: #D2925F;
}
.BgClassName
{
background-color: #D2925F;
}
</style>
border-color css
<style>
span { border-color: #D2925F; }
span { border-color: rgb(210,146,95); }
td.TdClassName
{
border-color: #D2925F;
}
.TagClassName
{
border-color: #D2925F;
}
</style>