Shades of Whiskey #D08F6A
Tints of Whiskey #D08F6A
RGB
CMYK
RGB Variations
Color information
#D08F6A (or 0xD08F6A) is known color: Whiskey. HEX triplet: D0, 8F and 6A. RGB value is (208,143,106). Sum of RGB (Red+Green+Blue) = 208+143+106=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F6A is #2F7095. Grayscale: #9E9E9E. Windows color (decimal): -3109014 or 6983632. OLE color: 6983632.
HSL color Cylindrical-coordinate representation of color #D08F6A: hue angle of 21.76º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D08F6A is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 106 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.18 |
| HSL | 21.76º | 0.52% | 0.62% | - |
| HSV(B) | 21.76º | 0.49% | 0.82% | - |
| XYZ | 38.44 | 34.1 | 18.19 | - |
| YUV | 158.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 106 | 0 | 0.31 | 0.49 | 0.18 | 21.76 | 0.52 | 0.62 |
| Hex | D0 | 8F | 6A | 0 | 1F | 31 | 12 | 16 | 34 | 3E |
| Octal | 320 | 217 | 152 | 0 | 37 | 61 | 22 | 26 | 64 | 76 |
| Binary | 11010000 | 10001111 | 1101010 | 0 | 11111 | 110001 | 10010 | 10110 | 110100 | 111110 |
Color Harmonies of #D08F6A
Complementary color
Monochromatic Colors of #D08F6A
Black with #D08F6A
Text Example
Text Example
White with #D08F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08F6A; }
p { color: rgb(208,143,106); }
H1.HeaderClassName
{
color: #D08F6A;
}
.AnyTagClassName
{
color: #D08F6A;
}
</style>
background-color css
<style>
a { background-color: #D08F6A; }
a { background-color: rgb(208,143,106); }
div.DivClassName
{
background-color: #D08F6A;
}
.BgClassName
{
background-color: #D08F6A;
}
</style>
border-color css
<style>
span { border-color: #D08F6A; }
span { border-color: rgb(208,143,106); }
td.TdClassName
{
border-color: #D08F6A;
}
.TagClassName
{
border-color: #D08F6A;
}
</style>