Color Hex Logo

#dca279 Color Hex

#DCA279
(220,162,121)
0 Favorites   0 Comments

Color spaces of #dca279

RGB 220162121
HSL0.070.590.67
HSV25°45°86°
CMYK 0.000.260.45   0.14
XYZ45.886742.436823.8618
Yxy42.43680.40900.3783
Hunter Lab65.143511.733123.8828
CIE-Lab71.171016.503629.7142

#dca279 color RGB value is (220,162,121).

#dca279 hex color red value is 220, green value is 162 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dca279 hue: 0.07 , saturation: 0.59 and the lightness value of dca279 is 0.67.

The process color (four color CMYK) of #dca279 color hex is 0.00, 0.26, 0.45, 0.14. Web safe color of #dca279 is #cc9966. Color #dca279 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01111001
Octal 334 242 171
Decimal 220 162 121
Hex DC A2 79

RGB Percentages of Color #dca279

%43.74
%32.21
%24.06

CMYK Percentages of Color #dca279

%0
%26
%45
%14

Triadic Colors of #dca279

#dca279 #79dca2 #a279dc

Analogous Colors of #dca279

#dca279 #dcd479 #dc7982

Monochromatic Colors of #dca279

#dca279

Complementary Color

#dca279 #79b3dc

#dca279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca279 Color CSS Codes

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

#dca279 Text Font Color

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

This sample text font color is #dca279
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.


#dca279 Background Color

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

This div background color is #dca279


#dca279 Border Color

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

This div border color is #dca279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca279


Comments

No comments written yet.

Please login to write comment.