Shades of Whiskey #D5956C
Tints of Whiskey #D5956C
RGB
CMYK
RGB Variations
Color information
#D5956C (or 0xD5956C) is known color: Whiskey. HEX triplet: D5, 95 and 6C. RGB value is (213,149,108). Sum of RGB (Red+Green+Blue) = 213+149+108=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5956C is #2A6A93. Grayscale: #A3A3A3. Windows color (decimal): -2779796 or 7116245. OLE color: 7116245.
HSL color Cylindrical-coordinate representation of color #D5956C: hue angle of 23.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5956C is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 108 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.16 |
| HSL | 23.43º | 0.56% | 0.63% | - |
| HSV(B) | 23.43º | 0.49% | 0.84% | - |
| XYZ | 40.89 | 36.72 | 19.12 | - |
| YUV | 163.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 108 | 0 | 0.30 | 0.49 | 0.16 | 23.43 | 0.56 | 0.63 |
| Hex | D5 | 95 | 6C | 0 | 1E | 31 | 10 | 17 | 38 | 3F |
| Octal | 325 | 225 | 154 | 0 | 36 | 61 | 20 | 27 | 70 | 77 |
| Binary | 11010101 | 10010101 | 1101100 | 0 | 11110 | 110001 | 10000 | 10111 | 111000 | 111111 |
Color Harmonies of #D5956C
Complementary color
Monochromatic Colors of #D5956C
Black with #D5956C
Text Example
Text Example
White with #D5956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5956C; }
p { color: rgb(213,149,108); }
H1.HeaderClassName
{
color: #D5956C;
}
.AnyTagClassName
{
color: #D5956C;
}
</style>
background-color css
<style>
a { background-color: #D5956C; }
a { background-color: rgb(213,149,108); }
div.DivClassName
{
background-color: #D5956C;
}
.BgClassName
{
background-color: #D5956C;
}
</style>
border-color css
<style>
span { border-color: #D5956C; }
span { border-color: rgb(213,149,108); }
td.TdClassName
{
border-color: #D5956C;
}
.TagClassName
{
border-color: #D5956C;
}
</style>