Shades of Whiskey Sour #DD925C
Tints of Whiskey Sour #DD925C
RGB
CMYK
RGB Variations
Color information
#DD925C (or 0xDD925C) is known color: Whiskey Sour. HEX triplet: DD, 92 and 5C. RGB value is (221,146,92). Sum of RGB (Red+Green+Blue) = 221+146+92=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD925C is #226DA3. Grayscale: #A2A2A2. Windows color (decimal): -2256292 or 6066909. OLE color: 6066909.
HSL color Cylindrical-coordinate representation of color #DD925C: hue angle of 25.12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD925C is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 92 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.13 |
| HSL | 25.12º | 0.65% | 0.61% | - |
| HSV(B) | 25.12º | 0.58% | 0.87% | - |
| XYZ | 42.03 | 36.7 | 14.99 | - |
| YUV | 162.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 92 | 0 | 0.34 | 0.58 | 0.13 | 25.12 | 0.65 | 0.61 |
| Hex | DD | 92 | 5C | 0 | 22 | 3A | D | 19 | 41 | 3D |
| Octal | 335 | 222 | 134 | 0 | 42 | 72 | 15 | 31 | 101 | 75 |
| Binary | 11011101 | 10010010 | 1011100 | 0 | 100010 | 111010 | 1101 | 11001 | 1000001 | 111101 |
Color Harmonies of #DD925C
Complementary color
Monochromatic Colors of #DD925C
Black with #DD925C
Text Example
Text Example
White with #DD925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD925C; }
p { color: rgb(221,146,92); }
H1.HeaderClassName
{
color: #DD925C;
}
.AnyTagClassName
{
color: #DD925C;
}
</style>
background-color css
<style>
a { background-color: #DD925C; }
a { background-color: rgb(221,146,92); }
div.DivClassName
{
background-color: #DD925C;
}
.BgClassName
{
background-color: #DD925C;
}
</style>
border-color css
<style>
span { border-color: #DD925C; }
span { border-color: rgb(221,146,92); }
td.TdClassName
{
border-color: #DD925C;
}
.TagClassName
{
border-color: #DD925C;
}
</style>