#DCB8AB

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

Shades of Wafer #DCB8AB

Tints of Wafer #DCB8AB

Color information

#DCB8AB (or 0xDCB8AB) is unknown color: approx Wafer. HEX triplet: DC, B8 and AB. RGB value is (220,184,171). Sum of RGB (Red+Green+Blue) = 220+184+171=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8AB is #234754. Grayscale: #C1C1C1. Windows color (decimal): -2312021 or 11253980. OLE color: 11253980.

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

Color convert

RGB220184171-
CMYK00.160.220.14
HSL15.92º41.18%76.67%-
HSV(B)15.92º22.27%86.27%-
XYZ54.0152.4445.8-
YUV193.28115.43147.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=38.26%
G=32%
B=29.74%

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
Decimal22018417100.160.220.1415.9241.1876.67
HexDCB8AB01016E10294d
Octal33427025302026162051115
Binary110111001011100010101011010000101101110100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8AB; }

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

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

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

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

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

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

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

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