Color Hex Logo

#ddd64a Color Hex

#DDD64A
(221,214,74)
0 Favorites   0 Comments

Color spaces of #ddd64a

RGB 22121474
HSL0.160.680.58
HSV57°67°87°
CMYK 0.000.030.67   0.13
XYZ55.101463.959715.9199
Yxy63.95970.40820.4738
Hunter Lab79.9748-16.972244.1800
CIE-Lab83.9448-13.884166.9551

#ddd64a color RGB value is (221,214,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 01001010
Octal 335 326 112
Decimal 221 214 74
Hex DD D6 4A

RGB Percentages of Color #ddd64a

%43.42
%42.04
%14.54

CMYK Percentages of Color #ddd64a

%0
%3
%67
%13

Triadic Colors of #ddd64a

#ddd64a #4addd6 #d64add

Analogous Colors of #ddd64a

#ddd64a #9bdd4a #dd8d4a

Monochromatic Colors of #ddd64a

#ddd64a

Complementary Color

#ddd64a #4a51dd

#ddd64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd64a Color CSS Codes

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

#ddd64a Text Font Color

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

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


#ddd64a Background Color

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

This div background color is #ddd64a


#ddd64a Border Color

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

This div border color is #ddd64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd64a


Comments

No comments written yet.

Please login to write comment.