Color Hex Logo

#dfc58c Color Hex

#DFC58C
(223,197,140)
0 Favorites   0 Comments

Color spaces of #dfc58c

RGB 223197140
HSL0.110.560.71
HSV41°37°87°
CMYK 0.000.120.37   0.13
XYZ55.131357.513933.0065
Yxy57.51390.37850.3949
Hunter Lab75.8379-2.953627.2821
CIE-Lab80.46781.178431.9721

#dfc58c color RGB value is (223,197,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 10001100
Octal 337 305 214
Decimal 223 197 140
Hex DF C5 8C

RGB Percentages of Color #dfc58c

%39.82
%35.18
%25.00

CMYK Percentages of Color #dfc58c

%0
%12
%37
%13

Triadic Colors of #dfc58c

#dfc58c #8cdfc5 #c58cdf

Analogous Colors of #dfc58c

#dfc58c #d0df8c #df9c8c

Monochromatic Colors of #dfc58c

#dfc58c

Complementary Color

#dfc58c #8ca6df

#dfc58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc58c Color CSS Codes

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

#dfc58c Text Font Color

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

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


#dfc58c Background Color

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

This div background color is #dfc58c


#dfc58c Border Color

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

This div border color is #dfc58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc58c


Comments

No comments written yet.

Please login to write comment.