Color Hex Logo

#daa448 Color Hex

#DAA448
(218,164,72)
0 Favorites   0 Comments

Color spaces of #daa448

RGB 21816472
HSL0.110.660.57
HSV38°67°85°
CMYK 0.000.250.67   0.15
XYZ43.358641.924211.9378
Yxy41.92420.44600.4312
Hunter Lab64.74896.220634.3929
CIE-Lab70.818610.682753.9639

#daa448 color RGB value is (218,164,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 01001000
Octal 332 244 110
Decimal 218 164 72
Hex DA A4 48

RGB Percentages of Color #daa448

%48.02
%36.12
%15.86

CMYK Percentages of Color #daa448

%0
%25
%67
%15

Triadic Colors of #daa448

#daa448 #48daa4 #a448da

Analogous Colors of #daa448

#daa448 #c7da48 #da5b48

Monochromatic Colors of #daa448

#daa448

Complementary Color

#daa448 #487eda

#daa448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa448 Color CSS Codes

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

#daa448 Text Font Color

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

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


#daa448 Background Color

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

This div background color is #daa448


#daa448 Border Color

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

This div border color is #daa448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa448


Comments

No comments written yet.

Please login to write comment.