Color Hex Logo

#daa968 Color Hex

#DAA968
(218,169,104)
0 Favorites   0 Comments

Color spaces of #daa968

RGB 218169104
HSL0.100.610.63
HSV34°52°85°
CMYK 0.000.220.52   0.15
XYZ45.600144.280819.2404
Yxy44.28080.41790.4058
Hunter Lab66.54385.868029.4376
CIE-Lab72.415810.320040.2095

#daa968 color RGB value is (218,169,104).

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

The process color (four color CMYK) of #daa968 color hex is 0.00, 0.22, 0.52, 0.15. Web safe color of #daa968 is #cc9966. Color #daa968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01101000
Octal 332 251 150
Decimal 218 169 104
Hex DA A9 68

RGB Percentages of Color #daa968

%44.40
%34.42
%21.18

CMYK Percentages of Color #daa968

%0
%22
%52
%15

Triadic Colors of #daa968

#daa968 #68daa9 #a968da

Analogous Colors of #daa968

#daa968 #d2da68 #da7068

Monochromatic Colors of #daa968

#daa968

Complementary Color

#daa968 #6899da

#daa968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa968 Color CSS Codes

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

#daa968 Text Font Color

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

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


#daa968 Background Color

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

This div background color is #daa968


#daa968 Border Color

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

This div border color is #daa968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa968


Comments

No comments written yet.

Please login to write comment.