Color Hex Logo

#daa823 Color Hex

#DAA823
(218,168,35)
0 Favorites   0 Comments

Color spaces of #daa823

RGB 21816835
HSL0.120.720.50
HSV44°84°85°
CMYK 0.000.230.84   0.15
XYZ43.219443.03207.6182
Yxy43.03200.46040.4584
Hunter Lab65.59882.805939.0336
CIE-Lab71.57677.002968.5816

#daa823 color RGB value is (218,168,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 00100011
Octal 332 250 43
Decimal 218 168 35
Hex DA A8 23

RGB Percentages of Color #daa823

%51.78
%39.90
%8.31

CMYK Percentages of Color #daa823

%0
%23
%84
%15

Triadic Colors of #daa823

#daa823 #23daa8 #a823da

Analogous Colors of #daa823

#daa823 #b1da23 #da4d23

Monochromatic Colors of #daa823

#daa823

Complementary Color

#daa823 #2355da

#daa823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa823 Color CSS Codes

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

#daa823 Text Font Color

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

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


#daa823 Background Color

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

This div background color is #daa823


#daa823 Border Color

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

This div border color is #daa823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa823


Comments

No comments written yet.

Please login to write comment.