Shades of Whiskey #D5996D
Tints of Whiskey #D5996D
RGB
CMYK
RGB Variations
Color information
#D5996D (or 0xD5996D) is known color: Whiskey. HEX triplet: D5, 99 and 6D. RGB value is (213,153,109). Sum of RGB (Red+Green+Blue) = 213+153+109=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5996D is #2A6692. Grayscale: #A6A6A6. Windows color (decimal): -2778771 or 7182805. OLE color: 7182805.
HSL color Cylindrical-coordinate representation of color #D5996D: hue angle of 25.38º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5996D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 109 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.16 |
| HSL | 25.38º | 0.55% | 0.63% | - |
| HSV(B) | 25.38º | 0.49% | 0.84% | - |
| XYZ | 41.59 | 38.03 | 19.62 | - |
| YUV | 165.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 109 | 0 | 0.28 | 0.49 | 0.16 | 25.38 | 0.55 | 0.63 |
| Hex | D5 | 99 | 6D | 0 | 1C | 31 | 10 | 19 | 37 | 3F |
| Octal | 325 | 231 | 155 | 0 | 34 | 61 | 20 | 31 | 67 | 77 |
| Binary | 11010101 | 10011001 | 1101101 | 0 | 11100 | 110001 | 10000 | 11001 | 110111 | 111111 |
Color Harmonies of #D5996D
Complementary color
Monochromatic Colors of #D5996D
Black with #D5996D
Text Example
Text Example
White with #D5996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5996D; }
p { color: rgb(213,153,109); }
H1.HeaderClassName
{
color: #D5996D;
}
.AnyTagClassName
{
color: #D5996D;
}
</style>
background-color css
<style>
a { background-color: #D5996D; }
a { background-color: rgb(213,153,109); }
div.DivClassName
{
background-color: #D5996D;
}
.BgClassName
{
background-color: #D5996D;
}
</style>
border-color css
<style>
span { border-color: #D5996D; }
span { border-color: rgb(213,153,109); }
td.TdClassName
{
border-color: #D5996D;
}
.TagClassName
{
border-color: #D5996D;
}
</style>