Color Hex Logo

#dfca7e Color Hex

#DFCA7E
(223,202,126)
0 Favorites   0 Comments

Color spaces of #dfca7e

RGB 223202126
HSL0.130.600.68
HSV47°43°87°
CMYK 0.000.090.43   0.13
XYZ55.317959.435428.2953
Yxy59.43540.38670.4155
Hunter Lab77.0944-6.835132.2053
CIE-Lab81.5303-2.931740.5271

#dfca7e color RGB value is (223,202,126).

#dfca7e hex color red value is 223, green value is 202 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dfca7e hue: 0.13 , saturation: 0.60 and the lightness value of dfca7e is 0.68.

The process color (four color CMYK) of #dfca7e color hex is 0.00, 0.09, 0.43, 0.13. Web safe color of #dfca7e is #cccc66. Color #dfca7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 01111110
Octal 337 312 176
Decimal 223 202 126
Hex DF CA 7E

RGB Percentages of Color #dfca7e

%40.47
%36.66
%22.87

CMYK Percentages of Color #dfca7e

%0
%9
%43
%13

Triadic Colors of #dfca7e

#dfca7e #7edfca #ca7edf

Analogous Colors of #dfca7e

#dfca7e #c4df7e #df9a7e

Monochromatic Colors of #dfca7e

#dfca7e

Complementary Color

#dfca7e #7e93df

#dfca7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca7e Color CSS Codes

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

#dfca7e Text Font Color

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

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


#dfca7e Background Color

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

This div background color is #dfca7e


#dfca7e Border Color

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

This div border color is #dfca7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,202,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca7e


Comments

No comments written yet.

Please login to write comment.