Color Hex Logo

#dca337 Color Hex

#DCA337
(220,163,55)
0 Favorites   0 Comments

Color spaces of #dca337

RGB 22016355
HSL0.110.700.54
HSV39°75°86°
CMYK 0.000.260.75   0.14
XYZ43.302041.68599.3783
Yxy41.68590.45890.4417
Hunter Lab64.56466.727736.5831
CIE-Lab70.653811.225561.0779

#dca337 color RGB value is (220,163,55).

#dca337 hex color red value is 220, green value is 163 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dca337 hue: 0.11 , saturation: 0.70 and the lightness value of dca337 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 00110111
Octal 334 243 67
Decimal 220 163 55
Hex DC A3 37

RGB Percentages of Color #dca337

%50.23
%37.21
%12.56

CMYK Percentages of Color #dca337

%0
%26
%75
%14

Triadic Colors of #dca337

#dca337 #37dca3 #a337dc

Analogous Colors of #dca337

#dca337 #c3dc37 #dc5137

Monochromatic Colors of #dca337

#dca337

Complementary Color

#dca337 #3770dc

#dca337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca337 Color CSS Codes

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

#dca337 Text Font Color

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

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


#dca337 Background Color

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

This div background color is #dca337


#dca337 Border Color

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

This div border color is #dca337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca337


Comments

No comments written yet.

Please login to write comment.