Shades of Whiskey #D08C5D
Tints of Whiskey #D08C5D
RGB
CMYK
RGB Variations
Color information
#D08C5D (or 0xD08C5D) is known color: Whiskey. HEX triplet: D0, 8C and 5D. RGB value is (208,140,93). Sum of RGB (Red+Green+Blue) = 208+140+93=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C5D is #2F73A2. Grayscale: #9B9B9B. Windows color (decimal): -3109795 or 6130896. OLE color: 6130896.
HSL color Cylindrical-coordinate representation of color #D08C5D: hue angle of 24.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D08C5D is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 93 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.18 |
| HSL | 24.52º | 0.55% | 0.59% | - |
| HSV(B) | 24.52º | 0.55% | 0.82% | - |
| XYZ | 37.37 | 32.96 | 14.75 | - |
| YUV | 154.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 93 | 0 | 0.33 | 0.55 | 0.18 | 24.52 | 0.55 | 0.59 |
| Hex | D0 | 8C | 5D | 0 | 21 | 37 | 12 | 19 | 37 | 3B |
| Octal | 320 | 214 | 135 | 0 | 41 | 67 | 22 | 31 | 67 | 73 |
| Binary | 11010000 | 10001100 | 1011101 | 0 | 100001 | 110111 | 10010 | 11001 | 110111 | 111011 |
Color Harmonies of #D08C5D
Complementary color
Monochromatic Colors of #D08C5D
Black with #D08C5D
Text Example
Text Example
White with #D08C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C5D; }
p { color: rgb(208,140,93); }
H1.HeaderClassName
{
color: #D08C5D;
}
.AnyTagClassName
{
color: #D08C5D;
}
</style>
background-color css
<style>
a { background-color: #D08C5D; }
a { background-color: rgb(208,140,93); }
div.DivClassName
{
background-color: #D08C5D;
}
.BgClassName
{
background-color: #D08C5D;
}
</style>
border-color css
<style>
span { border-color: #D08C5D; }
span { border-color: rgb(208,140,93); }
td.TdClassName
{
border-color: #D08C5D;
}
.TagClassName
{
border-color: #D08C5D;
}
</style>