Color Hex Logo

#dad744 Color Hex

#DAD744
(218,215,68)
0 Favorites   0 Comments

Color spaces of #dad744

RGB 21821568
HSL0.160.670.56
HSV59°69°85°
CMYK 0.000.010.69   0.15
XYZ54.257363.923714.9477
Yxy63.92370.40760.4802
Hunter Lab79.9523-18.782744.8819
CIE-Lab83.9260-15.943269.1128

#dad744 color RGB value is (218,215,68).

#dad744 hex color red value is 218, green value is 215 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dad744 hue: 0.16 , saturation: 0.67 and the lightness value of dad744 is 0.56.

The process color (four color CMYK) of #dad744 color hex is 0.00, 0.01, 0.69, 0.15. Web safe color of #dad744 is #cccc33. Color #dad744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01000100
Octal 332 327 104
Decimal 218 215 68
Hex DA D7 44

RGB Percentages of Color #dad744

%43.51
%42.91
%13.57

CMYK Percentages of Color #dad744

%0
%1
%69
%15

Triadic Colors of #dad744

#dad744 #44dad7 #d744da

Analogous Colors of #dad744

#dad744 #92da44 #da8c44

Monochromatic Colors of #dad744

#dad744

Complementary Color

#dad744 #4447da

#dad744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad744 Color CSS Codes

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

#dad744 Text Font Color

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

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


#dad744 Background Color

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

This div background color is #dad744


#dad744 Border Color

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

This div border color is #dad744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad744


Comments

No comments written yet.

Please login to write comment.