Color Hex Logo

#ddd87c Color Hex

#DDD87C
(221,216,124)
0 Favorites   0 Comments

Color spaces of #ddd87c

RGB 221216124
HSL0.160.590.68
HSV57°44°87°
CMYK 0.000.020.44   0.13
XYZ58.012865.939128.7387
Yxy65.93910.37990.4318
Hunter Lab81.2029-14.581535.8586
CIE-Lab84.9653-11.066045.7863

#ddd87c color RGB value is (221,216,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01111100
Octal 335 330 174
Decimal 221 216 124
Hex DD D8 7C

RGB Percentages of Color #ddd87c

%39.39
%38.50
%22.10

CMYK Percentages of Color #ddd87c

%0
%2
%44
%13

Triadic Colors of #ddd87c

#ddd87c #7cddd8 #d87cdd

Analogous Colors of #ddd87c

#ddd87c #b2dd7c #dda87c

Monochromatic Colors of #ddd87c

#ddd87c

Complementary Color

#ddd87c #7c81dd

#ddd87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd87c Color CSS Codes

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

#ddd87c Text Font Color

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

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


#ddd87c Background Color

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

This div background color is #ddd87c


#ddd87c Border Color

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

This div border color is #ddd87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd87c


Comments

No comments written yet.

Please login to write comment.