Color Hex Logo

#daca44 Color Hex

#DACA44
(218,202,68)
0 Favorites   0 Comments

Color spaces of #daca44

RGB 21820268
HSL0.150.670.56
HSV54°69°85°
CMYK 0.000.070.69   0.15
XYZ51.077457.563813.8877
Yxy57.56380.41690.4698
Hunter Lab75.8708-12.605042.2569
CIE-Lab80.4957-9.423865.6972

#daca44 color RGB value is (218,202,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 01000100
Octal 332 312 104
Decimal 218 202 68
Hex DA CA 44

RGB Percentages of Color #daca44

%44.67
%41.39
%13.93

CMYK Percentages of Color #daca44

%0
%7
%69
%15

Triadic Colors of #daca44

#daca44 #44daca #ca44da

Analogous Colors of #daca44

#daca44 #9fda44 #da7f44

Monochromatic Colors of #daca44

#daca44

Complementary Color

#daca44 #4454da

#daca44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca44 Color CSS Codes

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

#daca44 Text Font Color

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

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


#daca44 Background Color

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

This div background color is #daca44


#daca44 Border Color

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

This div border color is #daca44


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,202,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 #daca44">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca44


Comments

No comments written yet.

Please login to write comment.