Shades of Wafer #D0B9AD
Tints of Wafer #D0B9AD
RGB
CMYK
RGB Variations
Color information
#D0B9AD (or 0xD0B9AD) is known color: Wafer. HEX triplet: D0, B9 and AD. RGB value is (208,185,173). Sum of RGB (Red+Green+Blue) = 208+185+173=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B9AD is #2F4652. Grayscale: #BEBEBE. Windows color (decimal): -3098195 or 11385296. OLE color: 11385296.
HSL color Cylindrical-coordinate representation of color #D0B9AD: hue angle of 20.57º degrees, saturation: 0.27, 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 #D0B9AD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 173 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.18 |
| HSL | 20.57º | 0.27% | 0.75% | - |
| HSV(B) | 20.57º | 0.17% | 0.82% | - |
| XYZ | 50.9 | 51.12 | 46.72 | - |
| YUV | 190.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 173 | 0 | 0.11 | 0.17 | 0.18 | 20.57 | 0.27 | 0.75 |
| Hex | D0 | B9 | AD | 0 | B | 11 | 12 | 15 | 1B | 4B |
| Octal | 320 | 271 | 255 | 0 | 13 | 21 | 22 | 25 | 33 | 113 |
| Binary | 11010000 | 10111001 | 10101101 | 0 | 1011 | 10001 | 10010 | 10101 | 11011 | 1001011 |
Color Harmonies of #D0B9AD
Complementary color
Monochromatic Colors of #D0B9AD
Black with #D0B9AD
Text Example
Text Example
White with #D0B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B9AD; }
p { color: rgb(208,185,173); }
H1.HeaderClassName
{
color: #D0B9AD;
}
.AnyTagClassName
{
color: #D0B9AD;
}
</style>
background-color css
<style>
a { background-color: #D0B9AD; }
a { background-color: rgb(208,185,173); }
div.DivClassName
{
background-color: #D0B9AD;
}
.BgClassName
{
background-color: #D0B9AD;
}
</style>
border-color css
<style>
span { border-color: #D0B9AD; }
span { border-color: rgb(208,185,173); }
td.TdClassName
{
border-color: #D0B9AD;
}
.TagClassName
{
border-color: #D0B9AD;
}
</style>