Shades of Whiskey #D39062
Tints of Whiskey #D39062
RGB
CMYK
RGB Variations
Color information
#D39062 (or 0xD39062) is known color: Whiskey. HEX triplet: D3, 90 and 62. RGB value is (211,144,98). Sum of RGB (Red+Green+Blue) = 211+144+98=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D39062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39062 is #2C6F9D. Grayscale: #9F9F9F. Windows color (decimal): -2912158 or 6459603. OLE color: 6459603.
HSL color Cylindrical-coordinate representation of color #D39062: hue angle of 24.42º 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 #D39062 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 98 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.17 |
| HSL | 24.42º | 0.56% | 0.61% | - |
| HSV(B) | 24.42º | 0.54% | 0.83% | - |
| XYZ | 39.04 | 34.68 | 16.19 | - |
| YUV | 158.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 98 | 0 | 0.32 | 0.54 | 0.17 | 24.42 | 0.56 | 0.61 |
| Hex | D3 | 90 | 62 | 0 | 20 | 36 | 11 | 18 | 38 | 3D |
| Octal | 323 | 220 | 142 | 0 | 40 | 66 | 21 | 30 | 70 | 75 |
| Binary | 11010011 | 10010000 | 1100010 | 0 | 100000 | 110110 | 10001 | 11000 | 111000 | 111101 |
Color Harmonies of #D39062
Complementary color
Monochromatic Colors of #D39062
Black with #D39062
Text Example
Text Example
White with #D39062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39062; }
p { color: rgb(211,144,98); }
H1.HeaderClassName
{
color: #D39062;
}
.AnyTagClassName
{
color: #D39062;
}
</style>
background-color css
<style>
a { background-color: #D39062; }
a { background-color: rgb(211,144,98); }
div.DivClassName
{
background-color: #D39062;
}
.BgClassName
{
background-color: #D39062;
}
</style>
border-color css
<style>
span { border-color: #D39062; }
span { border-color: rgb(211,144,98); }
td.TdClassName
{
border-color: #D39062;
}
.TagClassName
{
border-color: #D39062;
}
</style>