Color Hex Logo

#dcc590 Color Hex

#DCC590
(220,197,144)
0 Favorites   0 Comments

Color spaces of #dcc590

RGB 220197144
HSL0.120.520.71
HSV42°35°86°
CMYK 0.000.100.35   0.14
XYZ54.515557.161834.5456
Yxy57.16180.37280.3909
Hunter Lab75.6054-3.601625.8330
CIE-Lab80.27050.470329.5753

#dcc590 color RGB value is (220,197,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 10010000
Octal 334 305 220
Decimal 220 197 144
Hex DC C5 90

RGB Percentages of Color #dcc590

%39.22
%35.12
%25.67

CMYK Percentages of Color #dcc590

%0
%10
%35
%14

Triadic Colors of #dcc590

#dcc590 #90dcc5 #c590dc

Analogous Colors of #dcc590

#dcc590 #cddc90 #dc9f90

Monochromatic Colors of #dcc590

#dcc590

Complementary Color

#dcc590 #90a7dc

#dcc590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc590 Color CSS Codes

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

#dcc590 Text Font Color

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

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


#dcc590 Background Color

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

This div background color is #dcc590


#dcc590 Border Color

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

This div border color is #dcc590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc590


Comments

No comments written yet.

Please login to write comment.