Shades of Whiskey #D0956C
Tints of Whiskey #D0956C
RGB
CMYK
RGB Variations
Color information
#D0956C (or 0xD0956C) is known color: Whiskey. HEX triplet: D0, 95 and 6C. RGB value is (208,149,108). Sum of RGB (Red+Green+Blue) = 208+149+108=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0956C is #2F6A93. Grayscale: #A2A2A2. Windows color (decimal): -3107476 or 7116240. OLE color: 7116240.
HSL color Cylindrical-coordinate representation of color #D0956C: hue angle of 24.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0956C is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 108 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.18 |
| HSL | 24.6º | 0.52% | 0.62% | - |
| HSV(B) | 24.6º | 0.48% | 0.82% | - |
| XYZ | 39.47 | 35.99 | 19.05 | - |
| YUV | 161.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 108 | 0 | 0.28 | 0.48 | 0.18 | 24.6 | 0.52 | 0.62 |
| Hex | D0 | 95 | 6C | 0 | 1C | 30 | 12 | 19 | 34 | 3E |
| Octal | 320 | 225 | 154 | 0 | 34 | 60 | 22 | 31 | 64 | 76 |
| Binary | 11010000 | 10010101 | 1101100 | 0 | 11100 | 110000 | 10010 | 11001 | 110100 | 111110 |
Color Harmonies of #D0956C
Complementary color
Monochromatic Colors of #D0956C
Black with #D0956C
Text Example
Text Example
White with #D0956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0956C; }
p { color: rgb(208,149,108); }
H1.HeaderClassName
{
color: #D0956C;
}
.AnyTagClassName
{
color: #D0956C;
}
</style>
background-color css
<style>
a { background-color: #D0956C; }
a { background-color: rgb(208,149,108); }
div.DivClassName
{
background-color: #D0956C;
}
.BgClassName
{
background-color: #D0956C;
}
</style>
border-color css
<style>
span { border-color: #D0956C; }
span { border-color: rgb(208,149,108); }
td.TdClassName
{
border-color: #D0956C;
}
.TagClassName
{
border-color: #D0956C;
}
</style>