Color Hex Logo

#dcd291 Color Hex

#DCD291
(220,210,145)
0 Favorites   0 Comments

Color spaces of #dcd291

RGB 220210145
HSL0.140.520.72
HSV52°34°86°
CMYK 0.000.050.34   0.14
XYZ57.672663.353235.9768
Yxy63.35320.36730.4035
Hunter Lab79.5947-9.953628.9172
CIE-Lab83.6279-6.131733.5055

#dcd291 color RGB value is (220,210,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 10010001
Octal 334 322 221
Decimal 220 210 145
Hex DC D2 91

RGB Percentages of Color #dcd291

%38.26
%36.52
%25.22

CMYK Percentages of Color #dcd291

%0
%5
%34
%14

Triadic Colors of #dcd291

#dcd291 #91dcd2 #d291dc

Analogous Colors of #dcd291

#dcd291 #c1dc91 #dcad91

Monochromatic Colors of #dcd291

#dcd291

Complementary Color

#dcd291 #919bdc

#dcd291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd291 Color CSS Codes

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

#dcd291 Text Font Color

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

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


#dcd291 Background Color

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

This div background color is #dcd291


#dcd291 Border Color

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

This div border color is #dcd291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd291


Comments

No comments written yet.

Please login to write comment.