Shades of Wafer #DCBCAF
Tints of Wafer #DCBCAF
RGB
CMYK
RGB Variations
Color information
#DCBCAF (or 0xDCBCAF) is known color: Wafer. HEX triplet: DC, BC and AF. RGB value is (220,188,175). Sum of RGB (Red+Green+Blue) = 220+188+175=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCAF is #234350. Grayscale: #C4C4C4. Windows color (decimal): -2310993 or 11517148. OLE color: 11517148.
HSL color Cylindrical-coordinate representation of color #DCBCAF: hue angle of 17.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBCAF is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 175 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.14 |
| HSL | 17.33º | 0.39% | 0.77% | - |
| HSV(B) | 17.33º | 0.2% | 0.86% | - |
| XYZ | 55.24 | 54.28 | 48.12 | - |
| YUV | 196.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 175 | 0 | 0.15 | 0.20 | 0.14 | 17.33 | 0.39 | 0.77 |
| Hex | DC | BC | AF | 0 | F | 14 | E | 11 | 27 | 4D |
| Octal | 334 | 274 | 257 | 0 | 17 | 24 | 16 | 21 | 47 | 115 |
| Binary | 11011100 | 10111100 | 10101111 | 0 | 1111 | 10100 | 1110 | 10001 | 100111 | 1001101 |
Color Harmonies of #DCBCAF
Complementary color
Monochromatic Colors of #DCBCAF
Black with #DCBCAF
Text Example
Text Example
White with #DCBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCAF; }
p { color: rgb(220,188,175); }
H1.HeaderClassName
{
color: #DCBCAF;
}
.AnyTagClassName
{
color: #DCBCAF;
}
</style>
background-color css
<style>
a { background-color: #DCBCAF; }
a { background-color: rgb(220,188,175); }
div.DivClassName
{
background-color: #DCBCAF;
}
.BgClassName
{
background-color: #DCBCAF;
}
</style>
border-color css
<style>
span { border-color: #DCBCAF; }
span { border-color: rgb(220,188,175); }
td.TdClassName
{
border-color: #DCBCAF;
}
.TagClassName
{
border-color: #DCBCAF;
}
</style>