Color Hex Logo

#dac33e Color Hex

#DAC33E
(218,195,62)
0 Favorites   0 Comments

Color spaces of #dac33e

RGB 21819562
HSL0.140.680.55
HSV51°72°85°
CMYK 0.000.110.72   0.15
XYZ49.298154.283412.4369
Yxy54.28340.42490.4679
Hunter Lab73.6773-9.499341.5658
CIE-Lab78.6267-6.144066.1102

#dac33e color RGB value is (218,195,62).

#dac33e hex color red value is 218, green value is 195 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dac33e hue: 0.14 , saturation: 0.68 and the lightness value of dac33e is 0.55.

The process color (four color CMYK) of #dac33e color hex is 0.00, 0.11, 0.72, 0.15. Web safe color of #dac33e is #cccc33. Color #dac33e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 00111110
Octal 332 303 76
Decimal 218 195 62
Hex DA C3 3E

RGB Percentages of Color #dac33e

%45.89
%41.05
%13.05

CMYK Percentages of Color #dac33e

%0
%11
%72
%15

Triadic Colors of #dac33e

#dac33e #3edac3 #c33eda

Analogous Colors of #dac33e

#dac33e #a3da3e #da753e

Monochromatic Colors of #dac33e

#dac33e

Complementary Color

#dac33e #3e55da

#dac33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac33e Color CSS Codes

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

#dac33e Text Font Color

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

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


#dac33e Background Color

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

This div background color is #dac33e


#dac33e Border Color

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

This div border color is #dac33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac33e


Comments

No comments written yet.

Please login to write comment.