Color Hex Logo

#dcaa54 Color Hex

#DCAA54
(220,170,84)
0 Favorites   0 Comments

Color spaces of #dcaa54

RGB 22017084
HSL0.110.660.60
HSV38°62°86°
CMYK 0.000.230.62   0.14
XYZ45.490244.605214.5996
Yxy44.60520.43450.4260
Hunter Lab66.78714.702933.7903
CIE-Lab72.63129.076950.4461

#dcaa54 color RGB value is (220,170,84).

#dcaa54 hex color red value is 220, green value is 170 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #dcaa54 hue: 0.11 , saturation: 0.66 and the lightness value of dcaa54 is 0.60.

The process color (four color CMYK) of #dcaa54 color hex is 0.00, 0.23, 0.62, 0.14. Web safe color of #dcaa54 is #cc9966. Color #dcaa54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 01010100
Octal 334 252 124
Decimal 220 170 84
Hex DC AA 54

RGB Percentages of Color #dcaa54

%46.41
%35.86
%17.72

CMYK Percentages of Color #dcaa54

%0
%23
%62
%14

Triadic Colors of #dcaa54

#dcaa54 #54dcaa #aa54dc

Analogous Colors of #dcaa54

#dcaa54 #cadc54 #dc6654

Monochromatic Colors of #dcaa54

#dcaa54

Complementary Color

#dcaa54 #5486dc

#dcaa54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa54 Color CSS Codes

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

#dcaa54 Text Font Color

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

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


#dcaa54 Background Color

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

This div background color is #dcaa54


#dcaa54 Border Color

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

This div border color is #dcaa54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa54


Comments

No comments written yet.

Please login to write comment.