Shades of Whiskey #D28D63
Tints of Whiskey #D28D63
RGB
CMYK
RGB Variations
Color information
#D28D63 (or 0xD28D63) is known color: Whiskey. HEX triplet: D2, 8D and 63. RGB value is (210,141,99). Sum of RGB (Red+Green+Blue) = 210+141+99=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D63 is #2D729C. Grayscale: #9D9D9D. Windows color (decimal): -2978461 or 6524370. OLE color: 6524370.
HSL color Cylindrical-coordinate representation of color #D28D63: hue angle of 22.7º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D28D63 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 99 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.18 |
| HSL | 22.7º | 0.55% | 0.61% | - |
| HSV(B) | 22.7º | 0.53% | 0.82% | - |
| XYZ | 38.36 | 33.65 | 16.28 | - |
| YUV | 156.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 99 | 0 | 0.33 | 0.53 | 0.18 | 22.7 | 0.55 | 0.61 |
| Hex | D2 | 8D | 63 | 0 | 21 | 35 | 12 | 17 | 37 | 3D |
| Octal | 322 | 215 | 143 | 0 | 41 | 65 | 22 | 27 | 67 | 75 |
| Binary | 11010010 | 10001101 | 1100011 | 0 | 100001 | 110101 | 10010 | 10111 | 110111 | 111101 |
Color Harmonies of #D28D63
Complementary color
Monochromatic Colors of #D28D63
Black with #D28D63
Text Example
Text Example
White with #D28D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D63; }
p { color: rgb(210,141,99); }
H1.HeaderClassName
{
color: #D28D63;
}
.AnyTagClassName
{
color: #D28D63;
}
</style>
background-color css
<style>
a { background-color: #D28D63; }
a { background-color: rgb(210,141,99); }
div.DivClassName
{
background-color: #D28D63;
}
.BgClassName
{
background-color: #D28D63;
}
</style>
border-color css
<style>
span { border-color: #D28D63; }
span { border-color: rgb(210,141,99); }
td.TdClassName
{
border-color: #D28D63;
}
.TagClassName
{
border-color: #D28D63;
}
</style>