Color Hex Logo

#dca88f Color Hex

#DCA88F
(220,168,143)
0 Favorites   0 Comments

Color spaces of #dca88f

RGB 220168143
HSL0.050.520.71
HSV19°35°86°
CMYK 0.000.240.35   0.14
XYZ48.475845.204132.1569
Yxy45.20410.38520.3592
Hunter Lab67.234011.039218.7064
CIE-Lab73.026115.750420.3043

#dca88f color RGB value is (220,168,143).

#dca88f hex color red value is 220, green value is 168 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dca88f hue: 0.05 , saturation: 0.52 and the lightness value of dca88f is 0.71.

The process color (four color CMYK) of #dca88f color hex is 0.00, 0.24, 0.35, 0.14. Web safe color of #dca88f is #cc9999. Color #dca88f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 10001111
Octal 334 250 217
Decimal 220 168 143
Hex DC A8 8F

RGB Percentages of Color #dca88f

%41.43
%31.64
%26.93

CMYK Percentages of Color #dca88f

%0
%24
%35
%14

Triadic Colors of #dca88f

#dca88f #8fdca8 #a88fdc

Analogous Colors of #dca88f

#dca88f #dccf8f #dc8f9d

Monochromatic Colors of #dca88f

#dca88f

Complementary Color

#dca88f #8fc3dc

#dca88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca88f Color CSS Codes

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

#dca88f Text Font Color

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

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


#dca88f Background Color

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

This div background color is #dca88f


#dca88f Border Color

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

This div border color is #dca88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca88f


Comments

No comments written yet.

Please login to write comment.