Shades of Whiskey #D48F67
Tints of Whiskey #D48F67
RGB
CMYK
RGB Variations
Color information
#D48F67 (or 0xD48F67) is known color: Whiskey. HEX triplet: D4, 8F and 67. RGB value is (212,143,103). Sum of RGB (Red+Green+Blue) = 212+143+103=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F67 is #2B7098. Grayscale: #9F9F9F. Windows color (decimal): -2846873 or 6787028. OLE color: 6787028.
HSL color Cylindrical-coordinate representation of color #D48F67: hue angle of 22.02º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D48F67 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 103 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.17 |
| HSL | 22.02º | 0.56% | 0.62% | - |
| HSV(B) | 22.02º | 0.51% | 0.83% | - |
| XYZ | 39.42 | 34.62 | 17.44 | - |
| YUV | 159.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 103 | 0 | 0.33 | 0.51 | 0.17 | 22.02 | 0.56 | 0.62 |
| Hex | D4 | 8F | 67 | 0 | 21 | 33 | 11 | 16 | 38 | 3E |
| Octal | 324 | 217 | 147 | 0 | 41 | 63 | 21 | 26 | 70 | 76 |
| Binary | 11010100 | 10001111 | 1100111 | 0 | 100001 | 110011 | 10001 | 10110 | 111000 | 111110 |
Color Harmonies of #D48F67
Complementary color
Monochromatic Colors of #D48F67
Black with #D48F67
Text Example
Text Example
White with #D48F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F67; }
p { color: rgb(212,143,103); }
H1.HeaderClassName
{
color: #D48F67;
}
.AnyTagClassName
{
color: #D48F67;
}
</style>
background-color css
<style>
a { background-color: #D48F67; }
a { background-color: rgb(212,143,103); }
div.DivClassName
{
background-color: #D48F67;
}
.BgClassName
{
background-color: #D48F67;
}
</style>
border-color css
<style>
span { border-color: #D48F67; }
span { border-color: rgb(212,143,103); }
td.TdClassName
{
border-color: #D48F67;
}
.TagClassName
{
border-color: #D48F67;
}
</style>