Shades of Whiskey #D39867
Tints of Whiskey #D39867
RGB
CMYK
RGB Variations
Color information
#D39867 (or 0xD39867) is known color: Whiskey. HEX triplet: D3, 98 and 67. RGB value is (211,152,103). Sum of RGB (Red+Green+Blue) = 211+152+103=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D39867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39867 is #2C6798. Grayscale: #A4A4A4. Windows color (decimal): -2910105 or 6789331. OLE color: 6789331.
HSL color Cylindrical-coordinate representation of color #D39867: hue angle of 27.22º degrees, saturation: 0.55, 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 #D39867 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 103 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.17 |
| HSL | 27.22º | 0.55% | 0.62% | - |
| HSV(B) | 27.22º | 0.51% | 0.83% | - |
| XYZ | 40.54 | 37.28 | 17.89 | - |
| YUV | 164.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 103 | 0 | 0.28 | 0.51 | 0.17 | 27.22 | 0.55 | 0.62 |
| Hex | D3 | 98 | 67 | 0 | 1C | 33 | 11 | 1B | 37 | 3E |
| Octal | 323 | 230 | 147 | 0 | 34 | 63 | 21 | 33 | 67 | 76 |
| Binary | 11010011 | 10011000 | 1100111 | 0 | 11100 | 110011 | 10001 | 11011 | 110111 | 111110 |
Color Harmonies of #D39867
Complementary color
Monochromatic Colors of #D39867
Black with #D39867
Text Example
Text Example
White with #D39867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39867; }
p { color: rgb(211,152,103); }
H1.HeaderClassName
{
color: #D39867;
}
.AnyTagClassName
{
color: #D39867;
}
</style>
background-color css
<style>
a { background-color: #D39867; }
a { background-color: rgb(211,152,103); }
div.DivClassName
{
background-color: #D39867;
}
.BgClassName
{
background-color: #D39867;
}
</style>
border-color css
<style>
span { border-color: #D39867; }
span { border-color: rgb(211,152,103); }
td.TdClassName
{
border-color: #D39867;
}
.TagClassName
{
border-color: #D39867;
}
</style>