Color Hex Logo

#daa128 Color Hex

#DAA128
(218,161,40)
0 Favorites   0 Comments

Color spaces of #daa128

RGB 21816140
HSL0.110.710.51
HSV41°82°85°
CMYK 0.000.260.82   0.15
XYZ42.041340.54847.6183
Yxy40.54840.46600.4495
Hunter Lab63.67766.413637.4810
CIE-Lab69.858410.883765.6186

#daa128 color RGB value is (218,161,40).

#daa128 hex color red value is 218, green value is 161 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #daa128 hue: 0.11 , saturation: 0.71 and the lightness value of daa128 is 0.51.

The process color (four color CMYK) of #daa128 color hex is 0.00, 0.26, 0.82, 0.15. Web safe color of #daa128 is #cc9933. Color #daa128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 00101000
Octal 332 241 50
Decimal 218 161 40
Hex DA A1 28

RGB Percentages of Color #daa128

%52.03
%38.42
%9.55

CMYK Percentages of Color #daa128

%0
%26
%82
%15

Triadic Colors of #daa128

#daa128 #28daa1 #a128da

Analogous Colors of #daa128

#daa128 #bada28 #da4828

Monochromatic Colors of #daa128

#daa128

Complementary Color

#daa128 #2861da

#daa128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa128 Color CSS Codes

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

#daa128 Text Font Color

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

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


#daa128 Background Color

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

This div background color is #daa128


#daa128 Border Color

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

This div border color is #daa128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa128


Comments

No comments written yet.

Please login to write comment.