Color Hex Logo

#dfa909 Color Hex

#DFA909
(223,169,9)
0 Favorites   0 Comments

Color spaces of #dfa909

RGB 2231699
HSL0.120.920.45
HSV45°96°87°
CMYK 0.000.240.96   0.13
XYZ44.668744.08366.4131
Yxy44.08360.46940.4632
Hunter Lab66.39553.896840.7501
CIE-Lab72.28438.203274.3989

#dfa909 color RGB value is (223,169,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 00001001
Octal 337 251 11
Decimal 223 169 9
Hex DF A9 9

RGB Percentages of Color #dfa909

%55.61
%42.14
%2.24

CMYK Percentages of Color #dfa909

%0
%24
%96
%13

Triadic Colors of #dfa909

#dfa909 #09dfa9 #a909df

Analogous Colors of #dfa909

#dfa909 #aadf09 #df3e09

Monochromatic Colors of #dfa909

#dfa909

Complementary Color

#dfa909 #093fdf

#dfa909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa909 Color CSS Codes

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

#dfa909 Text Font Color

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

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


#dfa909 Background Color

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

This div background color is #dfa909


#dfa909 Border Color

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

This div border color is #dfa909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa909


Comments

No comments written yet.

Please login to write comment.