Shades of Wafer #D4C0BA
Tints of Wafer #D4C0BA
RGB
CMYK
RGB Variations
Color information
#D4C0BA (or 0xD4C0BA) is known color: Wafer. HEX triplet: D4, C0 and BA. RGB value is (212,192,186). Sum of RGB (Red+Green+Blue) = 212+192+186=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C0BA is #2B3F45. Grayscale: #C5C5C5. Windows color (decimal): -2834246 or 12239060. OLE color: 12239060.
HSL color Cylindrical-coordinate representation of color #D4C0BA: hue angle of 13.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4C0BA is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 186 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.17 |
| HSL | 13.85º | 0.23% | 0.78% | - |
| HSV(B) | 13.85º | 0.12% | 0.83% | - |
| XYZ | 54.86 | 55.24 | 54.23 | - |
| YUV | 197.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 186 | 0 | 0.09 | 0.12 | 0.17 | 13.85 | 0.23 | 0.78 |
| Hex | D4 | C0 | BA | 0 | 9 | C | 11 | E | 17 | 4E |
| Octal | 324 | 300 | 272 | 0 | 11 | 14 | 21 | 16 | 27 | 116 |
| Binary | 11010100 | 11000000 | 10111010 | 0 | 1001 | 1100 | 10001 | 1110 | 10111 | 1001110 |
Color Harmonies of #D4C0BA
Complementary color
Monochromatic Colors of #D4C0BA
Black with #D4C0BA
Text Example
Text Example
White with #D4C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C0BA; }
p { color: rgb(212,192,186); }
H1.HeaderClassName
{
color: #D4C0BA;
}
.AnyTagClassName
{
color: #D4C0BA;
}
</style>
background-color css
<style>
a { background-color: #D4C0BA; }
a { background-color: rgb(212,192,186); }
div.DivClassName
{
background-color: #D4C0BA;
}
.BgClassName
{
background-color: #D4C0BA;
}
</style>
border-color css
<style>
span { border-color: #D4C0BA; }
span { border-color: rgb(212,192,186); }
td.TdClassName
{
border-color: #D4C0BA;
}
.TagClassName
{
border-color: #D4C0BA;
}
</style>