Shades of Whiskey Sour #DD925F
Tints of Whiskey Sour #DD925F
RGB
CMYK
RGB Variations
Color information
#DD925F (or 0xDD925F) is known color: Whiskey Sour. HEX triplet: DD, 92 and 5F. RGB value is (221,146,95). Sum of RGB (Red+Green+Blue) = 221+146+95=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD925F is #226DA0. Grayscale: #A2A2A2. Windows color (decimal): -2256289 or 6263517. OLE color: 6263517.
HSL color Cylindrical-coordinate representation of color #DD925F: hue angle of 24.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD925F is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 95 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.13 |
| HSL | 24.29º | 0.65% | 0.62% | - |
| HSV(B) | 24.29º | 0.57% | 0.87% | - |
| XYZ | 42.16 | 36.76 | 15.7 | - |
| YUV | 162.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 95 | 0 | 0.34 | 0.57 | 0.13 | 24.29 | 0.65 | 0.62 |
| Hex | DD | 92 | 5F | 0 | 22 | 39 | D | 18 | 41 | 3E |
| Octal | 335 | 222 | 137 | 0 | 42 | 71 | 15 | 30 | 101 | 76 |
| Binary | 11011101 | 10010010 | 1011111 | 0 | 100010 | 111001 | 1101 | 11000 | 1000001 | 111110 |
Color Harmonies of #DD925F
Complementary color
Monochromatic Colors of #DD925F
Black with #DD925F
Text Example
Text Example
White with #DD925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD925F; }
p { color: rgb(221,146,95); }
H1.HeaderClassName
{
color: #DD925F;
}
.AnyTagClassName
{
color: #DD925F;
}
</style>
background-color css
<style>
a { background-color: #DD925F; }
a { background-color: rgb(221,146,95); }
div.DivClassName
{
background-color: #DD925F;
}
.BgClassName
{
background-color: #DD925F;
}
</style>
border-color css
<style>
span { border-color: #DD925F; }
span { border-color: rgb(221,146,95); }
td.TdClassName
{
border-color: #DD925F;
}
.TagClassName
{
border-color: #DD925F;
}
</style>