Color Hex Logo

#dfd585 Color Hex

#DFD585
(223,213,133)
0 Favorites   0 Comments

Color spaces of #dfd585

RGB 223213133
HSL0.150.580.70
HSV53°40°87°
CMYK 0.000.040.40   0.13
XYZ58.459364.969931.6496
Yxy64.96990.37700.4189
Hunter Lab80.6039-11.596833.1422
CIE-Lab84.4682-7.837940.7363

#dfd585 color RGB value is (223,213,133).

#dfd585 hex color red value is 223, green value is 213 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dfd585 hue: 0.15 , saturation: 0.58 and the lightness value of dfd585 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 10000101
Octal 337 325 205
Decimal 223 213 133
Hex DF D5 85

RGB Percentages of Color #dfd585

%39.19
%37.43
%23.37

CMYK Percentages of Color #dfd585

%0
%4
%40
%13

Triadic Colors of #dfd585

#dfd585 #85dfd5 #d585df

Analogous Colors of #dfd585

#dfd585 #bcdf85 #dfa885

Monochromatic Colors of #dfd585

#dfd585

Complementary Color

#dfd585 #858fdf

#dfd585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd585 Color CSS Codes

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

#dfd585 Text Font Color

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

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


#dfd585 Background Color

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

This div background color is #dfd585


#dfd585 Border Color

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

This div border color is #dfd585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd585


Comments

No comments written yet.

Please login to write comment.