Color Hex Logo

#daa848 Color Hex

#DAA848
(218,168,72)
0 Favorites   0 Comments

Color spaces of #daa848

RGB 21816872
HSL0.110.660.57
HSV39°67°85°
CMYK 0.000.230.67   0.15
XYZ44.085843.378612.1802
Yxy43.37860.44240.4353
Hunter Lab65.86244.221835.1390
CIE-Lab71.81128.544355.0316

#daa848 color RGB value is (218,168,72).

#daa848 hex color red value is 218, green value is 168 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #daa848 hue: 0.11 , saturation: 0.66 and the lightness value of daa848 is 0.57.

The process color (four color CMYK) of #daa848 color hex is 0.00, 0.23, 0.67, 0.15. Web safe color of #daa848 is #cc9933. Color #daa848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 01001000
Octal 332 250 110
Decimal 218 168 72
Hex DA A8 48

RGB Percentages of Color #daa848

%47.60
%36.68
%15.72

CMYK Percentages of Color #daa848

%0
%23
%67
%15

Triadic Colors of #daa848

#daa848 #48daa8 #a848da

Analogous Colors of #daa848

#daa848 #c3da48 #da5f48

Monochromatic Colors of #daa848

#daa848

Complementary Color

#daa848 #487ada

#daa848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa848 Color CSS Codes

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

#daa848 Text Font Color

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

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


#daa848 Background Color

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

This div background color is #daa848


#daa848 Border Color

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

This div border color is #daa848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa848


Comments

No comments written yet.

Please login to write comment.