Color Hex Logo

#dca397 Color Hex

#DCA397
(220,163,151)
0 Favorites   0 Comments

Color spaces of #dca397

RGB 220163151
HSL0.030.500.73
HSV10°31°86°
CMYK 0.000.260.31   0.14
XYZ48.198343.644435.1620
Yxy43.64440.37950.3436
Hunter Lab66.063914.616614.6881
CIE-Lab71.990219.451814.4923

#dca397 color RGB value is (220,163,151).

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

The process color (four color CMYK) of #dca397 color hex is 0.00, 0.26, 0.31, 0.14. Web safe color of #dca397 is #cc9999. Color #dca397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 10010111
Octal 334 243 227
Decimal 220 163 151
Hex DC A3 97

RGB Percentages of Color #dca397

%41.20
%30.52
%28.28

CMYK Percentages of Color #dca397

%0
%26
%31
%14

Triadic Colors of #dca397

#dca397 #97dca3 #a397dc

Analogous Colors of #dca397

#dca397 #dcc697 #dc97ae

Monochromatic Colors of #dca397

#dca397

Complementary Color

#dca397 #97d0dc

#dca397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca397 Color CSS Codes

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

#dca397 Text Font Color

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

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


#dca397 Background Color

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

This div background color is #dca397


#dca397 Border Color

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

This div border color is #dca397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca397


Comments

No comments written yet.

Please login to write comment.