Color Hex Logo

#ddd85e Color Hex

#DDD85E
(221,216,94)
0 Favorites   0 Comments

Color spaces of #ddd85e

RGB 22121694
HSL0.160.650.62
HSV58°57°87°
CMYK 0.000.020.57   0.13
XYZ56.395065.292020.2200
Yxy65.29200.39740.4601
Hunter Lab80.8035-16.825941.7259
CIE-Lab84.6340-13.617459.4021

#ddd85e color RGB value is (221,216,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01011110
Octal 335 330 136
Decimal 221 216 94
Hex DD D8 5E

RGB Percentages of Color #ddd85e

%41.62
%40.68
%17.70

CMYK Percentages of Color #ddd85e

%0
%2
%57
%13

Triadic Colors of #ddd85e

#ddd85e #5eddd8 #d85edd

Analogous Colors of #ddd85e

#ddd85e #a3dd5e #dd995e

Monochromatic Colors of #ddd85e

#ddd85e

Complementary Color

#ddd85e #5e63dd

#ddd85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd85e Color CSS Codes

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

#ddd85e Text Font Color

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

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


#ddd85e Background Color

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

This div background color is #ddd85e


#ddd85e Border Color

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

This div border color is #ddd85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd85e


Comments

No comments written yet.

Please login to write comment.