Color Hex Logo

#dcc270 Color Hex

#DCC270
(220,194,112)
0 Favorites   0 Comments

Color spaces of #dcc270

RGB 220194112
HSL0.130.610.65
HSV46°49°86°
CMYK 0.000.120.49   0.14
XYZ51.731654.969123.2128
Yxy54.96910.39820.4231
Hunter Lab74.1411-5.199633.3357
CIE-Lab79.0235-1.349944.3561

#dcc270 color RGB value is (220,194,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01110000
Octal 334 302 160
Decimal 220 194 112
Hex DC C2 70

RGB Percentages of Color #dcc270

%41.83
%36.88
%21.29

CMYK Percentages of Color #dcc270

%0
%12
%49
%14

Triadic Colors of #dcc270

#dcc270 #70dcc2 #c270dc

Analogous Colors of #dcc270

#dcc270 #c0dc70 #dc8c70

Monochromatic Colors of #dcc270

#dcc270

Complementary Color

#dcc270 #708adc

#dcc270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc270 Color CSS Codes

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

#dcc270 Text Font Color

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

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


#dcc270 Background Color

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

This div background color is #dcc270


#dcc270 Border Color

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

This div border color is #dcc270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc270


Comments

No comments written yet.

Please login to write comment.