Shades of Whiskey #DD996C
Tints of Whiskey #DD996C
RGB
CMYK
RGB Variations
Color information
#DD996C (or 0xDD996C) is known color: Whiskey. HEX triplet: DD, 99 and 6C. RGB value is (221,153,108). Sum of RGB (Red+Green+Blue) = 221+153+108=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD996C is #226693. Grayscale: #A8A8A8. Windows color (decimal): -2254484 or 7117277. OLE color: 7117277.
HSL color Cylindrical-coordinate representation of color #DD996C: hue angle of 23.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD996C is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 108 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.13 |
| HSL | 23.89º | 0.62% | 0.65% | - |
| HSV(B) | 23.89º | 0.51% | 0.87% | - |
| XYZ | 43.92 | 39.24 | 19.45 | - |
| YUV | 168.2 | 94.03 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 108 | 0 | 0.31 | 0.51 | 0.13 | 23.89 | 0.62 | 0.65 |
| Hex | DD | 99 | 6C | 0 | 1F | 33 | D | 18 | 3E | 41 |
| Octal | 335 | 231 | 154 | 0 | 37 | 63 | 15 | 30 | 76 | 101 |
| Binary | 11011101 | 10011001 | 1101100 | 0 | 11111 | 110011 | 1101 | 11000 | 111110 | 1000001 |
Color Harmonies of #DD996C
Complementary color
Monochromatic Colors of #DD996C
Black with #DD996C
Text Example
Text Example
White with #DD996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD996C; }
p { color: rgb(221,153,108); }
H1.HeaderClassName
{
color: #DD996C;
}
.AnyTagClassName
{
color: #DD996C;
}
</style>
background-color css
<style>
a { background-color: #DD996C; }
a { background-color: rgb(221,153,108); }
div.DivClassName
{
background-color: #DD996C;
}
.BgClassName
{
background-color: #DD996C;
}
</style>
border-color css
<style>
span { border-color: #DD996C; }
span { border-color: rgb(221,153,108); }
td.TdClassName
{
border-color: #DD996C;
}
.TagClassName
{
border-color: #DD996C;
}
</style>