Color Hex Logo

#dcc497 Color Hex

#DCC497
(220,196,151)
0 Favorites   0 Comments

Color spaces of #dcc497

RGB 220196151
HSL0.110.500.73
HSV39°31°86°
CMYK 0.000.110.31   0.14
XYZ54.841056.929937.3763
Yxy56.92990.36770.3817
Hunter Lab75.4519-2.301023.4461
CIE-Lab80.14021.857325.7221

#dcc497 color RGB value is (220,196,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 10010111
Octal 334 304 227
Decimal 220 196 151
Hex DC C4 97

RGB Percentages of Color #dcc497

%38.80
%34.57
%26.63

CMYK Percentages of Color #dcc497

%0
%11
%31
%14

Triadic Colors of #dcc497

#dcc497 #97dcc4 #c497dc

Analogous Colors of #dcc497

#dcc497 #d2dc97 #dca297

Monochromatic Colors of #dcc497

#dcc497

Complementary Color

#dcc497 #97afdc

#dcc497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc497 Color CSS Codes

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

#dcc497 Text Font Color

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

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


#dcc497 Background Color

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

This div background color is #dcc497


#dcc497 Border Color

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

This div border color is #dcc497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc497


Comments

No comments written yet.

Please login to write comment.