Color Hex Logo

#dca247 Color Hex

#DCA247
(220,162,71)
0 Favorites   0 Comments

Color spaces of #dca247

RGB 22016271
HSL0.100.680.57
HSV37°68°86°
CMYK 0.000.260.68   0.14
XYZ43.572941.511211.6772
Yxy41.51120.45030.4290
Hunter Lab64.42927.966934.3547
CIE-Lab70.532612.548754.1724

#dca247 color RGB value is (220,162,71).

#dca247 hex color red value is 220, green value is 162 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dca247 hue: 0.10 , saturation: 0.68 and the lightness value of dca247 is 0.57.

The process color (four color CMYK) of #dca247 color hex is 0.00, 0.26, 0.68, 0.14. Web safe color of #dca247 is #cc9933. Color #dca247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01000111
Octal 334 242 107
Decimal 220 162 71
Hex DC A2 47

RGB Percentages of Color #dca247

%48.57
%35.76
%15.67

CMYK Percentages of Color #dca247

%0
%26
%68
%14

Triadic Colors of #dca247

#dca247 #47dca2 #a247dc

Analogous Colors of #dca247

#dca247 #ccdc47 #dc5747

Monochromatic Colors of #dca247

#dca247

Complementary Color

#dca247 #4781dc

#dca247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca247 Color CSS Codes

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

#dca247 Text Font Color

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

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


#dca247 Background Color

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

This div background color is #dca247


#dca247 Border Color

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

This div border color is #dca247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca247


Comments

No comments written yet.

Please login to write comment.