Color Hex Logo

#dcca11 Color Hex

#DCCA11
(220,202,17)
0 Favorites   0 Comments

Color spaces of #dcca11

RGB 22020217
HSL0.150.860.46
HSV55°92°86°
CMYK 0.000.080.92   0.14
XYZ50.736957.49728.9543
Yxy57.49720.43300.4906
Hunter Lab75.8269-13.260146.0774
CIE-Lab80.4584-10.168679.3341

#dcca11 color RGB value is (220,202,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 00010001
Octal 334 312 21
Decimal 220 202 17
Hex DC CA 11

RGB Percentages of Color #dcca11

%50.11
%46.01
%3.87

CMYK Percentages of Color #dcca11

%0
%8
%92
%14

Triadic Colors of #dcca11

#dcca11 #11dcca #ca11dc

Analogous Colors of #dcca11

#dcca11 #89dc11 #dc6511

Monochromatic Colors of #dcca11

#dcca11

Complementary Color

#dcca11 #1123dc

#dcca11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca11 Color CSS Codes

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

#dcca11 Text Font Color

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

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


#dcca11 Background Color

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

This div background color is #dcca11


#dcca11 Border Color

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

This div border color is #dcca11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca11


Comments

No comments written yet.

Please login to write comment.