Color Hex Logo

#daaf19 Color Hex

#DAAF19
(218,175,25)
0 Favorites   0 Comments

Color spaces of #daaf19

RGB 21817525
HSL0.130.790.48
HSV47°89°85°
CMYK 0.000.200.89   0.15
XYZ44.418945.63567.3871
Yxy45.63560.45590.4683
Hunter Lab67.5541-0.850540.8045
CIE-Lab73.30853.062972.4093

#daaf19 color RGB value is (218,175,25).

#daaf19 hex color red value is 218, green value is 175 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #daaf19 hue: 0.13 , saturation: 0.79 and the lightness value of daaf19 is 0.48.

The process color (four color CMYK) of #daaf19 color hex is 0.00, 0.20, 0.89, 0.15. Web safe color of #daaf19 is #cc9900. Color #daaf19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 00011001
Octal 332 257 31
Decimal 218 175 25
Hex DA AF 19

RGB Percentages of Color #daaf19

%52.15
%41.87
%5.98

CMYK Percentages of Color #daaf19

%0
%20
%89
%15

Triadic Colors of #daaf19

#daaf19 #19daaf #af19da

Analogous Colors of #daaf19

#daaf19 #a5da19 #da4e19

Monochromatic Colors of #daaf19

#daaf19

Complementary Color

#daaf19 #1944da

#daaf19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf19 Color CSS Codes

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

#daaf19 Text Font Color

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

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


#daaf19 Background Color

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

This div background color is #daaf19


#daaf19 Border Color

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

This div border color is #daaf19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf19


Comments

No comments written yet.

Please login to write comment.