color codes Logo

#dca89d color codes

#DCA89D
(220,168,157)
0 Favorites   0 Comments

Color spaces of #dca89d

RGB 220168157
HSL0.030.470.74
HSV10°29°86°
CMYK 0.000.240.29   0.14
XYZ49.603645.655238.0962
Yxy45.65520.37200.3424
Hunter Lab67.568612.795613.8695
CIE-Lab73.321217.552513.0720

#dca89d color RGB value is (220,168,157).

#dca89d hex color red value is 220, green value is 168 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dca89d hue: 0.03 , saturation: 0.47 and the lightness value of dca89d is 0.74.

The process color (four color CMYK) of #dca89d color code is 0.00, 0.24, 0.29, 0.14. Web safe color of #dca89d is #cc9999. Color #dca89d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 10011101
Octal 334 250 235
Decimal 220 168 157
Hex DC A8 9D

RGB Percentages of Color #dca89d

%40.37
%30.83
%28.81

CMYK Percentages of Color #dca89d

%0
%24
%29
%14

Triadic Colors of #dca89d

#dca89d #9ddca8 #a89ddc

Analogous Colors of #dca89d

#dca89d #dcc89d #dc9db2

Monochromatic Colors of #dca89d

#dca89d

Complementary Color

#dca89d #9dd1dc

#dca89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca89d Color CSS Codes

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

#dca89d Text Font Color

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

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


#dca89d Background Color

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

This div background color is #dca89d


#dca89d Border Color

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

This div border color is #dca89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca89d


Comments

No comments written yet.

Please login to write comment.