Color Hex Logo

#dfaa09 Color Hex

#DFAA09
(223,170,9)
0 Favorites   0 Comments

Color spaces of #dfaa09

RGB 2231709
HSL0.130.920.45
HSV45°96°87°
CMYK 0.000.240.96   0.13
XYZ44.855544.45716.4754
Yxy44.45710.46830.4641
Hunter Lab66.67623.400240.9152
CIE-Lab72.53307.672774.5764

#dfaa09 color RGB value is (223,170,9).

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

The process color (four color CMYK) of #dfaa09 color hex is 0.00, 0.24, 0.96, 0.13. Web safe color of #dfaa09 is #cc9900. Color #dfaa09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 00001001
Octal 337 252 11
Decimal 223 170 9
Hex DF AA 9

RGB Percentages of Color #dfaa09

%55.47
%42.29
%2.24

CMYK Percentages of Color #dfaa09

%0
%24
%96
%13

Triadic Colors of #dfaa09

#dfaa09 #09dfaa #aa09df

Analogous Colors of #dfaa09

#dfaa09 #a9df09 #df3f09

Monochromatic Colors of #dfaa09

#dfaa09

Complementary Color

#dfaa09 #093edf

#dfaa09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa09 Color CSS Codes

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

#dfaa09 Text Font Color

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

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


#dfaa09 Background Color

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

This div background color is #dfaa09


#dfaa09 Border Color

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

This div border color is #dfaa09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,170,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 #dfaa09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa09


Comments

No comments written yet.

Please login to write comment.