Color Hex Logo

#ddcc5e Color Hex

#DDCC5E
(221,204,94)
0 Favorites   0 Comments

Color spaces of #ddcc5e

RGB 22120494
HSL0.140.650.62
HSV52°57°87°
CMYK 0.000.080.57   0.13
XYZ53.432059.366019.2323
Yxy59.36600.40470.4496
Hunter Lab77.0493-11.050639.1351
CIE-Lab81.4924-7.567055.8746

#ddcc5e color RGB value is (221,204,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 01011110
Octal 335 314 136
Decimal 221 204 94
Hex DD CC 5E

RGB Percentages of Color #ddcc5e

%42.58
%39.31
%18.11

CMYK Percentages of Color #ddcc5e

%0
%8
%57
%13

Triadic Colors of #ddcc5e

#ddcc5e #5eddcc #cc5edd

Analogous Colors of #ddcc5e

#ddcc5e #afdd5e #dd8d5e

Monochromatic Colors of #ddcc5e

#ddcc5e

Complementary Color

#ddcc5e #5e6fdd

#ddcc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc5e Color CSS Codes

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

#ddcc5e Text Font Color

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

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


#ddcc5e Background Color

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

This div background color is #ddcc5e


#ddcc5e Border Color

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

This div border color is #ddcc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc5e


Comments

No comments written yet.

Please login to write comment.