Color Hex Logo

#daa835 Color Hex

#DAA835
(218,168,53)
0 Favorites   0 Comments

Color spaces of #daa835

RGB 21816853
HSL0.120.690.53
HSV42°76°85°
CMYK 0.000.230.76   0.15
XYZ43.558743.16779.4046
Yxy43.16770.45310.4491
Hunter Lab65.70213.361837.5047
CIE-Lab71.66867.610062.7451

#daa835 color RGB value is (218,168,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 00110101
Octal 332 250 65
Decimal 218 168 53
Hex DA A8 35

RGB Percentages of Color #daa835

%49.66
%38.27
%12.07

CMYK Percentages of Color #daa835

%0
%23
%76
%15

Triadic Colors of #daa835

#daa835 #35daa8 #a835da

Analogous Colors of #daa835

#daa835 #bada35 #da5635

Monochromatic Colors of #daa835

#daa835

Complementary Color

#daa835 #3567da

#daa835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa835 Color CSS Codes

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

#daa835 Text Font Color

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

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


#daa835 Background Color

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

This div background color is #daa835


#daa835 Border Color

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

This div border color is #daa835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa835


Comments

No comments written yet.

Please login to write comment.