Color Hex Logo

#dcca14 Color Hex

#DCCA14
(220,202,20)
0 Favorites   0 Comments

Color spaces of #dcca14

RGB 22020220
HSL0.150.830.47
HSV55°91°86°
CMYK 0.000.080.91   0.14
XYZ50.762057.50729.0864
Yxy57.50720.43250.4900
Hunter Lab75.8335-13.223045.9793
CIE-Lab80.4640-10.125878.9181

#dcca14 color RGB value is (220,202,20).

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

The process color (four color CMYK) of #dcca14 color hex is 0.00, 0.08, 0.91, 0.14. Web safe color of #dcca14 is #cccc00. Color #dcca14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 00010100
Octal 334 312 24
Decimal 220 202 20
Hex DC CA 14

RGB Percentages of Color #dcca14

%49.77
%45.70
%4.52

CMYK Percentages of Color #dcca14

%0
%8
%91
%14

Triadic Colors of #dcca14

#dcca14 #14dcca #ca14dc

Analogous Colors of #dcca14

#dcca14 #8adc14 #dc6614

Monochromatic Colors of #dcca14

#dcca14

Complementary Color

#dcca14 #1426dc

#dcca14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca14 Color CSS Codes

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

#dcca14 Text Font Color

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

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


#dcca14 Background Color

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

This div background color is #dcca14


#dcca14 Border Color

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

This div border color is #dcca14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca14


Comments

No comments written yet.

Please login to write comment.