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