#DCB9AB

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

Shades of Wafer #DCB9AB

Tints of Wafer #DCB9AB

Color information

#DCB9AB (or 0xDCB9AB) is unknown color: approx Wafer. HEX triplet: DC, B9 and AB. RGB value is (220,185,171). Sum of RGB (Red+Green+Blue) = 220+185+171=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB9AB is #234654. Grayscale: #C1C1C1. Windows color (decimal): -2311765 or 11254236. OLE color: 11254236.

HSL color Cylindrical-coordinate representation of color #DCB9AB: hue angle of 17.14º 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 #DCB9AB is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220185171-
CMYK00.160.220.14
HSL17.14º41.18%76.67%-
HSV(B)17.14º22.27%86.27%-
XYZ54.2152.8545.87-
YUV193.87115.1146.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=38.19%
G=32.12%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018517100.160.220.1417.1441.1876.67
HexDCB9AB01016E11294d
Octal33427125302026162151115
Binary110111001011100110101011010000101101110100011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9AB; }

 p { color: rgb(220,185,171); }

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

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

 a { background-color: rgb(220,185,171); }

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

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

 span { border-color: rgb(220,185,171); }

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