Color Hex Logo

#daad4f Color Hex

#DAAD4F
(218,173,79)
0 Favorites   0 Comments

Color spaces of #daad4f

RGB 21817379
HSL0.110.650.58
HSV41°64°85°
CMYK 0.000.210.64   0.15
XYZ45.268345.357113.7660
Yxy45.35710.43360.4345
Hunter Lab67.34772.121835.0244
CIE-Lab73.12646.305353.2865

#daad4f color RGB value is (218,173,79).

#daad4f hex color red value is 218, green value is 173 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #daad4f hue: 0.11 , saturation: 0.65 and the lightness value of daad4f is 0.58.

The process color (four color CMYK) of #daad4f color hex is 0.00, 0.21, 0.64, 0.15. Web safe color of #daad4f is #cc9966. Color #daad4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 01001111
Octal 332 255 117
Decimal 218 173 79
Hex DA AD 4F

RGB Percentages of Color #daad4f

%46.38
%36.81
%16.81

CMYK Percentages of Color #daad4f

%0
%21
%64
%15

Triadic Colors of #daad4f

#daad4f #4fdaad #ad4fda

Analogous Colors of #daad4f

#daad4f #c2da4f #da684f

Monochromatic Colors of #daad4f

#daad4f

Complementary Color

#daad4f #4f7cda

#daad4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad4f Color CSS Codes

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

#daad4f Text Font Color

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

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


#daad4f Background Color

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

This div background color is #daad4f


#daad4f Border Color

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

This div border color is #daad4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad4f


Comments

No comments written yet.

Please login to write comment.