Color Hex Logo

#daa735 Color Hex

#DAA735
(218,167,53)
0 Favorites   0 Comments

Color spaces of #daa735

RGB 21816753
HSL0.120.690.53
HSV41°76°85°
CMYK 0.000.230.76   0.15
XYZ43.374842.79999.3433
Yxy42.79990.45410.4481
Hunter Lab65.42163.858337.3275
CIE-Lab71.41898.143062.5071

#daa735 color RGB value is (218,167,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 00110101
Octal 332 247 65
Decimal 218 167 53
Hex DA A7 35

RGB Percentages of Color #daa735

%49.77
%38.13
%12.10

CMYK Percentages of Color #daa735

%0
%23
%76
%15

Triadic Colors of #daa735

#daa735 #35daa7 #a735da

Analogous Colors of #daa735

#daa735 #bbda35 #da5535

Monochromatic Colors of #daa735

#daa735

Complementary Color

#daa735 #3568da

#daa735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa735 Color CSS Codes

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

#daa735 Text Font Color

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

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


#daa735 Background Color

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

This div background color is #daa735


#daa735 Border Color

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

This div border color is #daa735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa735


Comments

No comments written yet.

Please login to write comment.