Shades of Wafer #DCB9AC
Tints of Wafer #DCB9AC
RGB
CMYK
RGB Variations
Color information
#DCB9AC (or 0xDCB9AC) is known color: Wafer. HEX triplet: DC, B9 and AC. RGB value is (220,185,172). Sum of RGB (Red+Green+Blue) = 220+185+172=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB9AC is #234653. Grayscale: #C2C2C2. Windows color (decimal): -2311764 or 11319772. OLE color: 11319772.
HSL color Cylindrical-coordinate representation of color #DCB9AC: hue angle of 16.25º 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 #DCB9AC is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 185 | 172 | - |
CMYK | 0 | 0.16 | 0.22 | 0.14 |
HSL | 16.25º | 0.41% | 0.77% | - |
HSV(B) | 16.25º | 0.22% | 0.86% | - |
XYZ | 54.31 | 52.89 | 46.38 | - |
YUV | 193.98 | 115.6 | 146.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 185 | 172 | 0 | 0.16 | 0.22 | 0.14 | 16.25 | 0.41 | 0.77 |
Hex | DC | B9 | AC | 0 | 10 | 16 | E | 10 | 29 | 4D |
Octal | 334 | 271 | 254 | 0 | 20 | 26 | 16 | 20 | 51 | 115 |
Binary | 11011100 | 10111001 | 10101100 | 0 | 10000 | 10110 | 1110 | 10000 | 101001 | 1001101 |
Color Harmonies of #DCB9AC
Complementary color
Monochromatic Colors of #DCB9AC
Black with #DCB9AC
Text Example
Text Example
White with #DCB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9AC; }
p { color: rgb(220,185,172); }
H1.HeaderClassName
{
color: #DCB9AC;
}
.AnyTagClassName
{
color: #DCB9AC;
}
</style>
background-color css
<style>
a { background-color: #DCB9AC; }
a { background-color: rgb(220,185,172); }
div.DivClassName
{
background-color: #DCB9AC;
}
.BgClassName
{
background-color: #DCB9AC;
}
</style>
border-color css
<style>
span { border-color: #DCB9AC; }
span { border-color: rgb(220,185,172); }
td.TdClassName
{
border-color: #DCB9AC;
}
.TagClassName
{
border-color: #DCB9AC;
}
</style>