Color Hex Logo

#dcab14 Color Hex

#DCAB14
(220,171,20)
0 Favorites   0 Comments

Color spaces of #dcab14

RGB 22017120
HSL0.130.830.47
HSV45°91°86°
CMYK 0.000.220.91   0.14
XYZ44.204444.39206.9005
Yxy44.39200.46290.4649
Hunter Lab66.62731.829440.4985
CIE-Lab72.48975.966372.8296

#dcab14 color RGB value is (220,171,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 00010100
Octal 334 253 24
Decimal 220 171 20
Hex DC AB 14

RGB Percentages of Color #dcab14

%53.53
%41.61
%4.87

CMYK Percentages of Color #dcab14

%0
%22
%91
%14

Triadic Colors of #dcab14

#dcab14 #14dcab #ab14dc

Analogous Colors of #dcab14

#dcab14 #a9dc14 #dc4714

Monochromatic Colors of #dcab14

#dcab14

Complementary Color

#dcab14 #1445dc

#dcab14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab14 Color CSS Codes

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

#dcab14 Text Font Color

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

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


#dcab14 Background Color

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

This div background color is #dcab14


#dcab14 Border Color

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

This div border color is #dcab14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,171,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 #dcab14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab14


Comments

No comments written yet.

Please login to write comment.