Color Hex Logo

#daaf09 Color Hex

#DAAF09
(218,175,9)
0 Favorites   0 Comments

Color spaces of #daaf09

RGB 2181759
HSL0.130.920.45
HSV48°96°85°
CMYK 0.000.200.96   0.15
XYZ44.292745.58516.7228
Yxy45.58510.45850.4719
Hunter Lab67.5167-1.053741.3581
CIE-Lab73.27552.837274.8748

#daaf09 color RGB value is (218,175,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 00001001
Octal 332 257 11
Decimal 218 175 9
Hex DA AF 9

RGB Percentages of Color #daaf09

%54.23
%43.53
%2.24

CMYK Percentages of Color #daaf09

%0
%20
%96
%15

Triadic Colors of #daaf09

#daaf09 #09daaf #af09da

Analogous Colors of #daaf09

#daaf09 #9dda09 #da4709

Monochromatic Colors of #daaf09

#daaf09

Complementary Color

#daaf09 #0934da

#daaf09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf09 Color CSS Codes

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

#daaf09 Text Font Color

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

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


#daaf09 Background Color

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

This div background color is #daaf09


#daaf09 Border Color

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

This div border color is #daaf09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf09


Comments

No comments written yet.

Please login to write comment.