Shades of Wafer #D4B8AF
Tints of Wafer #D4B8AF
RGB
CMYK
RGB Variations
Color information
#D4B8AF (or 0xD4B8AF) is known color: Wafer. HEX triplet: D4, B8 and AF. RGB value is (212,184,175). Sum of RGB (Red+Green+Blue) = 212+184+175=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B8AF is #2B4750. Grayscale: #BFBFBF. Windows color (decimal): -2836305 or 11516116. OLE color: 11516116.
HSL color Cylindrical-coordinate representation of color #D4B8AF: hue angle of 14.59º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B8AF is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 184 | 175 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.17 |
| HSL | 14.59º | 0.3% | 0.76% | - |
| HSV(B) | 14.59º | 0.17% | 0.83% | - |
| XYZ | 52.03 | 51.37 | 47.73 | - |
| YUV | 191.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 184 | 175 | 0 | 0.13 | 0.17 | 0.17 | 14.59 | 0.3 | 0.76 |
| Hex | D4 | B8 | AF | 0 | D | 11 | 11 | F | 1E | 4C |
| Octal | 324 | 270 | 257 | 0 | 15 | 21 | 21 | 17 | 36 | 114 |
| Binary | 11010100 | 10111000 | 10101111 | 0 | 1101 | 10001 | 10001 | 1111 | 11110 | 1001100 |
Color Harmonies of #D4B8AF
Complementary color
Monochromatic Colors of #D4B8AF
Black with #D4B8AF
Text Example
Text Example
White with #D4B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B8AF; }
p { color: rgb(212,184,175); }
H1.HeaderClassName
{
color: #D4B8AF;
}
.AnyTagClassName
{
color: #D4B8AF;
}
</style>
background-color css
<style>
a { background-color: #D4B8AF; }
a { background-color: rgb(212,184,175); }
div.DivClassName
{
background-color: #D4B8AF;
}
.BgClassName
{
background-color: #D4B8AF;
}
</style>
border-color css
<style>
span { border-color: #D4B8AF; }
span { border-color: rgb(212,184,175); }
td.TdClassName
{
border-color: #D4B8AF;
}
.TagClassName
{
border-color: #D4B8AF;
}
</style>