Color Hex Logo

#dcc293 Color Hex

#DCC293
(220,194,147)
0 Favorites   0 Comments

Color spaces of #dcc293

RGB 220194147
HSL0.110.510.72
HSV39°33°86°
CMYK 0.000.120.33   0.14
XYZ54.073455.905835.5447
Yxy55.90580.37160.3842
Hunter Lab74.7702-1.757624.1535
CIE-Lab79.56022.406027.0480

#dcc293 color RGB value is (220,194,147).

#dcc293 hex color red value is 220, green value is 194 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dcc293 hue: 0.11 , saturation: 0.51 and the lightness value of dcc293 is 0.72.

The process color (four color CMYK) of #dcc293 color hex is 0.00, 0.12, 0.33, 0.14. Web safe color of #dcc293 is #cccc99. Color #dcc293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 10010011
Octal 334 302 223
Decimal 220 194 147
Hex DC C2 93

RGB Percentages of Color #dcc293

%39.22
%34.58
%26.20

CMYK Percentages of Color #dcc293

%0
%12
%33
%14

Triadic Colors of #dcc293

#dcc293 #93dcc2 #c293dc

Analogous Colors of #dcc293

#dcc293 #d2dc93 #dc9e93

Monochromatic Colors of #dcc293

#dcc293

Complementary Color

#dcc293 #93addc

#dcc293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc293 Color CSS Codes

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

#dcc293 Text Font Color

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

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


#dcc293 Background Color

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

This div background color is #dcc293


#dcc293 Border Color

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

This div border color is #dcc293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc293


Comments

No comments written yet.

Please login to write comment.