Color Hex Logo

#daa736 Color Hex

#DAA736
(218,167,54)
0 Favorites   0 Comments

Color spaces of #daa736

RGB 21816754
HSL0.110.690.53
HSV41°75°85°
CMYK 0.000.230.75   0.15
XYZ43.398042.80929.4657
Yxy42.80920.45360.4475
Hunter Lab65.42873.896337.2225
CIE-Lab71.42538.184462.1345

#daa736 color RGB value is (218,167,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 00110110
Octal 332 247 66
Decimal 218 167 54
Hex DA A7 36

RGB Percentages of Color #daa736

%49.66
%38.04
%12.30

CMYK Percentages of Color #daa736

%0
%23
%75
%15

Triadic Colors of #daa736

#daa736 #36daa7 #a736da

Analogous Colors of #daa736

#daa736 #bbda36 #da5536

Monochromatic Colors of #daa736

#daa736

Complementary Color

#daa736 #3669da

#daa736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa736 Color CSS Codes

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

#daa736 Text Font Color

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

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


#daa736 Background Color

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

This div background color is #daa736


#daa736 Border Color

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

This div border color is #daa736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa736


Comments

No comments written yet.

Please login to write comment.