Color Hex Logo

#dca772 Color Hex

#DCA772
(220,167,114)
0 Favorites   0 Comments

Color spaces of #dca772

RGB 220167114
HSL0.080.600.65
HSV30°48°86°
CMYK 0.000.240.48   0.14
XYZ46.371244.068021.9815
Yxy44.06800.41250.3920
Hunter Lab66.38378.516526.8360
CIE-Lab72.273913.125534.8700

#dca772 color RGB value is (220,167,114).

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

The process color (four color CMYK) of #dca772 color hex is 0.00, 0.24, 0.48, 0.14. Web safe color of #dca772 is #cc9966. Color #dca772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 01110010
Octal 334 247 162
Decimal 220 167 114
Hex DC A7 72

RGB Percentages of Color #dca772

%43.91
%33.33
%22.75

CMYK Percentages of Color #dca772

%0
%24
%48
%14

Triadic Colors of #dca772

#dca772 #72dca7 #a772dc

Analogous Colors of #dca772

#dca772 #dcdc72 #dc7272

Monochromatic Colors of #dca772

#dca772

Complementary Color

#dca772 #72a7dc

#dca772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca772 Color CSS Codes

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

#dca772 Text Font Color

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

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


#dca772 Background Color

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

This div background color is #dca772


#dca772 Border Color

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

This div border color is #dca772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca772


Comments

No comments written yet.

Please login to write comment.