Shades of Wafer #D1B9AD
Tints of Wafer #D1B9AD
RGB
CMYK
RGB Variations
Color information
#D1B9AD (or 0xD1B9AD) is known color: Wafer. HEX triplet: D1, B9 and AD. RGB value is (209,185,173). Sum of RGB (Red+Green+Blue) = 209+185+173=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B9AD is #2E4652. Grayscale: #BEBEBE. Windows color (decimal): -3032659 or 11385297. OLE color: 11385297.
HSL color Cylindrical-coordinate representation of color #D1B9AD: hue angle of 20º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1B9AD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 173 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.18 |
| HSL | 20º | 0.28% | 0.75% | - |
| HSV(B) | 20º | 0.17% | 0.82% | - |
| XYZ | 51.19 | 51.27 | 46.73 | - |
| YUV | 190.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 173 | 0 | 0.11 | 0.17 | 0.18 | 20 | 0.28 | 0.75 |
| Hex | D1 | B9 | AD | 0 | B | 11 | 12 | 14 | 1C | 4B |
| Octal | 321 | 271 | 255 | 0 | 13 | 21 | 22 | 24 | 34 | 113 |
| Binary | 11010001 | 10111001 | 10101101 | 0 | 1011 | 10001 | 10010 | 10100 | 11100 | 1001011 |
Color Harmonies of #D1B9AD
Complementary color
Monochromatic Colors of #D1B9AD
Black with #D1B9AD
Text Example
Text Example
White with #D1B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9AD; }
p { color: rgb(209,185,173); }
H1.HeaderClassName
{
color: #D1B9AD;
}
.AnyTagClassName
{
color: #D1B9AD;
}
</style>
background-color css
<style>
a { background-color: #D1B9AD; }
a { background-color: rgb(209,185,173); }
div.DivClassName
{
background-color: #D1B9AD;
}
.BgClassName
{
background-color: #D1B9AD;
}
</style>
border-color css
<style>
span { border-color: #D1B9AD; }
span { border-color: rgb(209,185,173); }
td.TdClassName
{
border-color: #D1B9AD;
}
.TagClassName
{
border-color: #D1B9AD;
}
</style>