Shades of Wafer #DCB8AA
Tints of Wafer #DCB8AA
RGB
CMYK
RGB Variations
Color information
#DCB8AA (or 0xDCB8AA) is known color: Wafer. HEX triplet: DC, B8 and AA. RGB value is (220,184,170). Sum of RGB (Red+Green+Blue) = 220+184+170=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8AA is #234755. Grayscale: #C1C1C1. Windows color (decimal): -2312022 or 11188444. OLE color: 11188444.
HSL color Cylindrical-coordinate representation of color #DCB8AA: hue angle of 16.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB8AA is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 170 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.14 |
| HSL | 16.8º | 0.42% | 0.76% | - |
| HSV(B) | 16.8º | 0.23% | 0.86% | - |
| XYZ | 53.91 | 52.4 | 45.3 | - |
| YUV | 193.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 170 | 0 | 0.16 | 0.23 | 0.14 | 16.8 | 0.42 | 0.76 |
| Hex | DC | B8 | AA | 0 | 10 | 17 | E | 11 | 2A | 4C |
| Octal | 334 | 270 | 252 | 0 | 20 | 27 | 16 | 21 | 52 | 114 |
| Binary | 11011100 | 10111000 | 10101010 | 0 | 10000 | 10111 | 1110 | 10001 | 101010 | 1001100 |
Color Harmonies of #DCB8AA
Complementary color
Monochromatic Colors of #DCB8AA
Black with #DCB8AA
Text Example
Text Example
White with #DCB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8AA; }
p { color: rgb(220,184,170); }
H1.HeaderClassName
{
color: #DCB8AA;
}
.AnyTagClassName
{
color: #DCB8AA;
}
</style>
background-color css
<style>
a { background-color: #DCB8AA; }
a { background-color: rgb(220,184,170); }
div.DivClassName
{
background-color: #DCB8AA;
}
.BgClassName
{
background-color: #DCB8AA;
}
</style>
border-color css
<style>
span { border-color: #DCB8AA; }
span { border-color: rgb(220,184,170); }
td.TdClassName
{
border-color: #DCB8AA;
}
.TagClassName
{
border-color: #DCB8AA;
}
</style>