Color Hex Logo

#ddd55e Color Hex

#DDD55E
(221,213,94)
0 Favorites   0 Comments

Color spaces of #ddd55e

RGB 22121394
HSL0.160.650.62
HSV56°57°87°
CMYK 0.000.040.57   0.13
XYZ55.633463.768819.9661
Yxy63.76880.39920.4576
Hunter Lab79.8554-15.390041.0746
CIE-Lab83.8452-12.117758.5219

#ddd55e color RGB value is (221,213,94).

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

The process color (four color CMYK) of #ddd55e color hex is 0.00, 0.04, 0.57, 0.13. Web safe color of #ddd55e is #cccc66. Color #ddd55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 01011110
Octal 335 325 136
Decimal 221 213 94
Hex DD D5 5E

RGB Percentages of Color #ddd55e

%41.86
%40.34
%17.80

CMYK Percentages of Color #ddd55e

%0
%4
%57
%13

Triadic Colors of #ddd55e

#ddd55e #5eddd5 #d55edd

Analogous Colors of #ddd55e

#ddd55e #a6dd5e #dd965e

Monochromatic Colors of #ddd55e

#ddd55e

Complementary Color

#ddd55e #5e66dd

#ddd55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd55e Color CSS Codes

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

#ddd55e Text Font Color

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

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


#ddd55e Background Color

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

This div background color is #ddd55e


#ddd55e Border Color

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

This div border color is #ddd55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd55e


Comments

No comments written yet.

Please login to write comment.