Color Hex Logo

#dfa933 Color Hex

#DFA933
(223,169,51)
0 Favorites   0 Comments

Color spaces of #dfa933

RGB 22316951
HSL0.110.730.54
HSV41°77°87°
CMYK 0.000.240.77   0.13
XYZ45.216944.30299.3001
Yxy44.30290.45760.4483
Hunter Lab66.56044.780838.3081
CIE-Lab72.43059.157164.3873

#dfa933 color RGB value is (223,169,51).

#dfa933 hex color red value is 223, green value is 169 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dfa933 hue: 0.11 , saturation: 0.73 and the lightness value of dfa933 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 00110011
Octal 337 251 63
Decimal 223 169 51
Hex DF A9 33

RGB Percentages of Color #dfa933

%50.34
%38.15
%11.51

CMYK Percentages of Color #dfa933

%0
%24
%77
%13

Triadic Colors of #dfa933

#dfa933 #33dfa9 #a933df

Analogous Colors of #dfa933

#dfa933 #bfdf33 #df5333

Monochromatic Colors of #dfa933

#dfa933

Complementary Color

#dfa933 #3369df

#dfa933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa933 Color CSS Codes

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

#dfa933 Text Font Color

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

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


#dfa933 Background Color

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

This div background color is #dfa933


#dfa933 Border Color

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

This div border color is #dfa933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa933


Comments

No comments written yet.

Please login to write comment.