Shades of Wafer #D5B9AF
Tints of Wafer #D5B9AF
RGB
CMYK
RGB Variations
Color information
#D5B9AF (or 0xD5B9AF) is known color: Wafer. HEX triplet: D5, B9 and AF. RGB value is (213,185,175). Sum of RGB (Red+Green+Blue) = 213+185+175=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B9AF is #2A4650. Grayscale: #C0C0C0. Windows color (decimal): -2770513 or 11516373. OLE color: 11516373.
HSL color Cylindrical-coordinate representation of color #D5B9AF: hue angle of 15.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5B9AF is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 175 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.16 |
| HSL | 15.79º | 0.31% | 0.76% | - |
| HSV(B) | 15.79º | 0.18% | 0.84% | - |
| XYZ | 52.53 | 51.94 | 47.81 | - |
| YUV | 192.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 175 | 0 | 0.13 | 0.18 | 0.16 | 15.79 | 0.31 | 0.76 |
| Hex | D5 | B9 | AF | 0 | D | 12 | 10 | 10 | 1F | 4C |
| Octal | 325 | 271 | 257 | 0 | 15 | 22 | 20 | 20 | 37 | 114 |
| Binary | 11010101 | 10111001 | 10101111 | 0 | 1101 | 10010 | 10000 | 10000 | 11111 | 1001100 |
Color Harmonies of #D5B9AF
Complementary color
Monochromatic Colors of #D5B9AF
Black with #D5B9AF
Text Example
Text Example
White with #D5B9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9AF; }
p { color: rgb(213,185,175); }
H1.HeaderClassName
{
color: #D5B9AF;
}
.AnyTagClassName
{
color: #D5B9AF;
}
</style>
background-color css
<style>
a { background-color: #D5B9AF; }
a { background-color: rgb(213,185,175); }
div.DivClassName
{
background-color: #D5B9AF;
}
.BgClassName
{
background-color: #D5B9AF;
}
</style>
border-color css
<style>
span { border-color: #D5B9AF; }
span { border-color: rgb(213,185,175); }
td.TdClassName
{
border-color: #D5B9AF;
}
.TagClassName
{
border-color: #D5B9AF;
}
</style>