Color Hex Logo

#ddd73e Color Hex

#DDD73E
(221,215,62)
0 Favorites   0 Comments

Color spaces of #ddd73e

RGB 22121562
HSL0.160.700.55
HSV58°72°87°
CMYK 0.000.030.72   0.13
XYZ54.988764.320814.0744
Yxy64.32080.41230.4822
Hunter Lab80.2002-17.963245.7353
CIE-Lab84.1325-14.977871.5185

#ddd73e color RGB value is (221,215,62).

#ddd73e hex color red value is 221, green value is 215 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ddd73e hue: 0.16 , saturation: 0.70 and the lightness value of ddd73e is 0.55.

The process color (four color CMYK) of #ddd73e color hex is 0.00, 0.03, 0.72, 0.13. Web safe color of #ddd73e is #cccc33. Color #ddd73e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 00111110
Octal 335 327 76
Decimal 221 215 62
Hex DD D7 3E

RGB Percentages of Color #ddd73e

%44.38
%43.17
%12.45

CMYK Percentages of Color #ddd73e

%0
%3
%72
%13

Triadic Colors of #ddd73e

#ddd73e #3eddd7 #d73edd

Analogous Colors of #ddd73e

#ddd73e #94dd3e #dd883e

Monochromatic Colors of #ddd73e

#ddd73e

Complementary Color

#ddd73e #3e44dd

#ddd73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd73e Color CSS Codes

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

#ddd73e Text Font Color

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

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


#ddd73e Background Color

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

This div background color is #ddd73e


#ddd73e Border Color

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

This div border color is #ddd73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd73e


Comments

No comments written yet.

Please login to write comment.