Color Hex Logo

#dcc092 Color Hex

#DCC092
(220,192,146)
0 Favorites   0 Comments

Color spaces of #dcc092

RGB 220192146
HSL0.100.510.72
HSV37°34°86°
CMYK 0.000.130.34   0.14
XYZ53.553154.990234.9858
Yxy54.99020.37310.3831
Hunter Lab74.1554-0.863823.9363
CIE-Lab79.03563.333926.8692

#dcc092 color RGB value is (220,192,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 10010010
Octal 334 300 222
Decimal 220 192 146
Hex DC C0 92

RGB Percentages of Color #dcc092

%39.43
%34.41
%26.16

CMYK Percentages of Color #dcc092

%0
%13
%34
%14

Triadic Colors of #dcc092

#dcc092 #92dcc0 #c092dc

Analogous Colors of #dcc092

#dcc092 #d3dc92 #dc9b92

Monochromatic Colors of #dcc092

#dcc092

Complementary Color

#dcc092 #92aedc

#dcc092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc092 Color CSS Codes

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

#dcc092 Text Font Color

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

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


#dcc092 Background Color

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

This div background color is #dcc092


#dcc092 Border Color

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

This div border color is #dcc092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc092


Comments

No comments written yet.

Please login to write comment.