Shades of Whiskey #D38D60
Tints of Whiskey #D38D60
RGB
CMYK
RGB Variations
Color information
#D38D60 (or 0xD38D60) is known color: Whiskey. HEX triplet: D3, 8D and 60. RGB value is (211,141,96). Sum of RGB (Red+Green+Blue) = 211+141+96=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D60 is #2C729F. Grayscale: #9D9D9D. Windows color (decimal): -2912928 or 6327763. OLE color: 6327763.
HSL color Cylindrical-coordinate representation of color #D38D60: hue angle of 23.48º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D38D60 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 96 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.17 |
| HSL | 23.48º | 0.57% | 0.6% | - |
| HSV(B) | 23.48º | 0.55% | 0.83% | - |
| XYZ | 38.5 | 33.74 | 15.55 | - |
| YUV | 156.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 96 | 0 | 0.33 | 0.55 | 0.17 | 23.48 | 0.57 | 0.6 |
| Hex | D3 | 8D | 60 | 0 | 21 | 37 | 11 | 17 | 39 | 3C |
| Octal | 323 | 215 | 140 | 0 | 41 | 67 | 21 | 27 | 71 | 74 |
| Binary | 11010011 | 10001101 | 1100000 | 0 | 100001 | 110111 | 10001 | 10111 | 111001 | 111100 |
Color Harmonies of #D38D60
Complementary color
Monochromatic Colors of #D38D60
Black with #D38D60
Text Example
Text Example
White with #D38D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D60; }
p { color: rgb(211,141,96); }
H1.HeaderClassName
{
color: #D38D60;
}
.AnyTagClassName
{
color: #D38D60;
}
</style>
background-color css
<style>
a { background-color: #D38D60; }
a { background-color: rgb(211,141,96); }
div.DivClassName
{
background-color: #D38D60;
}
.BgClassName
{
background-color: #D38D60;
}
</style>
border-color css
<style>
span { border-color: #D38D60; }
span { border-color: rgb(211,141,96); }
td.TdClassName
{
border-color: #D38D60;
}
.TagClassName
{
border-color: #D38D60;
}
</style>