Color Hex Logo

#dcc889 Color Hex

#DCC889
(220,200,137)
0 Favorites   0 Comments

Color spaces of #dcc889

RGB 220200137
HSL0.130.540.70
HSV46°38°86°
CMYK 0.000.090.38   0.14
XYZ54.684858.330332.0436
Yxy58.33030.37700.4021
Hunter Lab76.3743-5.847128.5863
CIE-Lab80.9221-1.908634.0747

#dcc889 color RGB value is (220,200,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10001001
Octal 334 310 211
Decimal 220 200 137
Hex DC C8 89

RGB Percentages of Color #dcc889

%39.50
%35.91
%24.60

CMYK Percentages of Color #dcc889

%0
%9
%38
%14

Triadic Colors of #dcc889

#dcc889 #89dcc8 #c889dc

Analogous Colors of #dcc889

#dcc889 #c7dc89 #dc9f89

Monochromatic Colors of #dcc889

#dcc889

Complementary Color

#dcc889 #899ddc

#dcc889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc889 Color CSS Codes

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

#dcc889 Text Font Color

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

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


#dcc889 Background Color

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

This div background color is #dcc889


#dcc889 Border Color

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

This div border color is #dcc889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc889


Comments

No comments written yet.

Please login to write comment.