Shades of Whiskey Sour #DD945B
Tints of Whiskey Sour #DD945B
RGB
CMYK
RGB Variations
Color information
#DD945B (or 0xDD945B) is known color: Whiskey Sour. HEX triplet: DD, 94 and 5B. RGB value is (221,148,91). Sum of RGB (Red+Green+Blue) = 221+148+91=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD945B is #226BA4. Grayscale: #A3A3A3. Windows color (decimal): -2255781 or 6001885. OLE color: 6001885.
HSL color Cylindrical-coordinate representation of color #DD945B: hue angle of 26.31º 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 #DD945B is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 91 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.13 |
| HSL | 26.31º | 0.66% | 0.61% | - |
| HSV(B) | 26.31º | 0.59% | 0.87% | - |
| XYZ | 42.3 | 37.31 | 14.87 | - |
| YUV | 163.33 | 87.18 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 91 | 0 | 0.33 | 0.59 | 0.13 | 26.31 | 0.66 | 0.61 |
| Hex | DD | 94 | 5B | 0 | 21 | 3B | D | 1A | 42 | 3D |
| Octal | 335 | 224 | 133 | 0 | 41 | 73 | 15 | 32 | 102 | 75 |
| Binary | 11011101 | 10010100 | 1011011 | 0 | 100001 | 111011 | 1101 | 11010 | 1000010 | 111101 |
Color Harmonies of #DD945B
Complementary color
Monochromatic Colors of #DD945B
Black with #DD945B
Text Example
Text Example
White with #DD945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD945B; }
p { color: rgb(221,148,91); }
H1.HeaderClassName
{
color: #DD945B;
}
.AnyTagClassName
{
color: #DD945B;
}
</style>
background-color css
<style>
a { background-color: #DD945B; }
a { background-color: rgb(221,148,91); }
div.DivClassName
{
background-color: #DD945B;
}
.BgClassName
{
background-color: #DD945B;
}
</style>
border-color css
<style>
span { border-color: #DD945B; }
span { border-color: rgb(221,148,91); }
td.TdClassName
{
border-color: #DD945B;
}
.TagClassName
{
border-color: #DD945B;
}
</style>