Color Hex Logo

#daa268 Color Hex

#DAA268
(218,162,104)
0 Favorites   0 Comments

Color spaces of #daa268

RGB 218162104
HSL0.080.610.63
HSV31°52°85°
CMYK 0.000.260.52   0.15
XYZ44.332541.745618.8178
Yxy41.74560.42260.3980
Hunter Lab64.61089.408227.9595
CIE-Lab70.695214.075438.0707

#daa268 color RGB value is (218,162,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 01101000
Octal 332 242 150
Decimal 218 162 104
Hex DA A2 68

RGB Percentages of Color #daa268

%45.04
%33.47
%21.49

CMYK Percentages of Color #daa268

%0
%26
%52
%15

Triadic Colors of #daa268

#daa268 #68daa2 #a268da

Analogous Colors of #daa268

#daa268 #d9da68 #da6968

Monochromatic Colors of #daa268

#daa268

Complementary Color

#daa268 #68a0da

#daa268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa268 Color CSS Codes

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

#daa268 Text Font Color

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

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


#daa268 Background Color

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

This div background color is #daa268


#daa268 Border Color

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

This div border color is #daa268


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,162,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 #daa268">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa268


Comments

No comments written yet.

Please login to write comment.