Shades of Whiskey #D39262
Tints of Whiskey #D39262
RGB
CMYK
RGB Variations
Color information
#D39262 (or 0xD39262) is known color: Whiskey. HEX triplet: D3, 92 and 62. RGB value is (211,146,98). Sum of RGB (Red+Green+Blue) = 211+146+98=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D39262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39262 is #2C6D9D. Grayscale: #A0A0A0. Windows color (decimal): -2911646 or 6460115. OLE color: 6460115.
HSL color Cylindrical-coordinate representation of color #D39262: hue angle of 25.49º 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 #D39262 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 98 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.17 |
| HSL | 25.49º | 0.56% | 0.61% | - |
| HSV(B) | 25.49º | 0.54% | 0.83% | - |
| XYZ | 39.35 | 35.29 | 16.29 | - |
| YUV | 159.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 98 | 0 | 0.31 | 0.54 | 0.17 | 25.49 | 0.56 | 0.61 |
| Hex | D3 | 92 | 62 | 0 | 1F | 36 | 11 | 19 | 38 | 3D |
| Octal | 323 | 222 | 142 | 0 | 37 | 66 | 21 | 31 | 70 | 75 |
| Binary | 11010011 | 10010010 | 1100010 | 0 | 11111 | 110110 | 10001 | 11001 | 111000 | 111101 |
Color Harmonies of #D39262
Complementary color
Monochromatic Colors of #D39262
Black with #D39262
Text Example
Text Example
White with #D39262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39262; }
p { color: rgb(211,146,98); }
H1.HeaderClassName
{
color: #D39262;
}
.AnyTagClassName
{
color: #D39262;
}
</style>
background-color css
<style>
a { background-color: #D39262; }
a { background-color: rgb(211,146,98); }
div.DivClassName
{
background-color: #D39262;
}
.BgClassName
{
background-color: #D39262;
}
</style>
border-color css
<style>
span { border-color: #D39262; }
span { border-color: rgb(211,146,98); }
td.TdClassName
{
border-color: #D39262;
}
.TagClassName
{
border-color: #D39262;
}
</style>