Shades of Whiskey #D5956A
Tints of Whiskey #D5956A
RGB
CMYK
RGB Variations
Color information
#D5956A (or 0xD5956A) is known color: Whiskey. HEX triplet: D5, 95 and 6A. RGB value is (213,149,106). Sum of RGB (Red+Green+Blue) = 213+149+106=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5956A is #2A6A95. Grayscale: #A3A3A3. Windows color (decimal): -2779798 or 6985173. OLE color: 6985173.
HSL color Cylindrical-coordinate representation of color #D5956A: hue angle of 24.11º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5956A is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 106 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.16 |
| HSL | 24.11º | 0.56% | 0.63% | - |
| HSV(B) | 24.11º | 0.5% | 0.84% | - |
| XYZ | 40.79 | 36.68 | 18.57 | - |
| YUV | 163.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 106 | 0 | 0.30 | 0.50 | 0.16 | 24.11 | 0.56 | 0.63 |
| Hex | D5 | 95 | 6A | 0 | 1E | 32 | 10 | 18 | 38 | 3F |
| Octal | 325 | 225 | 152 | 0 | 36 | 62 | 20 | 30 | 70 | 77 |
| Binary | 11010101 | 10010101 | 1101010 | 0 | 11110 | 110010 | 10000 | 11000 | 111000 | 111111 |
Color Harmonies of #D5956A
Complementary color
Monochromatic Colors of #D5956A
Black with #D5956A
Text Example
Text Example
White with #D5956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5956A; }
p { color: rgb(213,149,106); }
H1.HeaderClassName
{
color: #D5956A;
}
.AnyTagClassName
{
color: #D5956A;
}
</style>
background-color css
<style>
a { background-color: #D5956A; }
a { background-color: rgb(213,149,106); }
div.DivClassName
{
background-color: #D5956A;
}
.BgClassName
{
background-color: #D5956A;
}
</style>
border-color css
<style>
span { border-color: #D5956A; }
span { border-color: rgb(213,149,106); }
td.TdClassName
{
border-color: #D5956A;
}
.TagClassName
{
border-color: #D5956A;
}
</style>