Color Hex Logo

#dcd192 Color Hex

#DCD192
(220,209,146)
0 Favorites   0 Comments

Color spaces of #dcd192

RGB 220209146
HSL0.140.510.72
HSV51°34°86°
CMYK 0.000.050.34   0.14
XYZ57.504062.891936.3027
Yxy62.89190.36700.4014
Hunter Lab79.3044-9.351528.3723
CIE-Lab83.3855-5.499732.6713

#dcd192 color RGB value is (220,209,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 10010010
Octal 334 321 222
Decimal 220 209 146
Hex DC D1 92

RGB Percentages of Color #dcd192

%38.26
%36.35
%25.39

CMYK Percentages of Color #dcd192

%0
%5
%34
%14

Triadic Colors of #dcd192

#dcd192 #92dcd1 #d192dc

Analogous Colors of #dcd192

#dcd192 #c2dc92 #dcac92

Monochromatic Colors of #dcd192

#dcd192

Complementary Color

#dcd192 #929ddc

#dcd192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd192 Color CSS Codes

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

#dcd192 Text Font Color

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

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


#dcd192 Background Color

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

This div background color is #dcd192


#dcd192 Border Color

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

This div border color is #dcd192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd192


Comments

No comments written yet.

Please login to write comment.