Color Hex Logo

#dfc58d Color Hex

#DFC58D
(223,197,141)
0 Favorites   0 Comments

Color spaces of #dfc58d

RGB 223197141
HSL0.110.560.71
HSV41°37°87°
CMYK 0.000.120.37   0.13
XYZ55.205457.543633.3967
Yxy57.54360.37770.3937
Hunter Lab75.8575-2.847026.9975
CIE-Lab80.48441.293531.4733

#dfc58d color RGB value is (223,197,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 10001101
Octal 337 305 215
Decimal 223 197 141
Hex DF C5 8D

RGB Percentages of Color #dfc58d

%39.75
%35.12
%25.13

CMYK Percentages of Color #dfc58d

%0
%12
%37
%13

Triadic Colors of #dfc58d

#dfc58d #8ddfc5 #c58ddf

Analogous Colors of #dfc58d

#dfc58d #d0df8d #df9c8d

Monochromatic Colors of #dfc58d

#dfc58d

Complementary Color

#dfc58d #8da7df

#dfc58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc58d Color CSS Codes

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

#dfc58d Text Font Color

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

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


#dfc58d Background Color

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

This div background color is #dfc58d


#dfc58d Border Color

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

This div border color is #dfc58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc58d


Comments

No comments written yet.

Please login to write comment.