Color Hex Logo

#ddd43e Color Hex

#DDD43E
(221,212,62)
0 Favorites   0 Comments

Color spaces of #ddd43e

RGB 22121262
HSL0.160.700.55
HSV57°72°87°
CMYK 0.000.040.72   0.13
XYZ54.231862.806913.8221
Yxy62.80690.41440.4800
Hunter Lab79.2508-16.540345.1348
CIE-Lab83.3407-13.485170.7612

#ddd43e color RGB value is (221,212,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 00111110
Octal 335 324 76
Decimal 221 212 62
Hex DD D4 3E

RGB Percentages of Color #ddd43e

%44.65
%42.83
%12.53

CMYK Percentages of Color #ddd43e

%0
%4
%72
%13

Triadic Colors of #ddd43e

#ddd43e #3eddd4 #d43edd

Analogous Colors of #ddd43e

#ddd43e #97dd3e #dd853e

Monochromatic Colors of #ddd43e

#ddd43e

Complementary Color

#ddd43e #3e47dd

#ddd43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd43e Color CSS Codes

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

#ddd43e Text Font Color

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

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


#ddd43e Background Color

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

This div background color is #ddd43e


#ddd43e Border Color

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

This div border color is #ddd43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd43e


Comments

No comments written yet.

Please login to write comment.