Color Hex Logo

#ddd41e Color Hex

#DDD41E
(221,212,30)
0 Favorites   0 Comments

Color spaces of #ddd41e

RGB 22121230
HSL0.160.760.49
HSV57°86°87°
CMYK 0.000.040.86   0.13
XYZ53.596662.552910.4774
Yxy62.55290.42330.4940
Hunter Lab79.0904-17.445447.5089
CIE-Lab83.2066-14.532679.3968

#ddd41e color RGB value is (221,212,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 00011110
Octal 335 324 36
Decimal 221 212 30
Hex DD D4 1E

RGB Percentages of Color #ddd41e

%47.73
%45.79
%6.48

CMYK Percentages of Color #ddd41e

%0
%4
%86
%13

Triadic Colors of #ddd41e

#ddd41e #1eddd4 #d41edd

Analogous Colors of #ddd41e

#ddd41e #87dd1e #dd751e

Monochromatic Colors of #ddd41e

#ddd41e

Complementary Color

#ddd41e #1e27dd

#ddd41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd41e Color CSS Codes

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

#ddd41e Text Font Color

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

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


#ddd41e Background Color

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

This div background color is #ddd41e


#ddd41e Border Color

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

This div border color is #ddd41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd41e


Comments

No comments written yet.

Please login to write comment.