Shades of Whiskey #D69967
Tints of Whiskey #D69967
RGB
CMYK
RGB Variations
Color information
#D69967 (or 0xD69967) is known color: Whiskey. HEX triplet: D6, 99 and 67. RGB value is (214,153,103). Sum of RGB (Red+Green+Blue) = 214+153+103=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D69967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69967 is #296698. Grayscale: #A5A5A5. Windows color (decimal): -2713241 or 6789590. OLE color: 6789590.
HSL color Cylindrical-coordinate representation of color #D69967: hue angle of 27.03º 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 #D69967 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 103 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.16 |
| HSL | 27.03º | 0.58% | 0.62% | - |
| HSV(B) | 27.03º | 0.52% | 0.84% | - |
| XYZ | 41.57 | 38.06 | 17.99 | - |
| YUV | 165.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 103 | 0 | 0.29 | 0.52 | 0.16 | 27.03 | 0.58 | 0.62 |
| Hex | D6 | 99 | 67 | 0 | 1D | 34 | 10 | 1B | 3A | 3E |
| Octal | 326 | 231 | 147 | 0 | 35 | 64 | 20 | 33 | 72 | 76 |
| Binary | 11010110 | 10011001 | 1100111 | 0 | 11101 | 110100 | 10000 | 11011 | 111010 | 111110 |
Color Harmonies of #D69967
Complementary color
Monochromatic Colors of #D69967
Black with #D69967
Text Example
Text Example
White with #D69967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69967; }
p { color: rgb(214,153,103); }
H1.HeaderClassName
{
color: #D69967;
}
.AnyTagClassName
{
color: #D69967;
}
</style>
background-color css
<style>
a { background-color: #D69967; }
a { background-color: rgb(214,153,103); }
div.DivClassName
{
background-color: #D69967;
}
.BgClassName
{
background-color: #D69967;
}
</style>
border-color css
<style>
span { border-color: #D69967; }
span { border-color: rgb(214,153,103); }
td.TdClassName
{
border-color: #D69967;
}
.TagClassName
{
border-color: #D69967;
}
</style>