Shades of Whiskey #D69D6B
Tints of Whiskey #D69D6B
RGB
CMYK
RGB Variations
Color information
#D69D6B (or 0xD69D6B) is known color: Whiskey. HEX triplet: D6, 9D and 6B. RGB value is (214,157,107). Sum of RGB (Red+Green+Blue) = 214+157+107=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D6B is #296294. Grayscale: #A8A8A8. Windows color (decimal): -2712213 or 7052758. OLE color: 7052758.
HSL color Cylindrical-coordinate representation of color #D69D6B: hue angle of 28.04º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D69D6B is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 107 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.16 |
| HSL | 28.04º | 0.57% | 0.63% | - |
| HSV(B) | 28.04º | 0.5% | 0.84% | - |
| XYZ | 42.44 | 39.47 | 19.29 | - |
| YUV | 168.34 | 93.38 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 107 | 0 | 0.27 | 0.50 | 0.16 | 28.04 | 0.57 | 0.63 |
| Hex | D6 | 9D | 6B | 0 | 1B | 32 | 10 | 1C | 39 | 3F |
| Octal | 326 | 235 | 153 | 0 | 33 | 62 | 20 | 34 | 71 | 77 |
| Binary | 11010110 | 10011101 | 1101011 | 0 | 11011 | 110010 | 10000 | 11100 | 111001 | 111111 |
Color Harmonies of #D69D6B
Complementary color
Monochromatic Colors of #D69D6B
Black with #D69D6B
Text Example
Text Example
White with #D69D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D6B; }
p { color: rgb(214,157,107); }
H1.HeaderClassName
{
color: #D69D6B;
}
.AnyTagClassName
{
color: #D69D6B;
}
</style>
background-color css
<style>
a { background-color: #D69D6B; }
a { background-color: rgb(214,157,107); }
div.DivClassName
{
background-color: #D69D6B;
}
.BgClassName
{
background-color: #D69D6B;
}
</style>
border-color css
<style>
span { border-color: #D69D6B; }
span { border-color: rgb(214,157,107); }
td.TdClassName
{
border-color: #D69D6B;
}
.TagClassName
{
border-color: #D69D6B;
}
</style>