Color Hex Logo

#dfc58e Color Hex

#DFC58E
(223,197,142)
0 Favorites   0 Comments

Color spaces of #dfc58e

RGB 223197142
HSL0.110.560.72
HSV41°36°87°
CMYK 0.000.120.36   0.13
XYZ55.280257.573533.7904
Yxy57.57350.37700.3926
Hunter Lab75.8772-2.739326.7104
CIE-Lab80.50111.409830.9742

#dfc58e color RGB value is (223,197,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 10001110
Octal 337 305 216
Decimal 223 197 142
Hex DF C5 8E

RGB Percentages of Color #dfc58e

%39.68
%35.05
%25.27

CMYK Percentages of Color #dfc58e

%0
%12
%36
%13

Triadic Colors of #dfc58e

#dfc58e #8edfc5 #c58edf

Analogous Colors of #dfc58e

#dfc58e #d1df8e #df9d8e

Monochromatic Colors of #dfc58e

#dfc58e

Complementary Color

#dfc58e #8ea8df

#dfc58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc58e Color CSS Codes

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

#dfc58e Text Font Color

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

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


#dfc58e Background Color

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

This div background color is #dfc58e


#dfc58e Border Color

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

This div border color is #dfc58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc58e


Comments

No comments written yet.

Please login to write comment.