Shades of Whiskey #D48F69
Tints of Whiskey #D48F69
RGB
CMYK
RGB Variations
Color information
#D48F69 (or 0xD48F69) is known color: Whiskey. HEX triplet: D4, 8F and 69. RGB value is (212,143,105). Sum of RGB (Red+Green+Blue) = 212+143+105=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F69 is #2B7096. Grayscale: #9F9F9F. Windows color (decimal): -2846871 or 6918100. OLE color: 6918100.
HSL color Cylindrical-coordinate representation of color #D48F69: hue angle of 21.31º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D48F69 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 105 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.17 |
| HSL | 21.31º | 0.55% | 0.62% | - |
| HSV(B) | 21.31º | 0.5% | 0.83% | - |
| XYZ | 39.52 | 34.66 | 17.97 | - |
| YUV | 159.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 105 | 0 | 0.33 | 0.50 | 0.17 | 21.31 | 0.55 | 0.62 |
| Hex | D4 | 8F | 69 | 0 | 21 | 32 | 11 | 15 | 37 | 3E |
| Octal | 324 | 217 | 151 | 0 | 41 | 62 | 21 | 25 | 67 | 76 |
| Binary | 11010100 | 10001111 | 1101001 | 0 | 100001 | 110010 | 10001 | 10101 | 110111 | 111110 |
Color Harmonies of #D48F69
Complementary color
Monochromatic Colors of #D48F69
Black with #D48F69
Text Example
Text Example
White with #D48F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F69; }
p { color: rgb(212,143,105); }
H1.HeaderClassName
{
color: #D48F69;
}
.AnyTagClassName
{
color: #D48F69;
}
</style>
background-color css
<style>
a { background-color: #D48F69; }
a { background-color: rgb(212,143,105); }
div.DivClassName
{
background-color: #D48F69;
}
.BgClassName
{
background-color: #D48F69;
}
</style>
border-color css
<style>
span { border-color: #D48F69; }
span { border-color: rgb(212,143,105); }
td.TdClassName
{
border-color: #D48F69;
}
.TagClassName
{
border-color: #D48F69;
}
</style>