Color Hex Logo

#dfdd7f Color Hex

#DFDD7F
(223,221,127)
0 Favorites   0 Comments

Color spaces of #dfdd7f

RGB 223221127
HSL0.160.600.69
HSV59°43°87°
CMYK 0.000.010.43   0.13
XYZ60.118668.933230.2155
Yxy68.93320.37750.4328
Hunter Lab83.0260-16.044836.5409
CIE-Lab86.4710-12.484746.2213

#dfdd7f color RGB value is (223,221,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01111111
Octal 337 335 177
Decimal 223 221 127
Hex DF DD 7F

RGB Percentages of Color #dfdd7f

%39.05
%38.70
%22.24

CMYK Percentages of Color #dfdd7f

%0
%1
%43
%13

Triadic Colors of #dfdd7f

#dfdd7f #7fdfdd #dd7fdf

Analogous Colors of #dfdd7f

#dfdd7f #b1df7f #dfad7f

Monochromatic Colors of #dfdd7f

#dfdd7f

Complementary Color

#dfdd7f #7f81df

#dfdd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd7f Color CSS Codes

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

#dfdd7f Text Font Color

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

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


#dfdd7f Background Color

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

This div background color is #dfdd7f


#dfdd7f Border Color

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

This div border color is #dfdd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd7f


Comments

No comments written yet.

Please login to write comment.