Color Hex Logo

#dfcd5e Color Hex

#DFCD5E
(223,205,94)
0 Favorites   0 Comments

Color spaces of #dfcd5e

RGB 22320594
HSL0.140.670.62
HSV52°58°87°
CMYK 0.000.080.58   0.13
XYZ54.283160.158819.3405
Yxy60.15880.40580.4497
Hunter Lab77.5621-10.807639.5092
CIE-Lab81.9244-7.249856.4095

#dfcd5e color RGB value is (223,205,94).

#dfcd5e hex color red value is 223, green value is 205 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dfcd5e hue: 0.14 , saturation: 0.67 and the lightness value of dfcd5e is 0.62.

The process color (four color CMYK) of #dfcd5e color hex is 0.00, 0.08, 0.58, 0.13. Web safe color of #dfcd5e is #cccc66. Color #dfcd5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 01011110
Octal 337 315 136
Decimal 223 205 94
Hex DF CD 5E

RGB Percentages of Color #dfcd5e

%42.72
%39.27
%18.01

CMYK Percentages of Color #dfcd5e

%0
%8
%58
%13

Triadic Colors of #dfcd5e

#dfcd5e #5edfcd #cd5edf

Analogous Colors of #dfcd5e

#dfcd5e #b1df5e #df8d5e

Monochromatic Colors of #dfcd5e

#dfcd5e

Complementary Color

#dfcd5e #5e70df

#dfcd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcd5e Color CSS Codes

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

#dfcd5e Text Font Color

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

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


#dfcd5e Background Color

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

This div background color is #dfcd5e


#dfcd5e Border Color

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

This div border color is #dfcd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcd5e


Comments

No comments written yet.

Please login to write comment.