Color Hex Logo

#dcc570 Color Hex

#DCC570
(220,197,112)
0 Favorites   0 Comments

Color spaces of #dcc570

RGB 220197112
HSL0.130.610.65
HSV47°49°86°
CMYK 0.000.100.49   0.14
XYZ52.406156.318023.4376
Yxy56.31800.39650.4261
Hunter Lab75.0453-6.678134.0147
CIE-Lab79.7945-2.906645.3010

#dcc570 color RGB value is (220,197,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01110000
Octal 334 305 160
Decimal 220 197 112
Hex DC C5 70

RGB Percentages of Color #dcc570

%41.59
%37.24
%21.17

CMYK Percentages of Color #dcc570

%0
%10
%49
%14

Triadic Colors of #dcc570

#dcc570 #70dcc5 #c570dc

Analogous Colors of #dcc570

#dcc570 #bddc70 #dc8f70

Monochromatic Colors of #dcc570

#dcc570

Complementary Color

#dcc570 #7087dc

#dcc570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc570 Color CSS Codes

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

#dcc570 Text Font Color

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

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


#dcc570 Background Color

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

This div background color is #dcc570


#dcc570 Border Color

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

This div border color is #dcc570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc570


Comments

No comments written yet.

Please login to write comment.