Color Hex Logo

#ddd74d Color Hex

#DDD74D
(221,215,77)
0 Favorites   0 Comments

Color spaces of #ddd74d

RGB 22121577
HSL0.160.680.58
HSV58°65°87°
CMYK 0.000.030.65   0.13
XYZ55.458864.508916.5496
Yxy64.50890.40620.4725
Hunter Lab80.3174-17.302144.0054
CIE-Lab84.2300-14.214266.0757

#ddd74d color RGB value is (221,215,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 01001101
Octal 335 327 115
Decimal 221 215 77
Hex DD D7 4D

RGB Percentages of Color #ddd74d

%43.08
%41.91
%15.01

CMYK Percentages of Color #ddd74d

%0
%3
%65
%13

Triadic Colors of #ddd74d

#ddd74d #4dddd7 #d74ddd

Analogous Colors of #ddd74d

#ddd74d #9bdd4d #dd8f4d

Monochromatic Colors of #ddd74d

#ddd74d

Complementary Color

#ddd74d #4d53dd

#ddd74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd74d Color CSS Codes

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

#ddd74d Text Font Color

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

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


#ddd74d Background Color

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

This div background color is #ddd74d


#ddd74d Border Color

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

This div border color is #ddd74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd74d


Comments

No comments written yet.

Please login to write comment.