Color Hex Logo

#ddd444 Color Hex

#DDD444
(221,212,68)
0 Favorites   0 Comments

Color spaces of #ddd444

RGB 22121268
HSL0.160.690.57
HSV56°69°87°
CMYK 0.000.040.69   0.13
XYZ54.405762.876514.7377
Yxy62.87650.41210.4763
Hunter Lab79.2947-16.293344.4867
CIE-Lab83.3774-13.200468.6522

#ddd444 color RGB value is (221,212,68).

#ddd444 hex color red value is 221, green value is 212 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #ddd444 hue: 0.16 , saturation: 0.69 and the lightness value of ddd444 is 0.57.

The process color (four color CMYK) of #ddd444 color hex is 0.00, 0.04, 0.69, 0.13. Web safe color of #ddd444 is #cccc33. Color #ddd444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 01000100
Octal 335 324 104
Decimal 221 212 68
Hex DD D4 44

RGB Percentages of Color #ddd444

%44.11
%42.32
%13.57

CMYK Percentages of Color #ddd444

%0
%4
%69
%13

Triadic Colors of #ddd444

#ddd444 #44ddd4 #d444dd

Analogous Colors of #ddd444

#ddd444 #9add44 #dd8844

Monochromatic Colors of #ddd444

#ddd444

Complementary Color

#ddd444 #444ddd

#ddd444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd444 Color CSS Codes

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

#ddd444 Text Font Color

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

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


#ddd444 Background Color

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

This div background color is #ddd444


#ddd444 Border Color

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

This div border color is #ddd444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd444

#ddd444 Color Palettes


Comments

No comments written yet.

Please login to write comment.