Shades of Whiskey #DD9868
Tints of Whiskey #DD9868
RGB
CMYK
RGB Variations
Color information
#DD9868 (or 0xDD9868) is known color: Whiskey. HEX triplet: DD, 98 and 68. RGB value is (221,152,104). Sum of RGB (Red+Green+Blue) = 221+152+104=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9868 is #226797. Grayscale: #A7A7A7. Windows color (decimal): -2254744 or 6854877. OLE color: 6854877.
HSL color Cylindrical-coordinate representation of color #DD9868: hue angle of 24.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD9868 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 104 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.13 |
| HSL | 24.62º | 0.63% | 0.64% | - |
| HSV(B) | 24.62º | 0.53% | 0.87% | - |
| XYZ | 43.55 | 38.83 | 18.3 | - |
| YUV | 167.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 104 | 0 | 0.31 | 0.53 | 0.13 | 24.62 | 0.63 | 0.64 |
| Hex | DD | 98 | 68 | 0 | 1F | 35 | D | 19 | 3F | 40 |
| Octal | 335 | 230 | 150 | 0 | 37 | 65 | 15 | 31 | 77 | 100 |
| Binary | 11011101 | 10011000 | 1101000 | 0 | 11111 | 110101 | 1101 | 11001 | 111111 | 1000000 |
Color Harmonies of #DD9868
Complementary color
Monochromatic Colors of #DD9868
Black with #DD9868
Text Example
Text Example
White with #DD9868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9868; }
p { color: rgb(221,152,104); }
H1.HeaderClassName
{
color: #DD9868;
}
.AnyTagClassName
{
color: #DD9868;
}
</style>
background-color css
<style>
a { background-color: #DD9868; }
a { background-color: rgb(221,152,104); }
div.DivClassName
{
background-color: #DD9868;
}
.BgClassName
{
background-color: #DD9868;
}
</style>
border-color css
<style>
span { border-color: #DD9868; }
span { border-color: rgb(221,152,104); }
td.TdClassName
{
border-color: #DD9868;
}
.TagClassName
{
border-color: #DD9868;
}
</style>