Color Hex Logo

#dcaa3d Color Hex

#DCAA3D
(220,170,61)
0 Favorites   0 Comments

Color spaces of #dcaa3d

RGB 22017061
HSL0.110.690.55
HSV41°72°86°
CMYK 0.000.230.72   0.14
XYZ44.732244.302010.6084
Yxy44.30200.44890.4446
Hunter Lab66.55973.483337.1421
CIE-Lab72.42997.760060.4359

#dcaa3d color RGB value is (220,170,61).

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

The process color (four color CMYK) of #dcaa3d color hex is 0.00, 0.23, 0.72, 0.14. Web safe color of #dcaa3d is #cc9933. Color #dcaa3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 00111101
Octal 334 252 75
Decimal 220 170 61
Hex DC AA 3D

RGB Percentages of Color #dcaa3d

%48.78
%37.69
%13.53

CMYK Percentages of Color #dcaa3d

%0
%23
%72
%14

Triadic Colors of #dcaa3d

#dcaa3d #3ddcaa #aa3ddc

Analogous Colors of #dcaa3d

#dcaa3d #bfdc3d #dc5b3d

Monochromatic Colors of #dcaa3d

#dcaa3d

Complementary Color

#dcaa3d #3d6fdc

#dcaa3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa3d Color CSS Codes

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

#dcaa3d Text Font Color

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

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


#dcaa3d Background Color

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

This div background color is #dcaa3d


#dcaa3d Border Color

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

This div border color is #dcaa3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa3d


Comments

No comments written yet.

Please login to write comment.