Shades of Whiskey #D69167
Tints of Whiskey #D69167
RGB
CMYK
RGB Variations
Color information
#D69167 (or 0xD69167) is known color: Whiskey. HEX triplet: D6, 91 and 67. RGB value is (214,145,103). Sum of RGB (Red+Green+Blue) = 214+145+103=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D69167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69167 is #296E98. Grayscale: #A1A1A1. Windows color (decimal): -2715289 or 6787542. OLE color: 6787542.
HSL color Cylindrical-coordinate representation of color #D69167: hue angle of 22.7º degrees, saturation: 0.58, 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 #D69167 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 103 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.16 |
| HSL | 22.7º | 0.58% | 0.62% | - |
| HSV(B) | 22.7º | 0.52% | 0.84% | - |
| XYZ | 40.31 | 35.53 | 17.56 | - |
| YUV | 160.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 103 | 0 | 0.32 | 0.52 | 0.16 | 22.7 | 0.58 | 0.62 |
| Hex | D6 | 91 | 67 | 0 | 20 | 34 | 10 | 17 | 3A | 3E |
| Octal | 326 | 221 | 147 | 0 | 40 | 64 | 20 | 27 | 72 | 76 |
| Binary | 11010110 | 10010001 | 1100111 | 0 | 100000 | 110100 | 10000 | 10111 | 111010 | 111110 |
Color Harmonies of #D69167
Complementary color
Monochromatic Colors of #D69167
Black with #D69167
Text Example
Text Example
White with #D69167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69167; }
p { color: rgb(214,145,103); }
H1.HeaderClassName
{
color: #D69167;
}
.AnyTagClassName
{
color: #D69167;
}
</style>
background-color css
<style>
a { background-color: #D69167; }
a { background-color: rgb(214,145,103); }
div.DivClassName
{
background-color: #D69167;
}
.BgClassName
{
background-color: #D69167;
}
</style>
border-color css
<style>
span { border-color: #D69167; }
span { border-color: rgb(214,145,103); }
td.TdClassName
{
border-color: #D69167;
}
.TagClassName
{
border-color: #D69167;
}
</style>