Color Hex Logo

#dfdd47 Color Hex

#DFDD47
(223,221,71)
0 Favorites   0 Comments

Color spaces of #dfdd47

RGB 22322171
HSL0.160.700.58
HSV59°68°87°
CMYK 0.000.010.68   0.13
XYZ57.425267.855816.0321
Yxy67.85580.40640.4802
Hunter Lab82.3746-19.719346.1230
CIE-Lab85.9343-16.679370.1384

#dfdd47 color RGB value is (223,221,71).

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

The process color (four color CMYK) of #dfdd47 color hex is 0.00, 0.01, 0.68, 0.13. Web safe color of #dfdd47 is #cccc33. Color #dfdd47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01000111
Octal 337 335 107
Decimal 223 221 71
Hex DF DD 47

RGB Percentages of Color #dfdd47

%43.30
%42.91
%13.79

CMYK Percentages of Color #dfdd47

%0
%1
%68
%13

Triadic Colors of #dfdd47

#dfdd47 #47dfdd #dd47df

Analogous Colors of #dfdd47

#dfdd47 #95df47 #df9147

Monochromatic Colors of #dfdd47

#dfdd47

Complementary Color

#dfdd47 #4749df

#dfdd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd47 Color CSS Codes

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

#dfdd47 Text Font Color

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

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


#dfdd47 Background Color

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

This div background color is #dfdd47


#dfdd47 Border Color

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

This div border color is #dfdd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd47


Comments

No comments written yet.

Please login to write comment.