Color Hex Logo

#dfda7d Color Hex

#DFDA7D
(223,218,125)
0 Favorites   0 Comments

Color spaces of #dfda7d

RGB 223218125
HSL0.160.600.68
HSV57°44°87°
CMYK 0.000.020.44   0.13
XYZ59.204567.311529.2740
Yxy67.31150.38000.4321
Hunter Lab82.0436-14.766736.2752
CIE-Lab85.6610-11.180046.1941

#dfda7d color RGB value is (223,218,125).

#dfda7d hex color red value is 223, green value is 218 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dfda7d hue: 0.16 , saturation: 0.60 and the lightness value of dfda7d is 0.68.

The process color (four color CMYK) of #dfda7d color hex is 0.00, 0.02, 0.44, 0.13. Web safe color of #dfda7d is #cccc66. Color #dfda7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 01111101
Octal 337 332 175
Decimal 223 218 125
Hex DF DA 7D

RGB Percentages of Color #dfda7d

%39.40
%38.52
%22.08

CMYK Percentages of Color #dfda7d

%0
%2
%44
%13

Triadic Colors of #dfda7d

#dfda7d #7ddfda #da7ddf

Analogous Colors of #dfda7d

#dfda7d #b3df7d #dfa97d

Monochromatic Colors of #dfda7d

#dfda7d

Complementary Color

#dfda7d #7d82df

#dfda7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda7d Color CSS Codes

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

#dfda7d Text Font Color

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

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


#dfda7d Background Color

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

This div background color is #dfda7d


#dfda7d Border Color

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

This div border color is #dfda7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda7d


Comments

No comments written yet.

Please login to write comment.