Color Hex Logo

#dcca8f Color Hex

#DCCA8F
(220,202,143)
0 Favorites   0 Comments

Color spaces of #dcca8f

RGB 220202143
HSL0.130.520.71
HSV46°35°86°
CMYK 0.000.080.35   0.14
XYZ55.593759.439934.5295
Yxy59.43990.37170.3974
Hunter Lab77.0973-6.206527.4139
CIE-Lab81.5328-2.249731.7729

#dcca8f color RGB value is (220,202,143).

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

The process color (four color CMYK) of #dcca8f color hex is 0.00, 0.08, 0.35, 0.14. Web safe color of #dcca8f is #cccc99. Color #dcca8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10001111
Octal 334 312 217
Decimal 220 202 143
Hex DC CA 8F

RGB Percentages of Color #dcca8f

%38.94
%35.75
%25.31

CMYK Percentages of Color #dcca8f

%0
%8
%35
%14

Triadic Colors of #dcca8f

#dcca8f #8fdcca #ca8fdc

Analogous Colors of #dcca8f

#dcca8f #c8dc8f #dca48f

Monochromatic Colors of #dcca8f

#dcca8f

Complementary Color

#dcca8f #8fa1dc

#dcca8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca8f Color CSS Codes

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

#dcca8f Text Font Color

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

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


#dcca8f Background Color

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

This div background color is #dcca8f


#dcca8f Border Color

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

This div border color is #dcca8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca8f


Comments

No comments written yet.

Please login to write comment.