Shades of Whiskey #D59569
Tints of Whiskey #D59569
RGB
CMYK
RGB Variations
Color information
#D59569 (or 0xD59569) is known color: Whiskey. HEX triplet: D5, 95 and 69. RGB value is (213,149,105). Sum of RGB (Red+Green+Blue) = 213+149+105=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D59569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59569 is #2A6A96. Grayscale: #A3A3A3. Windows color (decimal): -2779799 or 6919637. OLE color: 6919637.
HSL color Cylindrical-coordinate representation of color #D59569: hue angle of 24.44º 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 #D59569 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 105 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.16 |
| HSL | 24.44º | 0.56% | 0.62% | - |
| HSV(B) | 24.44º | 0.51% | 0.84% | - |
| XYZ | 40.74 | 36.66 | 18.29 | - |
| YUV | 163.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 105 | 0 | 0.30 | 0.51 | 0.16 | 24.44 | 0.56 | 0.62 |
| Hex | D5 | 95 | 69 | 0 | 1E | 33 | 10 | 18 | 38 | 3E |
| Octal | 325 | 225 | 151 | 0 | 36 | 63 | 20 | 30 | 70 | 76 |
| Binary | 11010101 | 10010101 | 1101001 | 0 | 11110 | 110011 | 10000 | 11000 | 111000 | 111110 |
Color Harmonies of #D59569
Complementary color
Monochromatic Colors of #D59569
Black with #D59569
Text Example
Text Example
White with #D59569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59569; }
p { color: rgb(213,149,105); }
H1.HeaderClassName
{
color: #D59569;
}
.AnyTagClassName
{
color: #D59569;
}
</style>
background-color css
<style>
a { background-color: #D59569; }
a { background-color: rgb(213,149,105); }
div.DivClassName
{
background-color: #D59569;
}
.BgClassName
{
background-color: #D59569;
}
</style>
border-color css
<style>
span { border-color: #D59569; }
span { border-color: rgb(213,149,105); }
td.TdClassName
{
border-color: #D59569;
}
.TagClassName
{
border-color: #D59569;
}
</style>