Shades of Wafer #D6B9B1
Tints of Wafer #D6B9B1
RGB
CMYK
RGB Variations
Color information
#D6B9B1 (or 0xD6B9B1) is known color: Wafer. HEX triplet: D6, B9 and B1. RGB value is (214,185,177). Sum of RGB (Red+Green+Blue) = 214+185+177=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B9B1 is #29464E. Grayscale: #C0C0C0. Windows color (decimal): -2704975 or 11647446. OLE color: 11647446.
HSL color Cylindrical-coordinate representation of color #D6B9B1: hue angle of 12.97º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B9B1 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 177 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.16 |
| HSL | 12.97º | 0.31% | 0.77% | - |
| HSV(B) | 12.97º | 0.17% | 0.84% | - |
| XYZ | 53.02 | 52.17 | 48.87 | - |
| YUV | 192.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 177 | 0 | 0.14 | 0.17 | 0.16 | 12.97 | 0.31 | 0.77 |
| Hex | D6 | B9 | B1 | 0 | E | 11 | 10 | D | 1F | 4D |
| Octal | 326 | 271 | 261 | 0 | 16 | 21 | 20 | 15 | 37 | 115 |
| Binary | 11010110 | 10111001 | 10110001 | 0 | 1110 | 10001 | 10000 | 1101 | 11111 | 1001101 |
Color Harmonies of #D6B9B1
Complementary color
Monochromatic Colors of #D6B9B1
Black with #D6B9B1
Text Example
Text Example
White with #D6B9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B9B1; }
p { color: rgb(214,185,177); }
H1.HeaderClassName
{
color: #D6B9B1;
}
.AnyTagClassName
{
color: #D6B9B1;
}
</style>
background-color css
<style>
a { background-color: #D6B9B1; }
a { background-color: rgb(214,185,177); }
div.DivClassName
{
background-color: #D6B9B1;
}
.BgClassName
{
background-color: #D6B9B1;
}
</style>
border-color css
<style>
span { border-color: #D6B9B1; }
span { border-color: rgb(214,185,177); }
td.TdClassName
{
border-color: #D6B9B1;
}
.TagClassName
{
border-color: #D6B9B1;
}
</style>