Shades of Whiskey #D48F62
Tints of Whiskey #D48F62
RGB
CMYK
RGB Variations
Color information
#D48F62 (or 0xD48F62) is known color: Whiskey. HEX triplet: D4, 8F and 62. RGB value is (212,143,98). Sum of RGB (Red+Green+Blue) = 212+143+98=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F62 is #2B709D. Grayscale: #9E9E9E. Windows color (decimal): -2846878 or 6459348. OLE color: 6459348.
HSL color Cylindrical-coordinate representation of color #D48F62: hue angle of 23.68º degrees, saturation: 0.57, 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 #D48F62 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 98 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.17 |
| HSL | 23.68º | 0.57% | 0.61% | - |
| HSV(B) | 23.68º | 0.54% | 0.83% | - |
| XYZ | 39.18 | 34.52 | 16.15 | - |
| YUV | 158.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 98 | 0 | 0.33 | 0.54 | 0.17 | 23.68 | 0.57 | 0.61 |
| Hex | D4 | 8F | 62 | 0 | 21 | 36 | 11 | 18 | 39 | 3D |
| Octal | 324 | 217 | 142 | 0 | 41 | 66 | 21 | 30 | 71 | 75 |
| Binary | 11010100 | 10001111 | 1100010 | 0 | 100001 | 110110 | 10001 | 11000 | 111001 | 111101 |
Color Harmonies of #D48F62
Complementary color
Monochromatic Colors of #D48F62
Black with #D48F62
Text Example
Text Example
White with #D48F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F62; }
p { color: rgb(212,143,98); }
H1.HeaderClassName
{
color: #D48F62;
}
.AnyTagClassName
{
color: #D48F62;
}
</style>
background-color css
<style>
a { background-color: #D48F62; }
a { background-color: rgb(212,143,98); }
div.DivClassName
{
background-color: #D48F62;
}
.BgClassName
{
background-color: #D48F62;
}
</style>
border-color css
<style>
span { border-color: #D48F62; }
span { border-color: rgb(212,143,98); }
td.TdClassName
{
border-color: #D48F62;
}
.TagClassName
{
border-color: #D48F62;
}
</style>