Shades of Whiskey #D28D62
Tints of Whiskey #D28D62
RGB
CMYK
RGB Variations
Color information
#D28D62 (or 0xD28D62) is known color: Whiskey. HEX triplet: D2, 8D and 62. RGB value is (210,141,98). Sum of RGB (Red+Green+Blue) = 210+141+98=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D62 is #2D729D. Grayscale: #9C9C9C. Windows color (decimal): -2978462 or 6458834. OLE color: 6458834.
HSL color Cylindrical-coordinate representation of color #D28D62: hue angle of 23.04º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D28D62 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 98 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.18 |
| HSL | 23.04º | 0.55% | 0.6% | - |
| HSV(B) | 23.04º | 0.53% | 0.82% | - |
| XYZ | 38.31 | 33.63 | 16.03 | - |
| YUV | 156.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 98 | 0 | 0.33 | 0.53 | 0.18 | 23.04 | 0.55 | 0.6 |
| Hex | D2 | 8D | 62 | 0 | 21 | 35 | 12 | 17 | 37 | 3C |
| Octal | 322 | 215 | 142 | 0 | 41 | 65 | 22 | 27 | 67 | 74 |
| Binary | 11010010 | 10001101 | 1100010 | 0 | 100001 | 110101 | 10010 | 10111 | 110111 | 111100 |
Color Harmonies of #D28D62
Complementary color
Monochromatic Colors of #D28D62
Black with #D28D62
Text Example
Text Example
White with #D28D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D62; }
p { color: rgb(210,141,98); }
H1.HeaderClassName
{
color: #D28D62;
}
.AnyTagClassName
{
color: #D28D62;
}
</style>
background-color css
<style>
a { background-color: #D28D62; }
a { background-color: rgb(210,141,98); }
div.DivClassName
{
background-color: #D28D62;
}
.BgClassName
{
background-color: #D28D62;
}
</style>
border-color css
<style>
span { border-color: #D28D62; }
span { border-color: rgb(210,141,98); }
td.TdClassName
{
border-color: #D28D62;
}
.TagClassName
{
border-color: #D28D62;
}
</style>