Color Hex Logo

#ddc88e Color Hex

#DDC88E
(221,200,142)
0 Favorites   0 Comments

Color spaces of #ddc88e

RGB 221200142
HSL0.120.540.71
HSV44°36°87°
CMYK 0.000.100.36   0.13
XYZ55.355658.633733.9911
Yxy58.63370.37410.3962
Hunter Lab76.5726-4.961627.2816
CIE-Lab81.0898-0.938231.7217

#ddc88e color RGB value is (221,200,142).

#ddc88e hex color red value is 221, green value is 200 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ddc88e hue: 0.12 , saturation: 0.54 and the lightness value of ddc88e is 0.71.

The process color (four color CMYK) of #ddc88e color hex is 0.00, 0.10, 0.36, 0.13. Web safe color of #ddc88e is #cccc99. Color #ddc88e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 10001110
Octal 335 310 216
Decimal 221 200 142
Hex DD C8 8E

RGB Percentages of Color #ddc88e

%39.25
%35.52
%25.22

CMYK Percentages of Color #ddc88e

%0
%10
%36
%13

Triadic Colors of #ddc88e

#ddc88e #8eddc8 #c88edd

Analogous Colors of #ddc88e

#ddc88e #cbdd8e #dda18e

Monochromatic Colors of #ddc88e

#ddc88e

Complementary Color

#ddc88e #8ea3dd

#ddc88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc88e Color CSS Codes

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

#ddc88e Text Font Color

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

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


#ddc88e Background Color

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

This div background color is #ddc88e


#ddc88e Border Color

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

This div border color is #ddc88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc88e


Comments

No comments written yet.

Please login to write comment.