Color Hex Logo

#ddd547 Color Hex

#DDD547
(221,213,71)
0 Favorites   0 Comments

Color spaces of #ddd547

RGB 22121371
HSL0.160.690.57
HSV57°68°87°
CMYK 0.000.040.68   0.13
XYZ54.750463.415615.3160
Yxy63.41560.41020.4751
Hunter Lab79.6339-16.635944.3405
CIE-Lab83.6606-13.546267.8146

#ddd547 color RGB value is (221,213,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 01000111
Octal 335 325 107
Decimal 221 213 71
Hex DD D5 47

RGB Percentages of Color #ddd547

%43.76
%42.18
%14.06

CMYK Percentages of Color #ddd547

%0
%4
%68
%13

Triadic Colors of #ddd547

#ddd547 #47ddd5 #d547dd

Analogous Colors of #ddd547

#ddd547 #9add47 #dd8a47

Monochromatic Colors of #ddd547

#ddd547

Complementary Color

#ddd547 #474fdd

#ddd547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd547 Color CSS Codes

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

#ddd547 Text Font Color

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

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


#ddd547 Background Color

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

This div background color is #ddd547


#ddd547 Border Color

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

This div border color is #ddd547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd547


Comments

No comments written yet.

Please login to write comment.