Shades of Whiskey #D59867
Tints of Whiskey #D59867
RGB
CMYK
RGB Variations
Color information
#D59867 (or 0xD59867) is known color: Whiskey. HEX triplet: D5, 98 and 67. RGB value is (213,152,103). Sum of RGB (Red+Green+Blue) = 213+152+103=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D59867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59867 is #2A6798. Grayscale: #A4A4A4. Windows color (decimal): -2779033 or 6789333. OLE color: 6789333.
HSL color Cylindrical-coordinate representation of color #D59867: hue angle of 26.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D59867 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 103 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.16 |
| HSL | 26.73º | 0.57% | 0.62% | - |
| HSV(B) | 26.73º | 0.52% | 0.84% | - |
| XYZ | 41.12 | 37.58 | 17.92 | - |
| YUV | 164.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 103 | 0 | 0.29 | 0.52 | 0.16 | 26.73 | 0.57 | 0.62 |
| Hex | D5 | 98 | 67 | 0 | 1D | 34 | 10 | 1B | 39 | 3E |
| Octal | 325 | 230 | 147 | 0 | 35 | 64 | 20 | 33 | 71 | 76 |
| Binary | 11010101 | 10011000 | 1100111 | 0 | 11101 | 110100 | 10000 | 11011 | 111001 | 111110 |
Color Harmonies of #D59867
Complementary color
Monochromatic Colors of #D59867
Black with #D59867
Text Example
Text Example
White with #D59867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59867; }
p { color: rgb(213,152,103); }
H1.HeaderClassName
{
color: #D59867;
}
.AnyTagClassName
{
color: #D59867;
}
</style>
background-color css
<style>
a { background-color: #D59867; }
a { background-color: rgb(213,152,103); }
div.DivClassName
{
background-color: #D59867;
}
.BgClassName
{
background-color: #D59867;
}
</style>
border-color css
<style>
span { border-color: #D59867; }
span { border-color: rgb(213,152,103); }
td.TdClassName
{
border-color: #D59867;
}
.TagClassName
{
border-color: #D59867;
}
</style>