Color Hex Logo

#daad3f Color Hex

#DAAD3F
(218,173,63)
0 Favorites   0 Comments

Color spaces of #daad3f

RGB 21817363
HSL0.120.680.55
HSV43°71°85°
CMYK 0.000.210.71   0.15
XYZ44.754245.151411.0589
Yxy45.15140.44330.4472
Hunter Lab67.19481.296737.2784
CIE-Lab72.99155.403160.1195

#daad3f color RGB value is (218,173,63).

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

The process color (four color CMYK) of #daad3f color hex is 0.00, 0.21, 0.71, 0.15. Web safe color of #daad3f is #cc9933. Color #daad3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 00111111
Octal 332 255 77
Decimal 218 173 63
Hex DA AD 3F

RGB Percentages of Color #daad3f

%48.02
%38.11
%13.88

CMYK Percentages of Color #daad3f

%0
%21
%71
%15

Triadic Colors of #daad3f

#daad3f #3fdaad #ad3fda

Analogous Colors of #daad3f

#daad3f #bada3f #da5f3f

Monochromatic Colors of #daad3f

#daad3f

Complementary Color

#daad3f #3f6cda

#daad3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad3f Color CSS Codes

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

#daad3f Text Font Color

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

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


#daad3f Background Color

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

This div background color is #daad3f


#daad3f Border Color

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

This div border color is #daad3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad3f


Comments

No comments written yet.

Please login to write comment.