Color Hex Logo

#ddc99e Color Hex

#DDC99E
(221,201,158)
0 Favorites   0 Comments

Color spaces of #ddc99e

RGB 221201158
HSL0.110.480.74
HSV41°29°87°
CMYK 0.000.090.29   0.13
XYZ56.877059.614140.8567
Yxy59.61410.36150.3789
Hunter Lab77.2102-3.625522.6731
CIE-Lab81.62800.533024.0690

#ddc99e color RGB value is (221,201,158).

#ddc99e hex color red value is 221, green value is 201 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ddc99e hue: 0.11 , saturation: 0.48 and the lightness value of ddc99e is 0.74.

The process color (four color CMYK) of #ddc99e color hex is 0.00, 0.09, 0.29, 0.13. Web safe color of #ddc99e is #cccc99. Color #ddc99e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 10011110
Octal 335 311 236
Decimal 221 201 158
Hex DD C9 9E

RGB Percentages of Color #ddc99e

%38.10
%34.66
%27.24

CMYK Percentages of Color #ddc99e

%0
%9
%29
%13

Triadic Colors of #ddc99e

#ddc99e #9eddc9 #c99edd

Analogous Colors of #ddc99e

#ddc99e #d2dd9e #ddaa9e

Monochromatic Colors of #ddc99e

#ddc99e

Complementary Color

#ddc99e #9eb2dd

#ddc99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc99e Color CSS Codes

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

#ddc99e Text Font Color

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

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


#ddc99e Background Color

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

This div background color is #ddc99e


#ddc99e Border Color

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

This div border color is #ddc99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc99e


Comments

No comments written yet.

Please login to write comment.