Color Hex Logo

#dcc089 Color Hex

#DCC089
(220,192,137)
0 Favorites   0 Comments

Color spaces of #dcc089

RGB 220192137
HSL0.110.540.70
HSV40°38°86°
CMYK 0.000.130.38   0.14
XYZ52.880254.721131.4420
Yxy54.72110.38030.3936
Hunter Lab73.9737-1.853026.5808
CIE-Lab78.88032.266231.3923

#dcc089 color RGB value is (220,192,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 10001001
Octal 334 300 211
Decimal 220 192 137
Hex DC C0 89

RGB Percentages of Color #dcc089

%40.07
%34.97
%24.95

CMYK Percentages of Color #dcc089

%0
%13
%38
%14

Triadic Colors of #dcc089

#dcc089 #89dcc0 #c089dc

Analogous Colors of #dcc089

#dcc089 #cfdc89 #dc9789

Monochromatic Colors of #dcc089

#dcc089

Complementary Color

#dcc089 #89a5dc

#dcc089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc089 Color CSS Codes

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

#dcc089 Text Font Color

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

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


#dcc089 Background Color

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

This div background color is #dcc089


#dcc089 Border Color

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

This div border color is #dcc089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc089


Comments

No comments written yet.

Please login to write comment.