Color Hex Logo

#dcc897 Color Hex

#DCC897
(220,200,151)
0 Favorites   0 Comments

Color spaces of #dcc897

RGB 220200151
HSL0.120.500.73
HSV43°31°86°
CMYK 0.000.090.31   0.14
XYZ55.755458.758637.6811
Yxy58.75860.36630.3861
Hunter Lab76.6542-4.310524.5126
CIE-Lab81.1587-0.232327.0986

#dcc897 color RGB value is (220,200,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10010111
Octal 334 310 227
Decimal 220 200 151
Hex DC C8 97

RGB Percentages of Color #dcc897

%38.53
%35.03
%26.44

CMYK Percentages of Color #dcc897

%0
%9
%31
%14

Triadic Colors of #dcc897

#dcc897 #97dcc8 #c897dc

Analogous Colors of #dcc897

#dcc897 #cedc97 #dca697

Monochromatic Colors of #dcc897

#dcc897

Complementary Color

#dcc897 #97abdc

#dcc897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc897 Color CSS Codes

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

#dcc897 Text Font Color

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

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


#dcc897 Background Color

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

This div background color is #dcc897


#dcc897 Border Color

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

This div border color is #dcc897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc897


Comments

No comments written yet.

Please login to write comment.