Shades of Whiskey Sour #DD945F
Tints of Whiskey Sour #DD945F
RGB
CMYK
RGB Variations
Color information
#DD945F (or 0xDD945F) is known color: Whiskey Sour. HEX triplet: DD, 94 and 5F. RGB value is (221,148,95). Sum of RGB (Red+Green+Blue) = 221+148+95=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD945F is #226BA0. Grayscale: #A4A4A4. Windows color (decimal): -2255777 or 6264029. OLE color: 6264029.
HSL color Cylindrical-coordinate representation of color #DD945F: hue angle of 25.24º 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 #DD945F is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 95 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.13 |
| HSL | 25.24º | 0.65% | 0.62% | - |
| HSV(B) | 25.24º | 0.57% | 0.87% | - |
| XYZ | 42.47 | 37.38 | 15.8 | - |
| YUV | 163.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 95 | 0 | 0.33 | 0.57 | 0.13 | 25.24 | 0.65 | 0.62 |
| Hex | DD | 94 | 5F | 0 | 21 | 39 | D | 19 | 41 | 3E |
| Octal | 335 | 224 | 137 | 0 | 41 | 71 | 15 | 31 | 101 | 76 |
| Binary | 11011101 | 10010100 | 1011111 | 0 | 100001 | 111001 | 1101 | 11001 | 1000001 | 111110 |
Color Harmonies of #DD945F
Complementary color
Monochromatic Colors of #DD945F
Black with #DD945F
Text Example
Text Example
White with #DD945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD945F; }
p { color: rgb(221,148,95); }
H1.HeaderClassName
{
color: #DD945F;
}
.AnyTagClassName
{
color: #DD945F;
}
</style>
background-color css
<style>
a { background-color: #DD945F; }
a { background-color: rgb(221,148,95); }
div.DivClassName
{
background-color: #DD945F;
}
.BgClassName
{
background-color: #DD945F;
}
</style>
border-color css
<style>
span { border-color: #DD945F; }
span { border-color: rgb(221,148,95); }
td.TdClassName
{
border-color: #DD945F;
}
.TagClassName
{
border-color: #DD945F;
}
</style>