Color Hex Logo

#dcca70 Color Hex

#DCCA70
(220,202,112)
0 Favorites   0 Comments

Color spaces of #dcca70

RGB 220202112
HSL0.140.610.65
HSV50°49°86°
CMYK 0.000.080.49   0.14
XYZ53.560458.626623.8224
Yxy58.62660.39380.4310
Hunter Lab76.5680-9.130835.1509
CIE-Lab81.0859-5.484846.8752

#dcca70 color RGB value is (220,202,112).

#dcca70 hex color red value is 220, green value is 202 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dcca70 hue: 0.14 , saturation: 0.61 and the lightness value of dcca70 is 0.65.

The process color (four color CMYK) of #dcca70 color hex is 0.00, 0.08, 0.49, 0.14. Web safe color of #dcca70 is #cccc66. Color #dcca70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 01110000
Octal 334 312 160
Decimal 220 202 112
Hex DC CA 70

RGB Percentages of Color #dcca70

%41.20
%37.83
%20.97

CMYK Percentages of Color #dcca70

%0
%8
%49
%14

Triadic Colors of #dcca70

#dcca70 #70dcca #ca70dc

Analogous Colors of #dcca70

#dcca70 #b8dc70 #dc9470

Monochromatic Colors of #dcca70

#dcca70

Complementary Color

#dcca70 #7082dc

#dcca70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca70 Color CSS Codes

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

#dcca70 Text Font Color

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

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


#dcca70 Background Color

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

This div background color is #dcca70


#dcca70 Border Color

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

This div border color is #dcca70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca70


Comments

No comments written yet.

Please login to write comment.