Color Hex Logo

#dfdd7d Color Hex

#DFDD7D
(223,221,125)
0 Favorites   0 Comments

Color spaces of #dfdd7d

RGB 223221125
HSL0.160.600.68
HSV59°44°87°
CMYK 0.000.010.44   0.13
XYZ59.989568.881529.5357
Yxy68.88150.37870.4348
Hunter Lab82.9949-16.219536.9967
CIE-Lab86.4453-12.681747.1629

#dfdd7d color RGB value is (223,221,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01111101
Octal 337 335 175
Decimal 223 221 125
Hex DF DD 7D

RGB Percentages of Color #dfdd7d

%39.19
%38.84
%21.97

CMYK Percentages of Color #dfdd7d

%0
%1
%44
%13

Triadic Colors of #dfdd7d

#dfdd7d #7ddfdd #dd7ddf

Analogous Colors of #dfdd7d

#dfdd7d #b0df7d #dfac7d

Monochromatic Colors of #dfdd7d

#dfdd7d

Complementary Color

#dfdd7d #7d7fdf

#dfdd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd7d Color CSS Codes

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

#dfdd7d Text Font Color

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

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


#dfdd7d Background Color

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

This div background color is #dfdd7d


#dfdd7d Border Color

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

This div border color is #dfdd7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,221,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 #dfdd7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd7d


Comments

No comments written yet.

Please login to write comment.