Color Hex Logo

#dcc88e Color Hex

#DCC88E
(220,200,142)
0 Favorites   0 Comments

Color spaces of #dcc88e

RGB 220200142
HSL0.120.530.71
HSV45°35°86°
CMYK 0.000.090.35   0.14
XYZ55.052058.477233.9769
Yxy58.47720.37320.3964
Hunter Lab76.4704-5.318827.1859
CIE-Lab81.0034-1.330331.5915

#dcc88e color RGB value is (220,200,142).

#dcc88e hex color red value is 220, green value is 200 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dcc88e hue: 0.12 , saturation: 0.53 and the lightness value of dcc88e is 0.71.

The process color (four color CMYK) of #dcc88e color hex is 0.00, 0.09, 0.35, 0.14. Web safe color of #dcc88e is #cccc99. Color #dcc88e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10001110
Octal 334 310 216
Decimal 220 200 142
Hex DC C8 8E

RGB Percentages of Color #dcc88e

%39.15
%35.59
%25.27

CMYK Percentages of Color #dcc88e

%0
%9
%35
%14

Triadic Colors of #dcc88e

#dcc88e #8edcc8 #c88edc

Analogous Colors of #dcc88e

#dcc88e #c9dc8e #dca18e

Monochromatic Colors of #dcc88e

#dcc88e

Complementary Color

#dcc88e #8ea2dc

#dcc88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc88e Color CSS Codes

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

#dcc88e Text Font Color

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

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


#dcc88e Background Color

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

This div background color is #dcc88e


#dcc88e Border Color

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

This div border color is #dcc88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc88e


Comments

No comments written yet.

Please login to write comment.