Color Hex Logo

#dcc392 Color Hex

#DCC392
(220,195,146)
0 Favorites   0 Comments

Color spaces of #dcc392

RGB 220195146
HSL0.110.510.72
HSV40°34°86°
CMYK 0.000.110.34   0.14
XYZ54.218656.321235.2076
Yxy56.32120.37200.3864
Hunter Lab75.0475-2.374424.7180
CIE-Lab79.79631.758927.8918

#dcc392 color RGB value is (220,195,146).

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

The process color (four color CMYK) of #dcc392 color hex is 0.00, 0.11, 0.34, 0.14. Web safe color of #dcc392 is #cccc99. Color #dcc392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 10010010
Octal 334 303 222
Decimal 220 195 146
Hex DC C3 92

RGB Percentages of Color #dcc392

%39.22
%34.76
%26.02

CMYK Percentages of Color #dcc392

%0
%11
%34
%14

Triadic Colors of #dcc392

#dcc392 #92dcc3 #c392dc

Analogous Colors of #dcc392

#dcc392 #d0dc92 #dc9e92

Monochromatic Colors of #dcc392

#dcc392

Complementary Color

#dcc392 #92abdc

#dcc392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc392 Color CSS Codes

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

#dcc392 Text Font Color

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

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


#dcc392 Background Color

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

This div background color is #dcc392


#dcc392 Border Color

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

This div border color is #dcc392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc392


Comments

No comments written yet.

Please login to write comment.