Color Hex Logo

#dccba0 Color Hex

#DCCBA0
(220,203,160)
0 Favorites   0 Comments

Color spaces of #dccba0

RGB 220203160
HSL0.120.460.75
HSV43°27°86°
CMYK 0.000.080.27   0.14
XYZ57.216360.465641.9131
Yxy60.46560.35850.3789
Hunter Lab77.7596-4.737322.4739
CIE-Lab82.0906-0.624923.6339

#dccba0 color RGB value is (220,203,160).

#dccba0 hex color red value is 220, green value is 203 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dccba0 hue: 0.12 , saturation: 0.46 and the lightness value of dccba0 is 0.75.

The process color (four color CMYK) of #dccba0 color hex is 0.00, 0.08, 0.27, 0.14. Web safe color of #dccba0 is #cccc99. Color #dccba0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10100000
Octal 334 313 240
Decimal 220 203 160
Hex DC CB A0

RGB Percentages of Color #dccba0

%37.74
%34.82
%27.44

CMYK Percentages of Color #dccba0

%0
%8
%27
%14

Triadic Colors of #dccba0

#dccba0 #a0dccb #cba0dc

Analogous Colors of #dccba0

#dccba0 #cfdca0 #dcada0

Monochromatic Colors of #dccba0

#dccba0

Complementary Color

#dccba0 #a0b1dc

#dccba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccba0 Color CSS Codes

.mybgcolor {background-color:#dccba0; } 
.myforecolor {color:#dccba0; }
.mybordercolor {border:3px solid #dccba0; }

#dccba0 Text Font Color

<p style="color:#dccba0">Text here</p>

This sample text font color is #dccba0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dccba0 Background Color

<div style="background-color:#dccba0">
Div content here</div>

This div background color is #dccba0


#dccba0 Border Color

<div style="border:3px solid #dccba0">
Div here</div>

This div border color is #dccba0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,203,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dccba0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dccba0;
  -webkit-box-shadow: 1px 1px 3px 2px #dccba0;
  box-shadow:         1px 1px 3px 2px #dccba0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,203,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dccba0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dccba0;
  -webkit-box-shadow: 1px 1px 3px 2px #dccba0;
  box-shadow:         1px 1px 3px 2px #dccba0;">
Div content here</div>

This div box has shadow with color #dccba0

#dccba0 Color Palettes


Comments

No comments written yet.

Please login to write comment.