Color Hex Logo

#daaf40 Color Hex

#DAAF40
(218,175,64)
0 Favorites   0 Comments

Color spaces of #daaf40

RGB 21817564
HSL0.120.680.55
HSV43°71°85°
CMYK 0.000.200.71   0.15
XYZ45.168845.935511.3363
Yxy45.93550.44090.4484
Hunter Lab67.77570.352937.5261
CIE-Lab73.50374.392960.2288

#daaf40 color RGB value is (218,175,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 01000000
Octal 332 257 100
Decimal 218 175 64
Hex DA AF 40

RGB Percentages of Color #daaf40

%47.70
%38.29
%14.00

CMYK Percentages of Color #daaf40

%0
%20
%71
%15

Triadic Colors of #daaf40

#daaf40 #40daaf #af40da

Analogous Colors of #daaf40

#daaf40 #b8da40 #da6240

Monochromatic Colors of #daaf40

#daaf40

Complementary Color

#daaf40 #406bda

#daaf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf40 Color CSS Codes

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

#daaf40 Text Font Color

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

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


#daaf40 Background Color

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

This div background color is #daaf40


#daaf40 Border Color

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

This div border color is #daaf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf40


Comments

No comments written yet.

Please login to write comment.