Shades of Whiskey #D79367
Tints of Whiskey #D79367
RGB
CMYK
RGB Variations
Color information
#D79367 (or 0xD79367) is known color: Whiskey. HEX triplet: D7, 93 and 67. RGB value is (215,147,103). Sum of RGB (Red+Green+Blue) = 215+147+103=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D79367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79367 is #286C98. Grayscale: #A2A2A2. Windows color (decimal): -2649241 or 6788055. OLE color: 6788055.
HSL color Cylindrical-coordinate representation of color #D79367: hue angle of 23.57º 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 #D79367 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 103 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.16 |
| HSL | 23.57º | 0.58% | 0.62% | - |
| HSV(B) | 23.57º | 0.52% | 0.84% | - |
| XYZ | 40.91 | 36.29 | 17.68 | - |
| YUV | 162.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 103 | 0 | 0.32 | 0.52 | 0.16 | 23.57 | 0.58 | 0.62 |
| Hex | D7 | 93 | 67 | 0 | 20 | 34 | 10 | 18 | 3A | 3E |
| Octal | 327 | 223 | 147 | 0 | 40 | 64 | 20 | 30 | 72 | 76 |
| Binary | 11010111 | 10010011 | 1100111 | 0 | 100000 | 110100 | 10000 | 11000 | 111010 | 111110 |
Color Harmonies of #D79367
Complementary color
Monochromatic Colors of #D79367
Black with #D79367
Text Example
Text Example
White with #D79367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79367; }
p { color: rgb(215,147,103); }
H1.HeaderClassName
{
color: #D79367;
}
.AnyTagClassName
{
color: #D79367;
}
</style>
background-color css
<style>
a { background-color: #D79367; }
a { background-color: rgb(215,147,103); }
div.DivClassName
{
background-color: #D79367;
}
.BgClassName
{
background-color: #D79367;
}
</style>
border-color css
<style>
span { border-color: #D79367; }
span { border-color: rgb(215,147,103); }
td.TdClassName
{
border-color: #D79367;
}
.TagClassName
{
border-color: #D79367;
}
</style>