Color Hex Logo

#ddd447 Color Hex

#DDD447
(221,212,71)
0 Favorites   0 Comments

Color spaces of #ddd447

RGB 22121271
HSL0.160.690.57
HSV56°68°87°
CMYK 0.000.040.68   0.13
XYZ54.499662.914115.2324
Yxy62.91410.41090.4743
Hunter Lab79.3184-16.160044.1368
CIE-Lab83.3972-13.047167.5500

#ddd447 color RGB value is (221,212,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 01000111
Octal 335 324 107
Decimal 221 212 71
Hex DD D4 47

RGB Percentages of Color #ddd447

%43.85
%42.06
%14.09

CMYK Percentages of Color #ddd447

%0
%4
%68
%13

Triadic Colors of #ddd447

#ddd447 #47ddd4 #d447dd

Analogous Colors of #ddd447

#ddd447 #9bdd47 #dd8947

Monochromatic Colors of #ddd447

#ddd447

Complementary Color

#ddd447 #4750dd

#ddd447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd447 Color CSS Codes

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

#ddd447 Text Font Color

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

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


#ddd447 Background Color

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

This div background color is #ddd447


#ddd447 Border Color

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

This div border color is #ddd447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd447


Comments

No comments written yet.

Please login to write comment.