Color Hex Logo

#dac369 Color Hex

#DAC369
(218,195,105)
0 Favorites   0 Comments

Color spaces of #dac369

RGB 218195105
HSL0.130.600.63
HSV48°52°85°
CMYK 0.000.110.52   0.15
XYZ50.978454.955621.2852
Yxy54.95560.40070.4320
Hunter Lab74.1320-6.981934.8688
CIE-Lab79.0157-3.307347.7459

#dac369 color RGB value is (218,195,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01101001
Octal 332 303 151
Decimal 218 195 105
Hex DA C3 69

RGB Percentages of Color #dac369

%42.08
%37.64
%20.27

CMYK Percentages of Color #dac369

%0
%11
%52
%15

Triadic Colors of #dac369

#dac369 #69dac3 #c369da

Analogous Colors of #dac369

#dac369 #b9da69 #da8b69

Monochromatic Colors of #dac369

#dac369

Complementary Color

#dac369 #6980da

#dac369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac369 Color CSS Codes

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

#dac369 Text Font Color

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

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


#dac369 Background Color

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

This div background color is #dac369


#dac369 Border Color

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

This div border color is #dac369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac369


Comments

No comments written yet.

Please login to write comment.