Shades of Whiskey #D59669
Tints of Whiskey #D59669
RGB
CMYK
RGB Variations
Color information
#D59669 (or 0xD59669) is known color: Whiskey. HEX triplet: D5, 96 and 69. RGB value is (213,150,105). Sum of RGB (Red+Green+Blue) = 213+150+105=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D59669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59669 is #2A6996. Grayscale: #A3A3A3. Windows color (decimal): -2779543 or 6919893. OLE color: 6919893.
HSL color Cylindrical-coordinate representation of color #D59669: hue angle of 25º 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 #D59669 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 105 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.16 |
| HSL | 25º | 0.56% | 0.62% | - |
| HSV(B) | 25º | 0.51% | 0.84% | - |
| XYZ | 40.9 | 36.98 | 18.35 | - |
| YUV | 163.71 | 94.87 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 105 | 0 | 0.30 | 0.51 | 0.16 | 25 | 0.56 | 0.62 |
| Hex | D5 | 96 | 69 | 0 | 1E | 33 | 10 | 19 | 38 | 3E |
| Octal | 325 | 226 | 151 | 0 | 36 | 63 | 20 | 31 | 70 | 76 |
| Binary | 11010101 | 10010110 | 1101001 | 0 | 11110 | 110011 | 10000 | 11001 | 111000 | 111110 |
Color Harmonies of #D59669
Complementary color
Monochromatic Colors of #D59669
Black with #D59669
Text Example
Text Example
White with #D59669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59669; }
p { color: rgb(213,150,105); }
H1.HeaderClassName
{
color: #D59669;
}
.AnyTagClassName
{
color: #D59669;
}
</style>
background-color css
<style>
a { background-color: #D59669; }
a { background-color: rgb(213,150,105); }
div.DivClassName
{
background-color: #D59669;
}
.BgClassName
{
background-color: #D59669;
}
</style>
border-color css
<style>
span { border-color: #D59669; }
span { border-color: rgb(213,150,105); }
td.TdClassName
{
border-color: #D59669;
}
.TagClassName
{
border-color: #D59669;
}
</style>