Shades of Wafer #D6B8AA
Tints of Wafer #D6B8AA
RGB
CMYK
RGB Variations
Color information
#D6B8AA (or 0xD6B8AA) is known color: Wafer. HEX triplet: D6, B8 and AA. RGB value is (214,184,170). Sum of RGB (Red+Green+Blue) = 214+184+170=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B8AA is #294755. Grayscale: #BFBFBF. Windows color (decimal): -2705238 or 11188438. OLE color: 11188438.
HSL color Cylindrical-coordinate representation of color #D6B8AA: hue angle of 19.09º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6B8AA is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 170 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.16 |
| HSL | 19.09º | 0.35% | 0.75% | - |
| HSV(B) | 19.09º | 0.21% | 0.84% | - |
| XYZ | 52.13 | 51.48 | 45.22 | - |
| YUV | 191.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 170 | 0 | 0.14 | 0.21 | 0.16 | 19.09 | 0.35 | 0.75 |
| Hex | D6 | B8 | AA | 0 | E | 15 | 10 | 13 | 23 | 4B |
| Octal | 326 | 270 | 252 | 0 | 16 | 25 | 20 | 23 | 43 | 113 |
| Binary | 11010110 | 10111000 | 10101010 | 0 | 1110 | 10101 | 10000 | 10011 | 100011 | 1001011 |
Color Harmonies of #D6B8AA
Complementary color
Monochromatic Colors of #D6B8AA
Black with #D6B8AA
Text Example
Text Example
White with #D6B8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B8AA; }
p { color: rgb(214,184,170); }
H1.HeaderClassName
{
color: #D6B8AA;
}
.AnyTagClassName
{
color: #D6B8AA;
}
</style>
background-color css
<style>
a { background-color: #D6B8AA; }
a { background-color: rgb(214,184,170); }
div.DivClassName
{
background-color: #D6B8AA;
}
.BgClassName
{
background-color: #D6B8AA;
}
</style>
border-color css
<style>
span { border-color: #D6B8AA; }
span { border-color: rgb(214,184,170); }
td.TdClassName
{
border-color: #D6B8AA;
}
.TagClassName
{
border-color: #D6B8AA;
}
</style>