Color Hex Logo

#daa33c Color Hex

#DAA33C
(218,163,60)
0 Favorites   0 Comments

Color spaces of #daa33c

RGB 21816360
HSL0.110.680.55
HSV39°72°85°
CMYK 0.000.250.72   0.15
XYZ42.826241.426110.0138
Yxy41.42610.45430.4395
Hunter Lab64.36316.135635.8297
CIE-Lab70.473410.588758.8153

#daa33c color RGB value is (218,163,60).

#daa33c hex color red value is 218, green value is 163 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #daa33c hue: 0.11 , saturation: 0.68 and the lightness value of daa33c is 0.55.

The process color (four color CMYK) of #daa33c color hex is 0.00, 0.25, 0.72, 0.15. Web safe color of #daa33c is #cc9933. Color #daa33c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 00111100
Octal 332 243 74
Decimal 218 163 60
Hex DA A3 3C

RGB Percentages of Color #daa33c

%49.43
%36.96
%13.61

CMYK Percentages of Color #daa33c

%0
%25
%72
%15

Triadic Colors of #daa33c

#daa33c #3cdaa3 #a33cda

Analogous Colors of #daa33c

#daa33c #c2da3c #da543c

Monochromatic Colors of #daa33c

#daa33c

Complementary Color

#daa33c #3c73da

#daa33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa33c Color CSS Codes

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

#daa33c Text Font Color

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

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


#daa33c Background Color

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

This div background color is #daa33c


#daa33c Border Color

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

This div border color is #daa33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa33c


Comments

No comments written yet.

Please login to write comment.