#DCBAAD

Color #DCBAAD Wafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wafer #DCBAAD

Tints of Wafer #DCBAAD

Color information

#DCBAAD (or 0xDCBAAD) is unknown color: approx Wafer. HEX triplet: DC, BA and AD. RGB value is (220,186,173). Sum of RGB (Red+Green+Blue) = 220+186+173=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAAD is #234552. Grayscale: #C2C2C2. Windows color (decimal): -2311507 or 11385564. OLE color: 11385564.

HSL color Cylindrical-coordinate representation of color #DCBAAD: hue angle of 16.6º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBAAD is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220186173-
CMYK00.150.210.14
HSL16.6º40.17%77.06%-
HSV(B)16.6º21.36%86.27%-
XYZ54.6253.3546.95-
YUV194.68115.76146.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=38.00%
G=32.12%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018617300.150.210.1416.640.1777.06
HexDCBAAD0F15E11284d
Octal33427225501725162150115
Binary11011100101110101010110101111101011110100011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAAD; }

 p { color: rgb(220,186,173); }

 H1.HeaderClassName
 {
   color: #DCBAAD;
 }
 .AnyTagClassName
 {
   color: #DCBAAD;
 }
</style>
background-color css

<style>
 a { background-color: #DCBAAD; }

 a { background-color: rgb(220,186,173); }

 div.DivClassName
 {
   background-color: #DCBAAD;
 }
 .BgClassName
 {
   background-color: #DCBAAD;
 }
</style>
border-color css

<style>
 span { border-color: #DCBAAD; }

 span { border-color: rgb(220,186,173); }

 td.TdClassName
 {
   border-color: #DCBAAD;
 }
 .TagClassName
 {
   border-color: #DCBAAD;
 }
</style>