Color Hex Logo

#dfc38f Color Hex

#DFC38F
(223,195,143)
0 Favorites   0 Comments

Color spaces of #dfc38f

RGB 223195143
HSL0.110.560.72
HSV39°36°87°
CMYK 0.000.130.36   0.13
XYZ54.904556.701434.0373
Yxy56.70140.37700.3893
Hunter Lab75.3003-1.624125.9099
CIE-Lab80.01142.573129.8008

#dfc38f color RGB value is (223,195,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 10001111
Octal 337 303 217
Decimal 223 195 143
Hex DF C3 8F

RGB Percentages of Color #dfc38f

%39.75
%34.76
%25.49

CMYK Percentages of Color #dfc38f

%0
%13
%36
%13

Triadic Colors of #dfc38f

#dfc38f #8fdfc3 #c38fdf

Analogous Colors of #dfc38f

#dfc38f #d3df8f #df9b8f

Monochromatic Colors of #dfc38f

#dfc38f

Complementary Color

#dfc38f #8fabdf

#dfc38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc38f Color CSS Codes

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

#dfc38f Text Font Color

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

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


#dfc38f Background Color

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

This div background color is #dfc38f


#dfc38f Border Color

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

This div border color is #dfc38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc38f


Comments

No comments written yet.

Please login to write comment.