Color Hex Logo

#dcca79 Color Hex

#DCCA79
(220,202,121)
0 Favorites   0 Comments

Color spaces of #dcca79

RGB 220202121
HSL0.140.590.67
HSV49°45°86°
CMYK 0.000.080.45   0.14
XYZ54.086958.837226.5952
Yxy58.83720.38770.4217
Hunter Lab76.7054-8.369733.1368
CIE-Lab81.2020-4.636442.5702

#dcca79 color RGB value is (220,202,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 01111001
Octal 334 312 171
Decimal 220 202 121
Hex DC CA 79

RGB Percentages of Color #dcca79

%40.52
%37.20
%22.28

CMYK Percentages of Color #dcca79

%0
%8
%45
%14

Triadic Colors of #dcca79

#dcca79 #79dcca #ca79dc

Analogous Colors of #dcca79

#dcca79 #bddc79 #dc9979

Monochromatic Colors of #dcca79

#dcca79

Complementary Color

#dcca79 #798bdc

#dcca79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca79 Color CSS Codes

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

#dcca79 Text Font Color

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

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


#dcca79 Background Color

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

This div background color is #dcca79


#dcca79 Border Color

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

This div border color is #dcca79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca79


Comments

No comments written yet.

Please login to write comment.