Color Hex Logo

#dcd497 Color Hex

#DCD497
(220,212,151)
0 Favorites   0 Comments

Color spaces of #dcd497

RGB 220212151
HSL0.150.500.73
HSV53°31°86°
CMYK 0.000.040.31   0.14
XYZ58.644664.537038.6441
Yxy64.53700.36240.3988
Hunter Lab80.3349-10.280927.7137
CIE-Lab84.2446-6.425131.2330

#dcd497 color RGB value is (220,212,151).

#dcd497 hex color red value is 220, green value is 212 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dcd497 hue: 0.15 , saturation: 0.50 and the lightness value of dcd497 is 0.73.

The process color (four color CMYK) of #dcd497 color hex is 0.00, 0.04, 0.31, 0.14. Web safe color of #dcd497 is #cccc99. Color #dcd497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 10010111
Octal 334 324 227
Decimal 220 212 151
Hex DC D4 97

RGB Percentages of Color #dcd497

%37.74
%36.36
%25.90

CMYK Percentages of Color #dcd497

%0
%4
%31
%14

Triadic Colors of #dcd497

#dcd497 #97dcd4 #d497dc

Analogous Colors of #dcd497

#dcd497 #c2dc97 #dcb297

Monochromatic Colors of #dcd497

#dcd497

Complementary Color

#dcd497 #979fdc

#dcd497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd497 Color CSS Codes

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

#dcd497 Text Font Color

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

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


#dcd497 Background Color

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

This div background color is #dcd497


#dcd497 Border Color

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

This div border color is #dcd497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd497


Comments

No comments written yet.

Please login to write comment.