Shades of Whiskey #DD986A
Tints of Whiskey #DD986A
RGB
CMYK
RGB Variations
Color information
#DD986A (or 0xDD986A) is known color: Whiskey. HEX triplet: DD, 98 and 6A. RGB value is (221,152,106). Sum of RGB (Red+Green+Blue) = 221+152+106=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD986A is #226795. Grayscale: #A7A7A7. Windows color (decimal): -2254742 or 6985949. OLE color: 6985949.
HSL color Cylindrical-coordinate representation of color #DD986A: hue angle of 24º 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 #DD986A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 106 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.13 |
| HSL | 24º | 0.63% | 0.64% | - |
| HSV(B) | 24º | 0.52% | 0.87% | - |
| XYZ | 43.65 | 38.87 | 18.84 | - |
| YUV | 167.39 | 93.36 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 106 | 0 | 0.31 | 0.52 | 0.13 | 24 | 0.63 | 0.64 |
| Hex | DD | 98 | 6A | 0 | 1F | 34 | D | 18 | 3F | 40 |
| Octal | 335 | 230 | 152 | 0 | 37 | 64 | 15 | 30 | 77 | 100 |
| Binary | 11011101 | 10011000 | 1101010 | 0 | 11111 | 110100 | 1101 | 11000 | 111111 | 1000000 |
Color Harmonies of #DD986A
Complementary color
Monochromatic Colors of #DD986A
Black with #DD986A
Text Example
Text Example
White with #DD986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD986A; }
p { color: rgb(221,152,106); }
H1.HeaderClassName
{
color: #DD986A;
}
.AnyTagClassName
{
color: #DD986A;
}
</style>
background-color css
<style>
a { background-color: #DD986A; }
a { background-color: rgb(221,152,106); }
div.DivClassName
{
background-color: #DD986A;
}
.BgClassName
{
background-color: #DD986A;
}
</style>
border-color css
<style>
span { border-color: #DD986A; }
span { border-color: rgb(221,152,106); }
td.TdClassName
{
border-color: #DD986A;
}
.TagClassName
{
border-color: #DD986A;
}
</style>