Shades of Whiskey #D59969
Tints of Whiskey #D59969
RGB
CMYK
RGB Variations
Color information
#D59969 (or 0xD59969) is known color: Whiskey. HEX triplet: D5, 99 and 69. RGB value is (213,153,105). Sum of RGB (Red+Green+Blue) = 213+153+105=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D59969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59969 is #2A6696. Grayscale: #A5A5A5. Windows color (decimal): -2778775 or 6920661. OLE color: 6920661.
HSL color Cylindrical-coordinate representation of color #D59969: hue angle of 26.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D59969 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 105 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.16 |
| HSL | 26.67º | 0.56% | 0.62% | - |
| HSV(B) | 26.67º | 0.51% | 0.84% | - |
| XYZ | 41.38 | 37.95 | 18.51 | - |
| YUV | 165.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 105 | 0 | 0.28 | 0.51 | 0.16 | 26.67 | 0.56 | 0.62 |
| Hex | D5 | 99 | 69 | 0 | 1C | 33 | 10 | 1B | 38 | 3E |
| Octal | 325 | 231 | 151 | 0 | 34 | 63 | 20 | 33 | 70 | 76 |
| Binary | 11010101 | 10011001 | 1101001 | 0 | 11100 | 110011 | 10000 | 11011 | 111000 | 111110 |
Color Harmonies of #D59969
Complementary color
Monochromatic Colors of #D59969
Black with #D59969
Text Example
Text Example
White with #D59969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59969; }
p { color: rgb(213,153,105); }
H1.HeaderClassName
{
color: #D59969;
}
.AnyTagClassName
{
color: #D59969;
}
</style>
background-color css
<style>
a { background-color: #D59969; }
a { background-color: rgb(213,153,105); }
div.DivClassName
{
background-color: #D59969;
}
.BgClassName
{
background-color: #D59969;
}
</style>
border-color css
<style>
span { border-color: #D59969; }
span { border-color: rgb(213,153,105); }
td.TdClassName
{
border-color: #D59969;
}
.TagClassName
{
border-color: #D59969;
}
</style>