Color Hex Logo

#dfa833 Color Hex

#DFA833
(223,168,51)
0 Favorites   0 Comments

Color spaces of #dfa833

RGB 22316851
HSL0.110.730.54
HSV41°77°87°
CMYK 0.000.250.77   0.13
XYZ45.031643.93239.2383
Yxy43.93230.45860.4474
Hunter Lab66.28145.280338.1332
CIE-Lab72.18329.689064.1565

#dfa833 color RGB value is (223,168,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 00110011
Octal 337 250 63
Decimal 223 168 51
Hex DF A8 33

RGB Percentages of Color #dfa833

%50.45
%38.01
%11.54

CMYK Percentages of Color #dfa833

%0
%25
%77
%13

Triadic Colors of #dfa833

#dfa833 #33dfa8 #a833df

Analogous Colors of #dfa833

#dfa833 #c0df33 #df5233

Monochromatic Colors of #dfa833

#dfa833

Complementary Color

#dfa833 #336adf

#dfa833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa833 Color CSS Codes

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

#dfa833 Text Font Color

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

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


#dfa833 Background Color

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

This div background color is #dfa833


#dfa833 Border Color

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

This div border color is #dfa833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa833


Comments

No comments written yet.

Please login to write comment.