Color Hex Logo

#daa28d Color Hex

#DAA28D
(218,162,141)
0 Favorites   0 Comments

Color spaces of #daa28d

RGB 218162141
HSL0.050.510.70
HSV16°35°85°
CMYK 0.000.260.35   0.15
XYZ46.641542.669230.9770
Yxy42.66920.38770.3547
Hunter Lab65.321713.141117.6085
CIE-Lab71.329917.958019.0292

#daa28d color RGB value is (218,162,141).

#daa28d hex color red value is 218, green value is 162 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #daa28d hue: 0.05 , saturation: 0.51 and the lightness value of daa28d is 0.70.

The process color (four color CMYK) of #daa28d color hex is 0.00, 0.26, 0.35, 0.15. Web safe color of #daa28d is #cc9999. Color #daa28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 10001101
Octal 332 242 215
Decimal 218 162 141
Hex DA A2 8D

RGB Percentages of Color #daa28d

%41.84
%31.09
%27.06

CMYK Percentages of Color #daa28d

%0
%26
%35
%15

Triadic Colors of #daa28d

#daa28d #8ddaa2 #a28dda

Analogous Colors of #daa28d

#daa28d #dac98d #da8d9f

Monochromatic Colors of #daa28d

#daa28d

Complementary Color

#daa28d #8dc5da

#daa28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa28d Color CSS Codes

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

#daa28d Text Font Color

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

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


#daa28d Background Color

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

This div background color is #daa28d


#daa28d Border Color

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

This div border color is #daa28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa28d


Comments

No comments written yet.

Please login to write comment.