Color Hex Logo

#ddd15e Color Hex

#DDD15E
(221,209,94)
0 Favorites   0 Comments

Color spaces of #ddd15e

RGB 22120994
HSL0.150.650.62
HSV54°57°87°
CMYK 0.000.050.57   0.13
XYZ54.639661.781219.6348
Yxy61.78120.40160.4541
Hunter Lab78.6010-13.467340.2099
CIE-Lab82.7969-10.104557.3464

#ddd15e color RGB value is (221,209,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 01011110
Octal 335 321 136
Decimal 221 209 94
Hex DD D1 5E

RGB Percentages of Color #ddd15e

%42.18
%39.89
%17.94

CMYK Percentages of Color #ddd15e

%0
%5
%57
%13

Triadic Colors of #ddd15e

#ddd15e #5eddd1 #d15edd

Analogous Colors of #ddd15e

#ddd15e #aadd5e #dd925e

Monochromatic Colors of #ddd15e

#ddd15e

Complementary Color

#ddd15e #5e6add

#ddd15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd15e Color CSS Codes

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

#ddd15e Text Font Color

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

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


#ddd15e Background Color

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

This div background color is #ddd15e


#ddd15e Border Color

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

This div border color is #ddd15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd15e


Comments

No comments written yet.

Please login to write comment.