Color Hex Logo

#dac445 Color Hex

#DAC445
(218,196,69)
0 Favorites   0 Comments

Color spaces of #dac445

RGB 21819669
HSL0.140.670.56
HSV51°68°85°
CMYK 0.000.100.68   0.15
XYZ49.727554.815013.5896
Yxy54.81500.42090.4640
Hunter Lab74.0372-9.674440.9433
CIE-Lab78.9346-6.308163.7312

#dac445 color RGB value is (218,196,69).

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

The process color (four color CMYK) of #dac445 color hex is 0.00, 0.10, 0.68, 0.15. Web safe color of #dac445 is #cccc33. Color #dac445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01000101
Octal 332 304 105
Decimal 218 196 69
Hex DA C4 45

RGB Percentages of Color #dac445

%45.13
%40.58
%14.29

CMYK Percentages of Color #dac445

%0
%10
%68
%15

Triadic Colors of #dac445

#dac445 #45dac4 #c445da

Analogous Colors of #dac445

#dac445 #a6da45 #da7a45

Monochromatic Colors of #dac445

#dac445

Complementary Color

#dac445 #455bda

#dac445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac445 Color CSS Codes

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

#dac445 Text Font Color

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

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


#dac445 Background Color

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

This div background color is #dac445


#dac445 Border Color

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

This div border color is #dac445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac445


Comments

No comments written yet.

Please login to write comment.