Color Hex Logo

#daa738 Color Hex

#DAA738
(218,167,56)
0 Favorites   0 Comments

Color spaces of #daa738

RGB 21816756
HSL0.110.690.54
HSV41°74°85°
CMYK 0.000.230.74   0.15
XYZ43.446042.82849.7182
Yxy42.82840.45260.4462
Hunter Lab65.44343.975137.0060
CIE-Lab71.43838.269961.3761

#daa738 color RGB value is (218,167,56).

#daa738 hex color red value is 218, green value is 167 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #daa738 hue: 0.11 , saturation: 0.69 and the lightness value of daa738 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 00111000
Octal 332 247 70
Decimal 218 167 56
Hex DA A7 38

RGB Percentages of Color #daa738

%49.43
%37.87
%12.70

CMYK Percentages of Color #daa738

%0
%23
%74
%15

Triadic Colors of #daa738

#daa738 #38daa7 #a738da

Analogous Colors of #daa738

#daa738 #bcda38 #da5638

Monochromatic Colors of #daa738

#daa738

Complementary Color

#daa738 #386bda

#daa738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa738 Color CSS Codes

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

#daa738 Text Font Color

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

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


#daa738 Background Color

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

This div background color is #daa738


#daa738 Border Color

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

This div border color is #daa738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa738


Comments

No comments written yet.

Please login to write comment.