Shades of Wafer #DCB8AC
Tints of Wafer #DCB8AC
RGB
CMYK
RGB Variations
Color information
#DCB8AC (or 0xDCB8AC) is known color: Wafer. HEX triplet: DC, B8 and AC. RGB value is (220,184,172). Sum of RGB (Red+Green+Blue) = 220+184+172=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8AC is #234753. Grayscale: #C1C1C1. Windows color (decimal): -2312020 or 11319516. OLE color: 11319516.
HSL color Cylindrical-coordinate representation of color #DCB8AC: hue angle of 15º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB8AC is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 172 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.14 |
| HSL | 15º | 0.41% | 0.77% | - |
| HSV(B) | 15º | 0.22% | 0.86% | - |
| XYZ | 54.1 | 52.48 | 46.31 | - |
| YUV | 193.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 172 | 0 | 0.16 | 0.22 | 0.14 | 15 | 0.41 | 0.77 |
| Hex | DC | B8 | AC | 0 | 10 | 16 | E | F | 29 | 4D |
| Octal | 334 | 270 | 254 | 0 | 20 | 26 | 16 | 17 | 51 | 115 |
| Binary | 11011100 | 10111000 | 10101100 | 0 | 10000 | 10110 | 1110 | 1111 | 101001 | 1001101 |
Color Harmonies of #DCB8AC
Complementary color
Monochromatic Colors of #DCB8AC
Black with #DCB8AC
Text Example
Text Example
White with #DCB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8AC; }
p { color: rgb(220,184,172); }
H1.HeaderClassName
{
color: #DCB8AC;
}
.AnyTagClassName
{
color: #DCB8AC;
}
</style>
background-color css
<style>
a { background-color: #DCB8AC; }
a { background-color: rgb(220,184,172); }
div.DivClassName
{
background-color: #DCB8AC;
}
.BgClassName
{
background-color: #DCB8AC;
}
</style>
border-color css
<style>
span { border-color: #DCB8AC; }
span { border-color: rgb(220,184,172); }
td.TdClassName
{
border-color: #DCB8AC;
}
.TagClassName
{
border-color: #DCB8AC;
}
</style>