Shades of Wafer #D5B9AD
Tints of Wafer #D5B9AD
RGB
CMYK
RGB Variations
Color information
#D5B9AD (or 0xD5B9AD) is known color: Wafer. HEX triplet: D5, B9 and AD. RGB value is (213,185,173). Sum of RGB (Red+Green+Blue) = 213+185+173=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B9AD is #2A4652. Grayscale: #C0C0C0. Windows color (decimal): -2770515 or 11385301. OLE color: 11385301.
HSL color Cylindrical-coordinate representation of color #D5B9AD: hue angle of 18º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B9AD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 173 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.16 |
| HSL | 18º | 0.32% | 0.76% | - |
| HSV(B) | 18º | 0.19% | 0.84% | - |
| XYZ | 52.33 | 51.86 | 46.79 | - |
| YUV | 192 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 173 | 0 | 0.13 | 0.19 | 0.16 | 18 | 0.32 | 0.76 |
| Hex | D5 | B9 | AD | 0 | D | 13 | 10 | 12 | 20 | 4C |
| Octal | 325 | 271 | 255 | 0 | 15 | 23 | 20 | 22 | 40 | 114 |
| Binary | 11010101 | 10111001 | 10101101 | 0 | 1101 | 10011 | 10000 | 10010 | 100000 | 1001100 |
Color Harmonies of #D5B9AD
Complementary color
Monochromatic Colors of #D5B9AD
Black with #D5B9AD
Text Example
Text Example
White with #D5B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9AD; }
p { color: rgb(213,185,173); }
H1.HeaderClassName
{
color: #D5B9AD;
}
.AnyTagClassName
{
color: #D5B9AD;
}
</style>
background-color css
<style>
a { background-color: #D5B9AD; }
a { background-color: rgb(213,185,173); }
div.DivClassName
{
background-color: #D5B9AD;
}
.BgClassName
{
background-color: #D5B9AD;
}
</style>
border-color css
<style>
span { border-color: #D5B9AD; }
span { border-color: rgb(213,185,173); }
td.TdClassName
{
border-color: #D5B9AD;
}
.TagClassName
{
border-color: #D5B9AD;
}
</style>