Color Hex Logo

#ddd74e Color Hex

#DDD74E
(221,215,78)
0 Favorites   0 Comments

Color spaces of #ddd74e

RGB 22121578
HSL0.160.680.59
HSV57°65°87°
CMYK 0.000.030.65   0.13
XYZ55.494464.523116.7371
Yxy64.52310.40580.4718
Hunter Lab80.3263-17.252043.8745
CIE-Lab84.2374-14.156565.6868

#ddd74e color RGB value is (221,215,78).

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

The process color (four color CMYK) of #ddd74e color hex is 0.00, 0.03, 0.65, 0.13. Web safe color of #ddd74e is #cccc66. Color #ddd74e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 01001110
Octal 335 327 116
Decimal 221 215 78
Hex DD D7 4E

RGB Percentages of Color #ddd74e

%43.00
%41.83
%15.18

CMYK Percentages of Color #ddd74e

%0
%3
%65
%13

Triadic Colors of #ddd74e

#ddd74e #4eddd7 #d74edd

Analogous Colors of #ddd74e

#ddd74e #9cdd4e #dd904e

Monochromatic Colors of #ddd74e

#ddd74e

Complementary Color

#ddd74e #4e54dd

#ddd74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd74e Color CSS Codes

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

#ddd74e Text Font Color

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

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


#ddd74e Background Color

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

This div background color is #ddd74e


#ddd74e Border Color

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

This div border color is #ddd74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd74e


Comments

No comments written yet.

Please login to write comment.