Color Hex Logo

#dac443 Color Hex

#DAC443
(218,196,67)
0 Favorites   0 Comments

Color spaces of #dac443

RGB 21819667
HSL0.140.670.56
HSV51°69°85°
CMYK 0.000.100.69   0.15
XYZ49.666554.790513.2681
Yxy54.79050.42190.4654
Hunter Lab74.0206-9.765841.1868
CIE-Lab78.9204-6.411964.5013

#dac443 color RGB value is (218,196,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01000011
Octal 332 304 103
Decimal 218 196 67
Hex DA C4 43

RGB Percentages of Color #dac443

%45.32
%40.75
%13.93

CMYK Percentages of Color #dac443

%0
%10
%69
%15

Triadic Colors of #dac443

#dac443 #43dac4 #c443da

Analogous Colors of #dac443

#dac443 #a5da43 #da7943

Monochromatic Colors of #dac443

#dac443

Complementary Color

#dac443 #4359da

#dac443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac443 Color CSS Codes

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

#dac443 Text Font Color

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

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


#dac443 Background Color

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

This div background color is #dac443


#dac443 Border Color

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

This div border color is #dac443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac443


Comments

No comments written yet.

Please login to write comment.