Shades of Whiskey #D99767
Tints of Whiskey #D99767
RGB
CMYK
RGB Variations
Color information
#D99767 (or 0xD99767) is known color: Whiskey. HEX triplet: D9, 97 and 67. RGB value is (217,151,103). Sum of RGB (Red+Green+Blue) = 217+151+103=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D99767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99767 is #266898. Grayscale: #A5A5A5. Windows color (decimal): -2517145 or 6789081. OLE color: 6789081.
HSL color Cylindrical-coordinate representation of color #D99767: hue angle of 25.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D99767 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 103 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.15 |
| HSL | 25.26º | 0.6% | 0.63% | - |
| HSV(B) | 25.26º | 0.53% | 0.85% | - |
| XYZ | 42.13 | 37.86 | 17.92 | - |
| YUV | 165.26 | 92.87 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 103 | 0 | 0.30 | 0.53 | 0.15 | 25.26 | 0.6 | 0.63 |
| Hex | D9 | 97 | 67 | 0 | 1E | 35 | F | 19 | 3C | 3F |
| Octal | 331 | 227 | 147 | 0 | 36 | 65 | 17 | 31 | 74 | 77 |
| Binary | 11011001 | 10010111 | 1100111 | 0 | 11110 | 110101 | 1111 | 11001 | 111100 | 111111 |
Color Harmonies of #D99767
Complementary color
Monochromatic Colors of #D99767
Black with #D99767
Text Example
Text Example
White with #D99767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99767; }
p { color: rgb(217,151,103); }
H1.HeaderClassName
{
color: #D99767;
}
.AnyTagClassName
{
color: #D99767;
}
</style>
background-color css
<style>
a { background-color: #D99767; }
a { background-color: rgb(217,151,103); }
div.DivClassName
{
background-color: #D99767;
}
.BgClassName
{
background-color: #D99767;
}
</style>
border-color css
<style>
span { border-color: #D99767; }
span { border-color: rgb(217,151,103); }
td.TdClassName
{
border-color: #D99767;
}
.TagClassName
{
border-color: #D99767;
}
</style>