Color Hex Logo

#dca370 Color Hex

#DCA370
(220,163,112)
0 Favorites   0 Comments

Color spaces of #dca370

RGB 220163112
HSL0.080.610.65
HSV28°49°86°
CMYK 0.000.260.49   0.14
XYZ45.537042.579921.1479
Yxy42.57990.41680.3897
Hunter Lab65.253310.373026.4620
CIE-Lab71.268915.082834.6395

#dca370 color RGB value is (220,163,112).

#dca370 hex color red value is 220, green value is 163 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dca370 hue: 0.08 , saturation: 0.61 and the lightness value of dca370 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 01110000
Octal 334 243 160
Decimal 220 163 112
Hex DC A3 70

RGB Percentages of Color #dca370

%44.44
%32.93
%22.63

CMYK Percentages of Color #dca370

%0
%26
%49
%14

Triadic Colors of #dca370

#dca370 #70dca3 #a370dc

Analogous Colors of #dca370

#dca370 #dcd970 #dc7073

Monochromatic Colors of #dca370

#dca370

Complementary Color

#dca370 #70a9dc

#dca370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca370 Color CSS Codes

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

#dca370 Text Font Color

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

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


#dca370 Background Color

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

This div background color is #dca370


#dca370 Border Color

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

This div border color is #dca370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca370


Comments

No comments written yet.

Please login to write comment.