Color Hex Logo

#dfc38e Color Hex

#DFC38E
(223,195,142)
0 Favorites   0 Comments

Color spaces of #dfc38e

RGB 223195142
HSL0.110.560.72
HSV39°36°87°
CMYK 0.000.130.36   0.13
XYZ54.829056.671233.6400
Yxy56.67120.37780.3905
Hunter Lab75.2803-1.733326.2017
CIE-Lab79.99432.455630.3016

#dfc38e color RGB value is (223,195,142).

#dfc38e hex color red value is 223, green value is 195 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dfc38e hue: 0.11 , saturation: 0.56 and the lightness value of dfc38e is 0.72.

The process color (four color CMYK) of #dfc38e color hex is 0.00, 0.13, 0.36, 0.13. Web safe color of #dfc38e is #cccc99. Color #dfc38e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 10001110
Octal 337 303 216
Decimal 223 195 142
Hex DF C3 8E

RGB Percentages of Color #dfc38e

%39.82
%34.82
%25.36

CMYK Percentages of Color #dfc38e

%0
%13
%36
%13

Triadic Colors of #dfc38e

#dfc38e #8edfc3 #c38edf

Analogous Colors of #dfc38e

#dfc38e #d3df8e #df9b8e

Monochromatic Colors of #dfc38e

#dfc38e

Complementary Color

#dfc38e #8eaadf

#dfc38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc38e Color CSS Codes

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

#dfc38e Text Font Color

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

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


#dfc38e Background Color

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

This div background color is #dfc38e


#dfc38e Border Color

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

This div border color is #dfc38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc38e


Comments

No comments written yet.

Please login to write comment.