Color Hex Logo

#ddd437 Color Hex

#DDD437
(221,212,55)
0 Favorites   0 Comments

Color spaces of #ddd437

RGB 22121255
HSL0.160.710.54
HSV57°75°87°
CMYK 0.000.040.75   0.13
XYZ54.051962.735012.8746
Yxy62.73500.41690.4838
Hunter Lab79.2054-16.796345.8064
CIE-Lab83.3028-13.780773.0471

#ddd437 color RGB value is (221,212,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 00110111
Octal 335 324 67
Decimal 221 212 55
Hex DD D4 37

RGB Percentages of Color #ddd437

%45.29
%43.44
%11.27

CMYK Percentages of Color #ddd437

%0
%4
%75
%13

Triadic Colors of #ddd437

#ddd437 #37ddd4 #d437dd

Analogous Colors of #ddd437

#ddd437 #93dd37 #dd8137

Monochromatic Colors of #ddd437

#ddd437

Complementary Color

#ddd437 #3740dd

#ddd437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd437 Color CSS Codes

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

#ddd437 Text Font Color

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

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


#ddd437 Background Color

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

This div background color is #ddd437


#ddd437 Border Color

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

This div border color is #ddd437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd437


Comments

No comments written yet.

Please login to write comment.