Color Hex Logo

#dcc67e Color Hex

#DCC67E
(220,198,126)
0 Favorites   0 Comments

Color spaces of #dcc67e

RGB 220198126
HSL0.130.570.68
HSV46°43°86°
CMYK 0.000.100.43   0.14
XYZ53.475257.110227.9436
Yxy57.11020.38600.4123
Hunter Lab75.5713-5.940930.9766
CIE-Lab80.2415-2.064338.8361

#dcc67e color RGB value is (220,198,126).

#dcc67e hex color red value is 220, green value is 198 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcc67e hue: 0.13 , saturation: 0.57 and the lightness value of dcc67e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01111110
Octal 334 306 176
Decimal 220 198 126
Hex DC C6 7E

RGB Percentages of Color #dcc67e

%40.44
%36.40
%23.16

CMYK Percentages of Color #dcc67e

%0
%10
%43
%14

Triadic Colors of #dcc67e

#dcc67e #7edcc6 #c67edc

Analogous Colors of #dcc67e

#dcc67e #c3dc7e #dc977e

Monochromatic Colors of #dcc67e

#dcc67e

Complementary Color

#dcc67e #7e94dc

#dcc67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc67e Color CSS Codes

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

#dcc67e Text Font Color

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

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


#dcc67e Background Color

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

This div background color is #dcc67e


#dcc67e Border Color

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

This div border color is #dcc67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc67e


Comments

No comments written yet.

Please login to write comment.