Color Hex Logo

#dac33c Color Hex

#DAC33C
(218,195,60)
0 Favorites   0 Comments

Color spaces of #dac33c

RGB 21819560
HSL0.140.680.55
HSV51°72°85°
CMYK 0.000.110.72   0.15
XYZ49.244254.261912.1531
Yxy54.26190.42580.4692
Hunter Lab73.6627-9.580741.7820
CIE-Lab78.6142-6.236666.8325

#dac33c color RGB value is (218,195,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 00111100
Octal 332 303 74
Decimal 218 195 60
Hex DA C3 3C

RGB Percentages of Color #dac33c

%46.09
%41.23
%12.68

CMYK Percentages of Color #dac33c

%0
%11
%72
%15

Triadic Colors of #dac33c

#dac33c #3cdac3 #c33cda

Analogous Colors of #dac33c

#dac33c #a2da3c #da743c

Monochromatic Colors of #dac33c

#dac33c

Complementary Color

#dac33c #3c53da

#dac33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac33c Color CSS Codes

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

#dac33c Text Font Color

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

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


#dac33c Background Color

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

This div background color is #dac33c


#dac33c Border Color

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

This div border color is #dac33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac33c


Comments

No comments written yet.

Please login to write comment.