Shades of Whiskey #D1956B
Tints of Whiskey #D1956B
RGB
CMYK
RGB Variations
Color information
#D1956B (or 0xD1956B) is known color: Whiskey. HEX triplet: D1, 95 and 6B. RGB value is (209,149,107). Sum of RGB (Red+Green+Blue) = 209+149+107=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1956B is #2E6A94. Grayscale: #A2A2A2. Windows color (decimal): -3041941 or 7050705. OLE color: 7050705.
HSL color Cylindrical-coordinate representation of color #D1956B: hue angle of 24.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1956B is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 107 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.18 |
| HSL | 24.71º | 0.53% | 0.62% | - |
| HSV(B) | 24.71º | 0.49% | 0.82% | - |
| XYZ | 39.7 | 36.11 | 18.79 | - |
| YUV | 162.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 107 | 0 | 0.29 | 0.49 | 0.18 | 24.71 | 0.53 | 0.62 |
| Hex | D1 | 95 | 6B | 0 | 1D | 31 | 12 | 19 | 35 | 3E |
| Octal | 321 | 225 | 153 | 0 | 35 | 61 | 22 | 31 | 65 | 76 |
| Binary | 11010001 | 10010101 | 1101011 | 0 | 11101 | 110001 | 10010 | 11001 | 110101 | 111110 |
Color Harmonies of #D1956B
Complementary color
Monochromatic Colors of #D1956B
Black with #D1956B
Text Example
Text Example
White with #D1956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1956B; }
p { color: rgb(209,149,107); }
H1.HeaderClassName
{
color: #D1956B;
}
.AnyTagClassName
{
color: #D1956B;
}
</style>
background-color css
<style>
a { background-color: #D1956B; }
a { background-color: rgb(209,149,107); }
div.DivClassName
{
background-color: #D1956B;
}
.BgClassName
{
background-color: #D1956B;
}
</style>
border-color css
<style>
span { border-color: #D1956B; }
span { border-color: rgb(209,149,107); }
td.TdClassName
{
border-color: #D1956B;
}
.TagClassName
{
border-color: #D1956B;
}
</style>