Shades of Whiskey #D0895D
Tints of Whiskey #D0895D
RGB
CMYK
RGB Variations
Color information
#D0895D (or 0xD0895D) is known color: Whiskey. HEX triplet: D0, 89 and 5D. RGB value is (208,137,93). Sum of RGB (Red+Green+Blue) = 208+137+93=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0895D is #2F76A2. Grayscale: #999999. Windows color (decimal): -3110563 or 6130128. OLE color: 6130128.
HSL color Cylindrical-coordinate representation of color #D0895D: hue angle of 22.96º 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 #D0895D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 93 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.18 |
| HSL | 22.96º | 0.55% | 0.59% | - |
| HSV(B) | 22.96º | 0.55% | 0.82% | - |
| XYZ | 36.93 | 32.09 | 14.6 | - |
| YUV | 153.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 93 | 0 | 0.34 | 0.55 | 0.18 | 22.96 | 0.55 | 0.59 |
| Hex | D0 | 89 | 5D | 0 | 22 | 37 | 12 | 17 | 37 | 3B |
| Octal | 320 | 211 | 135 | 0 | 42 | 67 | 22 | 27 | 67 | 73 |
| Binary | 11010000 | 10001001 | 1011101 | 0 | 100010 | 110111 | 10010 | 10111 | 110111 | 111011 |
Color Harmonies of #D0895D
Complementary color
Monochromatic Colors of #D0895D
Black with #D0895D
Text Example
Text Example
White with #D0895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0895D; }
p { color: rgb(208,137,93); }
H1.HeaderClassName
{
color: #D0895D;
}
.AnyTagClassName
{
color: #D0895D;
}
</style>
background-color css
<style>
a { background-color: #D0895D; }
a { background-color: rgb(208,137,93); }
div.DivClassName
{
background-color: #D0895D;
}
.BgClassName
{
background-color: #D0895D;
}
</style>
border-color css
<style>
span { border-color: #D0895D; }
span { border-color: rgb(208,137,93); }
td.TdClassName
{
border-color: #D0895D;
}
.TagClassName
{
border-color: #D0895D;
}
</style>