Color Hex Logo

#dcc985 Color Hex

#DCC985
(220,201,133)
0 Favorites   0 Comments

Color spaces of #dcc985

RGB 220201133
HSL0.130.550.69
HSV47°40°86°
CMYK 0.000.090.40   0.14
XYZ54.635558.682430.6375
Yxy58.68240.37950.4076
Hunter Lab76.6044-6.748729.9104
CIE-Lab81.1167-2.872536.3853

#dcc985 color RGB value is (220,201,133).

#dcc985 hex color red value is 220, green value is 201 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dcc985 hue: 0.13 , saturation: 0.55 and the lightness value of dcc985 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 10000101
Octal 334 311 205
Decimal 220 201 133
Hex DC C9 85

RGB Percentages of Color #dcc985

%39.71
%36.28
%24.01

CMYK Percentages of Color #dcc985

%0
%9
%40
%14

Triadic Colors of #dcc985

#dcc985 #85dcc9 #c985dc

Analogous Colors of #dcc985

#dcc985 #c4dc85 #dc9e85

Monochromatic Colors of #dcc985

#dcc985

Complementary Color

#dcc985 #8598dc

#dcc985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc985 Color CSS Codes

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

#dcc985 Text Font Color

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

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


#dcc985 Background Color

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

This div background color is #dcc985


#dcc985 Border Color

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

This div border color is #dcc985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc985


Comments

No comments written yet.

Please login to write comment.