Color Hex Logo

#daaf4a Color Hex

#DAAF4A
(218,175,74)
0 Favorites   0 Comments

Color spaces of #daaf4a

RGB 21817574
HSL0.120.660.57
HSV42°66°85°
CMYK 0.000.200.66   0.15
XYZ45.479446.059812.9720
Yxy46.05980.43520.4407
Hunter Lab67.86740.848836.1746
CIE-Lab73.58434.937556.0443

#daaf4a color RGB value is (218,175,74).

#daaf4a hex color red value is 218, green value is 175 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #daaf4a hue: 0.12 , saturation: 0.66 and the lightness value of daaf4a is 0.57.

The process color (four color CMYK) of #daaf4a color hex is 0.00, 0.20, 0.66, 0.15. Web safe color of #daaf4a is #cc9933. Color #daaf4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 01001010
Octal 332 257 112
Decimal 218 175 74
Hex DA AF 4A

RGB Percentages of Color #daaf4a

%46.68
%37.47
%15.85

CMYK Percentages of Color #daaf4a

%0
%20
%66
%15

Triadic Colors of #daaf4a

#daaf4a #4adaaf #af4ada

Analogous Colors of #daaf4a

#daaf4a #bdda4a #da674a

Monochromatic Colors of #daaf4a

#daaf4a

Complementary Color

#daaf4a #4a75da

#daaf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf4a Color CSS Codes

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

#daaf4a Text Font Color

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

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


#daaf4a Background Color

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

This div background color is #daaf4a


#daaf4a Border Color

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

This div border color is #daaf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf4a


Comments

No comments written yet.

Please login to write comment.