Color Hex Logo

#dcc87a Color Hex

#DCC87A
(220,200,122)
0 Favorites   0 Comments

Color spaces of #dcc87a

RGB 220200122
HSL0.130.580.67
HSV48°45°86°
CMYK 0.000.090.45   0.14
XYZ53.682357.929326.7645
Yxy57.92930.38790.4186
Hunter Lab76.1113-7.296432.4286
CIE-Lab80.6995-3.506041.4390

#dcc87a color RGB value is (220,200,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01111010
Octal 334 310 172
Decimal 220 200 122
Hex DC C8 7A

RGB Percentages of Color #dcc87a

%40.59
%36.90
%22.51

CMYK Percentages of Color #dcc87a

%0
%9
%45
%14

Triadic Colors of #dcc87a

#dcc87a #7adcc8 #c87adc

Analogous Colors of #dcc87a

#dcc87a #bfdc7a #dc977a

Monochromatic Colors of #dcc87a

#dcc87a

Complementary Color

#dcc87a #7a8edc

#dcc87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc87a Color CSS Codes

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

#dcc87a Text Font Color

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

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


#dcc87a Background Color

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

This div background color is #dcc87a


#dcc87a Border Color

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

This div border color is #dcc87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc87a


Comments

No comments written yet.

Please login to write comment.