Shades of Whiskey #D69067
Tints of Whiskey #D69067
RGB
CMYK
RGB Variations
Color information
#D69067 (or 0xD69067) is known color: Whiskey. HEX triplet: D6, 90 and 67. RGB value is (214,144,103). Sum of RGB (Red+Green+Blue) = 214+144+103=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D69067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69067 is #296F98. Grayscale: #A0A0A0. Windows color (decimal): -2715545 or 6787286. OLE color: 6787286.
HSL color Cylindrical-coordinate representation of color #D69067: hue angle of 22.16º 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 #D69067 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 103 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.16 |
| HSL | 22.16º | 0.58% | 0.62% | - |
| HSV(B) | 22.16º | 0.52% | 0.84% | - |
| XYZ | 40.15 | 35.22 | 17.51 | - |
| YUV | 160.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 103 | 0 | 0.33 | 0.52 | 0.16 | 22.16 | 0.58 | 0.62 |
| Hex | D6 | 90 | 67 | 0 | 21 | 34 | 10 | 16 | 3A | 3E |
| Octal | 326 | 220 | 147 | 0 | 41 | 64 | 20 | 26 | 72 | 76 |
| Binary | 11010110 | 10010000 | 1100111 | 0 | 100001 | 110100 | 10000 | 10110 | 111010 | 111110 |
Color Harmonies of #D69067
Complementary color
Monochromatic Colors of #D69067
Black with #D69067
Text Example
Text Example
White with #D69067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69067; }
p { color: rgb(214,144,103); }
H1.HeaderClassName
{
color: #D69067;
}
.AnyTagClassName
{
color: #D69067;
}
</style>
background-color css
<style>
a { background-color: #D69067; }
a { background-color: rgb(214,144,103); }
div.DivClassName
{
background-color: #D69067;
}
.BgClassName
{
background-color: #D69067;
}
</style>
border-color css
<style>
span { border-color: #D69067; }
span { border-color: rgb(214,144,103); }
td.TdClassName
{
border-color: #D69067;
}
.TagClassName
{
border-color: #D69067;
}
</style>