Color Hex Logo

#dac065 Color Hex

#DAC065
(218,192,101)
0 Favorites   0 Comments

Color spaces of #dac065

RGB 218192101
HSL0.130.610.63
HSV47°54°85°
CMYK 0.000.120.54   0.15
XYZ50.112053.544320.0058
Yxy53.54430.40520.4330
Hunter Lab73.1740-5.811635.0119
CIE-Lab78.1953-2.085648.7052

#dac065 color RGB value is (218,192,101).

#dac065 hex color red value is 218, green value is 192 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dac065 hue: 0.13 , saturation: 0.61 and the lightness value of dac065 is 0.63.

The process color (four color CMYK) of #dac065 color hex is 0.00, 0.12, 0.54, 0.15. Web safe color of #dac065 is #cccc66. Color #dac065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 01100101
Octal 332 300 145
Decimal 218 192 101
Hex DA C0 65

RGB Percentages of Color #dac065

%42.66
%37.57
%19.77

CMYK Percentages of Color #dac065

%0
%12
%54
%15

Triadic Colors of #dac065

#dac065 #65dac0 #c065da

Analogous Colors of #dac065

#dac065 #bada65 #da8665

Monochromatic Colors of #dac065

#dac065

Complementary Color

#dac065 #657fda

#dac065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac065 Color CSS Codes

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

#dac065 Text Font Color

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

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


#dac065 Background Color

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

This div background color is #dac065


#dac065 Border Color

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

This div border color is #dac065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac065


Comments

No comments written yet.

Please login to write comment.