Shades of Whiskey #D99A69
Tints of Whiskey #D99A69
RGB
CMYK
RGB Variations
Color information
#D99A69 (or 0xD99A69) is known color: Whiskey. HEX triplet: D9, 9A and 69. RGB value is (217,154,105). Sum of RGB (Red+Green+Blue) = 217+154+105=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A69 is #266596. Grayscale: #A7A7A7. Windows color (decimal): -2516375 or 6920921. OLE color: 6920921.
HSL color Cylindrical-coordinate representation of color #D99A69: hue angle of 26.25º 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 #D99A69 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 105 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.15 |
| HSL | 26.25º | 0.6% | 0.63% | - |
| HSV(B) | 26.25º | 0.52% | 0.85% | - |
| XYZ | 42.72 | 38.88 | 18.62 | - |
| YUV | 167.25 | 92.87 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 105 | 0 | 0.29 | 0.52 | 0.15 | 26.25 | 0.6 | 0.63 |
| Hex | D9 | 9A | 69 | 0 | 1D | 34 | F | 1A | 3C | 3F |
| Octal | 331 | 232 | 151 | 0 | 35 | 64 | 17 | 32 | 74 | 77 |
| Binary | 11011001 | 10011010 | 1101001 | 0 | 11101 | 110100 | 1111 | 11010 | 111100 | 111111 |
Color Harmonies of #D99A69
Complementary color
Monochromatic Colors of #D99A69
Black with #D99A69
Text Example
Text Example
White with #D99A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A69; }
p { color: rgb(217,154,105); }
H1.HeaderClassName
{
color: #D99A69;
}
.AnyTagClassName
{
color: #D99A69;
}
</style>
background-color css
<style>
a { background-color: #D99A69; }
a { background-color: rgb(217,154,105); }
div.DivClassName
{
background-color: #D99A69;
}
.BgClassName
{
background-color: #D99A69;
}
</style>
border-color css
<style>
span { border-color: #D99A69; }
span { border-color: rgb(217,154,105); }
td.TdClassName
{
border-color: #D99A69;
}
.TagClassName
{
border-color: #D99A69;
}
</style>