Color Hex Logo

#dddb7e Color Hex

#DDDB7E
(221,219,126)
0 Favorites   0 Comments

Color spaces of #dddb7e

RGB 221219126
HSL0.160.580.68
HSV59°43°87°
CMYK 0.000.010.43   0.13
XYZ58.916267.541529.6703
Yxy67.54150.37740.4326
Hunter Lab82.1836-15.857436.1234
CIE-Lab85.7767-12.372845.8136

#dddb7e color RGB value is (221,219,126).

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

The process color (four color CMYK) of #dddb7e color hex is 0.00, 0.01, 0.43, 0.13. Web safe color of #dddb7e is #cccc66. Color #dddb7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 01111110
Octal 335 333 176
Decimal 221 219 126
Hex DD DB 7E

RGB Percentages of Color #dddb7e

%39.05
%38.69
%22.26

CMYK Percentages of Color #dddb7e

%0
%1
%43
%13

Triadic Colors of #dddb7e

#dddb7e #7edddb #db7edd

Analogous Colors of #dddb7e

#dddb7e #b0dd7e #ddac7e

Monochromatic Colors of #dddb7e

#dddb7e

Complementary Color

#dddb7e #7e80dd

#dddb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddb7e Color CSS Codes

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

#dddb7e Text Font Color

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

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


#dddb7e Background Color

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

This div background color is #dddb7e


#dddb7e Border Color

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

This div border color is #dddb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddb7e


Comments

No comments written yet.

Please login to write comment.