Shades of Whiskey Sour #DD925B
Tints of Whiskey Sour #DD925B
RGB
CMYK
RGB Variations
Color information
#DD925B (or 0xDD925B) is known color: Whiskey Sour. HEX triplet: DD, 92 and 5B. RGB value is (221,146,91). Sum of RGB (Red+Green+Blue) = 221+146+91=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD925B is #226DA4. Grayscale: #A2A2A2. Windows color (decimal): -2256293 or 6001373. OLE color: 6001373.
HSL color Cylindrical-coordinate representation of color #DD925B: hue angle of 25.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD925B is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 91 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.13 |
| HSL | 25.38º | 0.66% | 0.61% | - |
| HSV(B) | 25.38º | 0.59% | 0.87% | - |
| XYZ | 41.99 | 36.69 | 14.77 | - |
| YUV | 162.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 91 | 0 | 0.34 | 0.59 | 0.13 | 25.38 | 0.66 | 0.61 |
| Hex | DD | 92 | 5B | 0 | 22 | 3B | D | 19 | 42 | 3D |
| Octal | 335 | 222 | 133 | 0 | 42 | 73 | 15 | 31 | 102 | 75 |
| Binary | 11011101 | 10010010 | 1011011 | 0 | 100010 | 111011 | 1101 | 11001 | 1000010 | 111101 |
Color Harmonies of #DD925B
Complementary color
Monochromatic Colors of #DD925B
Black with #DD925B
Text Example
Text Example
White with #DD925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD925B; }
p { color: rgb(221,146,91); }
H1.HeaderClassName
{
color: #DD925B;
}
.AnyTagClassName
{
color: #DD925B;
}
</style>
background-color css
<style>
a { background-color: #DD925B; }
a { background-color: rgb(221,146,91); }
div.DivClassName
{
background-color: #DD925B;
}
.BgClassName
{
background-color: #DD925B;
}
</style>
border-color css
<style>
span { border-color: #DD925B; }
span { border-color: rgb(221,146,91); }
td.TdClassName
{
border-color: #DD925B;
}
.TagClassName
{
border-color: #DD925B;
}
</style>