Shades of Whiskey #D99669
Tints of Whiskey #D99669
RGB
CMYK
RGB Variations
Color information
#D99669 (or 0xD99669) is known color: Whiskey. HEX triplet: D9, 96 and 69. RGB value is (217,150,105). Sum of RGB (Red+Green+Blue) = 217+150+105=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D99669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99669 is #266996. Grayscale: #A5A5A5. Windows color (decimal): -2517399 or 6919897. OLE color: 6919897.
HSL color Cylindrical-coordinate representation of color #D99669: hue angle of 24.11º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D99669 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 105 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.15 |
| HSL | 24.11º | 0.6% | 0.63% | - |
| HSV(B) | 24.11º | 0.52% | 0.85% | - |
| XYZ | 42.07 | 37.58 | 18.4 | - |
| YUV | 164.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 105 | 0 | 0.31 | 0.52 | 0.15 | 24.11 | 0.6 | 0.63 |
| Hex | D9 | 96 | 69 | 0 | 1F | 34 | F | 18 | 3C | 3F |
| Octal | 331 | 226 | 151 | 0 | 37 | 64 | 17 | 30 | 74 | 77 |
| Binary | 11011001 | 10010110 | 1101001 | 0 | 11111 | 110100 | 1111 | 11000 | 111100 | 111111 |
Color Harmonies of #D99669
Complementary color
Monochromatic Colors of #D99669
Black with #D99669
Text Example
Text Example
White with #D99669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99669; }
p { color: rgb(217,150,105); }
H1.HeaderClassName
{
color: #D99669;
}
.AnyTagClassName
{
color: #D99669;
}
</style>
background-color css
<style>
a { background-color: #D99669; }
a { background-color: rgb(217,150,105); }
div.DivClassName
{
background-color: #D99669;
}
.BgClassName
{
background-color: #D99669;
}
</style>
border-color css
<style>
span { border-color: #D99669; }
span { border-color: rgb(217,150,105); }
td.TdClassName
{
border-color: #D99669;
}
.TagClassName
{
border-color: #D99669;
}
</style>