Color Hex Logo

#dcca78 Color Hex

#DCCA78
(220,202,120)
0 Favorites   0 Comments

Color spaces of #dcca78

RGB 220202120
HSL0.140.590.67
HSV49°45°86°
CMYK 0.000.080.45   0.14
XYZ54.025958.812826.2738
Yxy58.81280.38840.4228
Hunter Lab76.6895-8.457733.3699
CIE-Lab81.1886-4.734343.0527

#dcca78 color RGB value is (220,202,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 01111000
Octal 334 312 170
Decimal 220 202 120
Hex DC CA 78

RGB Percentages of Color #dcca78

%40.59
%37.27
%22.14

CMYK Percentages of Color #dcca78

%0
%8
%45
%14

Triadic Colors of #dcca78

#dcca78 #78dcca #ca78dc

Analogous Colors of #dcca78

#dcca78 #bcdc78 #dc9878

Monochromatic Colors of #dcca78

#dcca78

Complementary Color

#dcca78 #788adc

#dcca78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca78 Color CSS Codes

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

#dcca78 Text Font Color

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

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


#dcca78 Background Color

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

This div background color is #dcca78


#dcca78 Border Color

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

This div border color is #dcca78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca78


Comments

No comments written yet.

Please login to write comment.