Color Hex Logo

#dca377 Color Hex

#DCA377
(220,163,119)
0 Favorites   0 Comments

Color spaces of #dca377

RGB 220163119
HSL0.070.590.66
HSV26°46°86°
CMYK 0.000.260.46   0.14
XYZ45.942242.741923.2814
Yxy42.74190.41030.3817
Hunter Lab65.377311.026024.6504
CIE-Lab71.379415.763431.0592

#dca377 color RGB value is (220,163,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 01110111
Octal 334 243 167
Decimal 220 163 119
Hex DC A3 77

RGB Percentages of Color #dca377

%43.82
%32.47
%23.71

CMYK Percentages of Color #dca377

%0
%26
%46
%14

Triadic Colors of #dca377

#dca377 #77dca3 #a377dc

Analogous Colors of #dca377

#dca377 #dcd677 #dc777e

Monochromatic Colors of #dca377

#dca377

Complementary Color

#dca377 #77b0dc

#dca377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca377 Color CSS Codes

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

#dca377 Text Font Color

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

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


#dca377 Background Color

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

This div background color is #dca377


#dca377 Border Color

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

This div border color is #dca377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca377


Comments

No comments written yet.

Please login to write comment.