Color Hex Logo

#dcc47a Color Hex

#DCC47A
(220,196,122)
0 Favorites   0 Comments

Color spaces of #dcc47a

RGB 220196122
HSL0.130.580.67
HSV45°45°86°
CMYK 0.000.110.45   0.14
XYZ52.768056.100626.4597
Yxy56.10060.38990.4146
Hunter Lab74.9003-5.320631.4851
CIE-Lab79.6710-1.433040.1433

#dcc47a color RGB value is (220,196,122).

#dcc47a hex color red value is 220, green value is 196 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dcc47a hue: 0.13 , saturation: 0.58 and the lightness value of dcc47a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 01111010
Octal 334 304 172
Decimal 220 196 122
Hex DC C4 7A

RGB Percentages of Color #dcc47a

%40.89
%36.43
%22.68

CMYK Percentages of Color #dcc47a

%0
%11
%45
%14

Triadic Colors of #dcc47a

#dcc47a #7adcc4 #c47adc

Analogous Colors of #dcc47a

#dcc47a #c3dc7a #dc937a

Monochromatic Colors of #dcc47a

#dcc47a

Complementary Color

#dcc47a #7a92dc

#dcc47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc47a Color CSS Codes

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

#dcc47a Text Font Color

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

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


#dcc47a Background Color

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

This div background color is #dcc47a


#dcc47a Border Color

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

This div border color is #dcc47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc47a


Comments

No comments written yet.

Please login to write comment.