Color Hex Logo

#dac30c Color Hex

#DAC30C
(218,195,12)
0 Favorites   0 Comments

Color spaces of #dac30c

RGB 21819512
HSL0.150.900.45
HSV53°94°85°
CMYK 0.000.110.94   0.15
XYZ48.494953.96228.2076
Yxy53.96220.43820.4876
Hunter Lab73.4590-10.714144.7968
CIE-Lab78.4397-7.531678.3416

#dac30c color RGB value is (218,195,12).

#dac30c hex color red value is 218, green value is 195 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dac30c hue: 0.15 , saturation: 0.90 and the lightness value of dac30c is 0.45.

The process color (four color CMYK) of #dac30c color hex is 0.00, 0.11, 0.94, 0.15. Web safe color of #dac30c is #cccc00. Color #dac30c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 00001100
Octal 332 303 14
Decimal 218 195 12
Hex DA C3 C

RGB Percentages of Color #dac30c

%51.29
%45.88
%2.82

CMYK Percentages of Color #dac30c

%0
%11
%94
%15

Triadic Colors of #dac30c

#dac30c #0cdac3 #c30cda

Analogous Colors of #dac30c

#dac30c #8ada0c #da5c0c

Monochromatic Colors of #dac30c

#dac30c

Complementary Color

#dac30c #0c23da

#dac30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac30c Color CSS Codes

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

#dac30c Text Font Color

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

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


#dac30c Background Color

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

This div background color is #dac30c


#dac30c Border Color

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

This div border color is #dac30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac30c


Comments

No comments written yet.

Please login to write comment.