Color Hex Logo

#dcaa14 Color Hex

#DCAA14
(220,170,20)
0 Favorites   0 Comments

Color spaces of #dcaa14

RGB 22017020
HSL0.130.830.47
HSV45°91°86°
CMYK 0.000.230.91   0.14
XYZ44.016244.01566.8378
Yxy44.01560.46400.4640
Hunter Lab66.34432.323740.3302
CIE-Lab72.23896.496972.6394

#dcaa14 color RGB value is (220,170,20).

#dcaa14 hex color red value is 220, green value is 170 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dcaa14 hue: 0.13 , saturation: 0.83 and the lightness value of dcaa14 is 0.47.

The process color (four color CMYK) of #dcaa14 color hex is 0.00, 0.23, 0.91, 0.14. Web safe color of #dcaa14 is #cc9900. Color #dcaa14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 00010100
Octal 334 252 24
Decimal 220 170 20
Hex DC AA 14

RGB Percentages of Color #dcaa14

%53.66
%41.46
%4.88

CMYK Percentages of Color #dcaa14

%0
%23
%91
%14

Triadic Colors of #dcaa14

#dcaa14 #14dcaa #aa14dc

Analogous Colors of #dcaa14

#dcaa14 #aadc14 #dc4614

Monochromatic Colors of #dcaa14

#dcaa14

Complementary Color

#dcaa14 #1446dc

#dcaa14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaa14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaa14 Color CSS Codes

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

#dcaa14 Text Font Color

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

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


#dcaa14 Background Color

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

This div background color is #dcaa14


#dcaa14 Border Color

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

This div border color is #dcaa14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaa14


Comments

No comments written yet.

Please login to write comment.