Color Hex Logo

#dcad47 Color Hex

#DCAD47
(220,173,71)
0 Favorites   0 Comments

Color spaces of #dcad47

RGB 22017371
HSL0.110.680.57
HSV41°68°86°
CMYK 0.000.210.68   0.14
XYZ45.596145.557712.3516
Yxy45.55770.44050.4401
Hunter Lab67.49642.463936.3977
CIE-Lab73.25766.680057.0756

#dcad47 color RGB value is (220,173,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01000111
Octal 334 255 107
Decimal 220 173 71
Hex DC AD 47

RGB Percentages of Color #dcad47

%47.41
%37.28
%15.30

CMYK Percentages of Color #dcad47

%0
%21
%68
%14

Triadic Colors of #dcad47

#dcad47 #47dcad #ad47dc

Analogous Colors of #dcad47

#dcad47 #c1dc47 #dc6247

Monochromatic Colors of #dcad47

#dcad47

Complementary Color

#dcad47 #4776dc

#dcad47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad47 Color CSS Codes

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

#dcad47 Text Font Color

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

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


#dcad47 Background Color

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

This div background color is #dcad47


#dcad47 Border Color

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

This div border color is #dcad47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,173,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 #dcad47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad47


Comments

No comments written yet.

Please login to write comment.