Color Hex Logo

#ddd477 Color Hex

#DDD477
(221,212,119)
0 Favorites   0 Comments

Color spaces of #ddd477

RGB 221212119
HSL0.150.600.67
HSV55°46°87°
CMYK 0.000.040.46   0.13
XYZ56.692163.791026.7777
Yxy63.79100.38500.4332
Hunter Lab79.8693-13.069936.0304
CIE-Lab83.8568-9.531246.8621

#ddd477 color RGB value is (221,212,119).

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

The process color (four color CMYK) of #ddd477 color hex is 0.00, 0.04, 0.46, 0.13. Web safe color of #ddd477 is #cccc66. Color #ddd477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 01110111
Octal 335 324 167
Decimal 221 212 119
Hex DD D4 77

RGB Percentages of Color #ddd477

%40.04
%38.41
%21.56

CMYK Percentages of Color #ddd477

%0
%4
%46
%13

Triadic Colors of #ddd477

#ddd477 #77ddd4 #d477dd

Analogous Colors of #ddd477

#ddd477 #b3dd77 #dda177

Monochromatic Colors of #ddd477

#ddd477

Complementary Color

#ddd477 #7780dd

#ddd477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd477 Color CSS Codes

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

#ddd477 Text Font Color

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

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


#ddd477 Background Color

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

This div background color is #ddd477


#ddd477 Border Color

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

This div border color is #ddd477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd477


Comments

No comments written yet.

Please login to write comment.