Color Hex Logo

#dfa927 Color Hex

#DFA927
(223,169,39)
0 Favorites   0 Comments

Color spaces of #dfa927

RGB 22316939
HSL0.120.740.51
HSV42°83°87°
CMYK 0.000.240.83   0.13
XYZ44.985644.21048.0819
Yxy44.21040.46240.4545
Hunter Lab66.49094.408339.3370
CIE-Lab72.36898.755968.3082

#dfa927 color RGB value is (223,169,39).

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

The process color (four color CMYK) of #dfa927 color hex is 0.00, 0.24, 0.83, 0.13. Web safe color of #dfa927 is #cc9933. Color #dfa927 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 00100111
Octal 337 251 47
Decimal 223 169 39
Hex DF A9 27

RGB Percentages of Color #dfa927

%51.74
%39.21
%9.05

CMYK Percentages of Color #dfa927

%0
%24
%83
%13

Triadic Colors of #dfa927

#dfa927 #27dfa9 #a927df

Analogous Colors of #dfa927

#dfa927 #b9df27 #df4d27

Monochromatic Colors of #dfa927

#dfa927

Complementary Color

#dfa927 #275ddf

#dfa927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa927 Color CSS Codes

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

#dfa927 Text Font Color

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

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


#dfa927 Background Color

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

This div background color is #dfa927


#dfa927 Border Color

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

This div border color is #dfa927


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,169,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa927

#dfa927 Color Palettes


Comments

No comments written yet.

Please login to write comment.