Color Hex Logo

#dca483 Color Hex

#DCA483
(220,164,131)
0 Favorites   0 Comments

Color spaces of #dca483

RGB 220164131
HSL0.060.560.69
HSV22°40°86°
CMYK 0.000.250.40   0.14
XYZ46.887443.405327.3795
Yxy43.40530.39850.3689
Hunter Lab65.882711.740221.4782
CIE-Lab71.829216.497625.1931

#dca483 color RGB value is (220,164,131).

#dca483 hex color red value is 220, green value is 164 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dca483 hue: 0.06 , saturation: 0.56 and the lightness value of dca483 is 0.69.

The process color (four color CMYK) of #dca483 color hex is 0.00, 0.25, 0.40, 0.14. Web safe color of #dca483 is #cc9999. Color #dca483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 10000011
Octal 334 244 203
Decimal 220 164 131
Hex DC A4 83

RGB Percentages of Color #dca483

%42.72
%31.84
%25.44

CMYK Percentages of Color #dca483

%0
%25
%40
%14

Triadic Colors of #dca483

#dca483 #83dca4 #a483dc

Analogous Colors of #dca483

#dca483 #dcd183 #dc838f

Monochromatic Colors of #dca483

#dca483

Complementary Color

#dca483 #83bbdc

#dca483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca483 Color CSS Codes

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

#dca483 Text Font Color

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

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


#dca483 Background Color

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

This div background color is #dca483


#dca483 Border Color

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

This div border color is #dca483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca483


Comments

No comments written yet.

Please login to write comment.