Color Hex Logo

#dfa023 Color Hex

#DFA023
(223,160,35)
0 Favorites   0 Comments

Color spaces of #dfa023

RGB 22316035
HSL0.110.750.51
HSV40°84°87°
CMYK 0.000.280.84   0.13
XYZ43.305640.95097.2120
Yxy40.95090.47340.4477
Hunter Lab63.99298.807938.1130
CIE-Lab70.141513.444467.5987

#dfa023 color RGB value is (223,160,35).

#dfa023 hex color red value is 223, green value is 160 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dfa023 hue: 0.11 , saturation: 0.75 and the lightness value of dfa023 is 0.51.

The process color (four color CMYK) of #dfa023 color hex is 0.00, 0.28, 0.84, 0.13. Web safe color of #dfa023 is #cc9933. Color #dfa023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 00100011
Octal 337 240 43
Decimal 223 160 35
Hex DF A0 23

RGB Percentages of Color #dfa023

%53.35
%38.28
%8.37

CMYK Percentages of Color #dfa023

%0
%28
%84
%13

Triadic Colors of #dfa023

#dfa023 #23dfa0 #a023df

Analogous Colors of #dfa023

#dfa023 #c0df23 #df4223

Monochromatic Colors of #dfa023

#dfa023

Complementary Color

#dfa023 #2362df

#dfa023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa023 Color CSS Codes

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

#dfa023 Text Font Color

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

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


#dfa023 Background Color

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

This div background color is #dfa023


#dfa023 Border Color

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

This div border color is #dfa023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa023


Comments

No comments written yet.

Please login to write comment.