Shades of Whiskey Sour #DD9462
Tints of Whiskey Sour #DD9462
RGB
CMYK
RGB Variations
Color information
#DD9462 (or 0xDD9462) is known color: Whiskey Sour. HEX triplet: DD, 94 and 62. RGB value is (221,148,98). Sum of RGB (Red+Green+Blue) = 221+148+98=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9462 is #226B9D. Grayscale: #A4A4A4. Windows color (decimal): -2255774 or 6460637. OLE color: 6460637.
HSL color Cylindrical-coordinate representation of color #DD9462: hue angle of 24.39º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD9462 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 98 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.13 |
| HSL | 24.39º | 0.64% | 0.63% | - |
| HSV(B) | 24.39º | 0.56% | 0.87% | - |
| XYZ | 42.61 | 37.43 | 16.53 | - |
| YUV | 164.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 98 | 0 | 0.33 | 0.56 | 0.13 | 24.39 | 0.64 | 0.63 |
| Hex | DD | 94 | 62 | 0 | 21 | 38 | D | 18 | 40 | 3F |
| Octal | 335 | 224 | 142 | 0 | 41 | 70 | 15 | 30 | 100 | 77 |
| Binary | 11011101 | 10010100 | 1100010 | 0 | 100001 | 111000 | 1101 | 11000 | 1000000 | 111111 |
Color Harmonies of #DD9462
Complementary color
Monochromatic Colors of #DD9462
Black with #DD9462
Text Example
Text Example
White with #DD9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9462; }
p { color: rgb(221,148,98); }
H1.HeaderClassName
{
color: #DD9462;
}
.AnyTagClassName
{
color: #DD9462;
}
</style>
background-color css
<style>
a { background-color: #DD9462; }
a { background-color: rgb(221,148,98); }
div.DivClassName
{
background-color: #DD9462;
}
.BgClassName
{
background-color: #DD9462;
}
</style>
border-color css
<style>
span { border-color: #DD9462; }
span { border-color: rgb(221,148,98); }
td.TdClassName
{
border-color: #DD9462;
}
.TagClassName
{
border-color: #DD9462;
}
</style>