Color Hex Logo

#ddd179 Color Hex

#DDD179
(221,209,121)
0 Favorites   0 Comments

Color spaces of #ddd179

RGB 221209121
HSL0.150.600.67
HSV53°45°87°
CMYK 0.000.050.45   0.13
XYZ56.070462.353627.1694
Yxy62.35360.38510.4283
Hunter Lab78.9643-11.439534.8750
CIE-Lab83.1011-7.817944.9511

#ddd179 color RGB value is (221,209,121).

#ddd179 hex color red value is 221, green value is 209 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ddd179 hue: 0.15 , saturation: 0.60 and the lightness value of ddd179 is 0.67.

The process color (four color CMYK) of #ddd179 color hex is 0.00, 0.05, 0.45, 0.13. Web safe color of #ddd179 is #cccc66. Color #ddd179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 01111001
Octal 335 321 171
Decimal 221 209 121
Hex DD D1 79

RGB Percentages of Color #ddd179

%40.11
%37.93
%21.96

CMYK Percentages of Color #ddd179

%0
%5
%45
%13

Triadic Colors of #ddd179

#ddd179 #79ddd1 #d179dd

Analogous Colors of #ddd179

#ddd179 #b7dd79 #dd9f79

Monochromatic Colors of #ddd179

#ddd179

Complementary Color

#ddd179 #7985dd

#ddd179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd179 Color CSS Codes

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

#ddd179 Text Font Color

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

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


#ddd179 Background Color

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

This div background color is #ddd179


#ddd179 Border Color

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

This div border color is #ddd179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd179


Comments

No comments written yet.

Please login to write comment.