Color Hex Logo

#dac26f Color Hex

#DAC26F
(218,194,111)
0 Favorites   0 Comments

Color spaces of #dac26f

RGB 218194111
HSL0.130.590.65
HSV47°49°85°
CMYK 0.000.110.49   0.15
XYZ51.074554.636722.8929
Yxy54.63670.39710.4248
Hunter Lab73.9166-6.015233.3788
CIE-Lab78.8315-2.258544.5766

#dac26f color RGB value is (218,194,111).

#dac26f hex color red value is 218, green value is 194 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dac26f hue: 0.13 , saturation: 0.59 and the lightness value of dac26f is 0.65.

The process color (four color CMYK) of #dac26f color hex is 0.00, 0.11, 0.49, 0.15. Web safe color of #dac26f is #cccc66. Color #dac26f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 01101111
Octal 332 302 157
Decimal 218 194 111
Hex DA C2 6F

RGB Percentages of Color #dac26f

%41.68
%37.09
%21.22

CMYK Percentages of Color #dac26f

%0
%11
%49
%15

Triadic Colors of #dac26f

#dac26f #6fdac2 #c26fda

Analogous Colors of #dac26f

#dac26f #bdda6f #da8d6f

Monochromatic Colors of #dac26f

#dac26f

Complementary Color

#dac26f #6f87da

#dac26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac26f Color CSS Codes

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

#dac26f Text Font Color

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

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


#dac26f Background Color

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

This div background color is #dac26f


#dac26f Border Color

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

This div border color is #dac26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac26f


Comments

No comments written yet.

Please login to write comment.