Shades of Whiskey #D38A62
Tints of Whiskey #D38A62
RGB
CMYK
RGB Variations
Color information
#D38A62 (or 0xD38A62) is known color: Whiskey. HEX triplet: D3, 8A and 62. RGB value is (211,138,98). Sum of RGB (Red+Green+Blue) = 211+138+98=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38A62 is #2C759D. Grayscale: #9B9B9B. Windows color (decimal): -2913694 or 6458067. OLE color: 6458067.
HSL color Cylindrical-coordinate representation of color #D38A62: hue angle of 21.24º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D38A62 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 98 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.17 |
| HSL | 21.24º | 0.56% | 0.61% | - |
| HSV(B) | 21.24º | 0.54% | 0.83% | - |
| XYZ | 38.16 | 32.91 | 15.9 | - |
| YUV | 155.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 98 | 0 | 0.35 | 0.54 | 0.17 | 21.24 | 0.56 | 0.61 |
| Hex | D3 | 8A | 62 | 0 | 23 | 36 | 11 | 15 | 38 | 3D |
| Octal | 323 | 212 | 142 | 0 | 43 | 66 | 21 | 25 | 70 | 75 |
| Binary | 11010011 | 10001010 | 1100010 | 0 | 100011 | 110110 | 10001 | 10101 | 111000 | 111101 |
Color Harmonies of #D38A62
Complementary color
Monochromatic Colors of #D38A62
Black with #D38A62
Text Example
Text Example
White with #D38A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A62; }
p { color: rgb(211,138,98); }
H1.HeaderClassName
{
color: #D38A62;
}
.AnyTagClassName
{
color: #D38A62;
}
</style>
background-color css
<style>
a { background-color: #D38A62; }
a { background-color: rgb(211,138,98); }
div.DivClassName
{
background-color: #D38A62;
}
.BgClassName
{
background-color: #D38A62;
}
</style>
border-color css
<style>
span { border-color: #D38A62; }
span { border-color: rgb(211,138,98); }
td.TdClassName
{
border-color: #D38A62;
}
.TagClassName
{
border-color: #D38A62;
}
</style>