Color Hex Logo

#dcc697 Color Hex

#DCC697
(220,198,151)
0 Favorites   0 Comments

Color spaces of #dcc697

RGB 220198151
HSL0.110.500.73
HSV41°31°86°
CMYK 0.000.100.31   0.14
XYZ55.295257.838237.5277
Yxy57.83820.36700.3839
Hunter Lab76.0514-3.306923.9793
CIE-Lab80.64880.811126.4102

#dcc697 color RGB value is (220,198,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 10010111
Octal 334 306 227
Decimal 220 198 151
Hex DC C6 97

RGB Percentages of Color #dcc697

%38.66
%34.80
%26.54

CMYK Percentages of Color #dcc697

%0
%10
%31
%14

Triadic Colors of #dcc697

#dcc697 #97dcc6 #c697dc

Analogous Colors of #dcc697

#dcc697 #d0dc97 #dca497

Monochromatic Colors of #dcc697

#dcc697

Complementary Color

#dcc697 #97addc

#dcc697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc697 Color CSS Codes

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

#dcc697 Text Font Color

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

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


#dcc697 Background Color

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

This div background color is #dcc697


#dcc697 Border Color

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

This div border color is #dcc697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc697


Comments

No comments written yet.

Please login to write comment.