Color Hex Logo

#ddd38a Color Hex

#DDD38A
(221,211,138)
0 Favorites   0 Comments

Color spaces of #ddd38a

RGB 221211138
HSL0.150.550.70
HSV53°38°87°
CMYK 0.000.050.38   0.13
XYZ57.700563.795733.3174
Yxy63.79570.37270.4121
Hunter Lab79.8722-10.826131.1787
CIE-Lab83.8593-7.060937.3990

#ddd38a color RGB value is (221,211,138).

#ddd38a hex color red value is 221, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ddd38a hue: 0.15 , saturation: 0.55 and the lightness value of ddd38a is 0.70.

The process color (four color CMYK) of #ddd38a color hex is 0.00, 0.05, 0.38, 0.13. Web safe color of #ddd38a is #cccc99. Color #ddd38a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 10001010
Octal 335 323 212
Decimal 221 211 138
Hex DD D3 8A

RGB Percentages of Color #ddd38a

%38.77
%37.02
%24.21

CMYK Percentages of Color #ddd38a

%0
%5
%38
%13

Triadic Colors of #ddd38a

#ddd38a #8addd3 #d38add

Analogous Colors of #ddd38a

#ddd38a #bedd8a #ddaa8a

Monochromatic Colors of #ddd38a

#ddd38a

Complementary Color

#ddd38a #8a94dd

#ddd38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd38a Color CSS Codes

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

#ddd38a Text Font Color

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

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


#ddd38a Background Color

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

This div background color is #ddd38a


#ddd38a Border Color

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

This div border color is #ddd38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd38a


Comments

No comments written yet.

Please login to write comment.