Shades of Whiskey #DD9869
Tints of Whiskey #DD9869
RGB
CMYK
RGB Variations
Color information
#DD9869 (or 0xDD9869) is known color: Whiskey. HEX triplet: DD, 98 and 69. RGB value is (221,152,105). Sum of RGB (Red+Green+Blue) = 221+152+105=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9869 is #226796. Grayscale: #A7A7A7. Windows color (decimal): -2254743 or 6920413. OLE color: 6920413.
HSL color Cylindrical-coordinate representation of color #DD9869: hue angle of 24.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD9869 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 105 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.13 |
| HSL | 24.31º | 0.63% | 0.64% | - |
| HSV(B) | 24.31º | 0.52% | 0.87% | - |
| XYZ | 43.6 | 38.85 | 18.57 | - |
| YUV | 167.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 105 | 0 | 0.31 | 0.52 | 0.13 | 24.31 | 0.63 | 0.64 |
| Hex | DD | 98 | 69 | 0 | 1F | 34 | D | 18 | 3F | 40 |
| Octal | 335 | 230 | 151 | 0 | 37 | 64 | 15 | 30 | 77 | 100 |
| Binary | 11011101 | 10011000 | 1101001 | 0 | 11111 | 110100 | 1101 | 11000 | 111111 | 1000000 |
Color Harmonies of #DD9869
Complementary color
Monochromatic Colors of #DD9869
Black with #DD9869
Text Example
Text Example
White with #DD9869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9869; }
p { color: rgb(221,152,105); }
H1.HeaderClassName
{
color: #DD9869;
}
.AnyTagClassName
{
color: #DD9869;
}
</style>
background-color css
<style>
a { background-color: #DD9869; }
a { background-color: rgb(221,152,105); }
div.DivClassName
{
background-color: #DD9869;
}
.BgClassName
{
background-color: #DD9869;
}
</style>
border-color css
<style>
span { border-color: #DD9869; }
span { border-color: rgb(221,152,105); }
td.TdClassName
{
border-color: #DD9869;
}
.TagClassName
{
border-color: #DD9869;
}
</style>