Color Hex Logo

#dfa30a Color Hex

#DFA30A
(223,163,10)
0 Favorites   0 Comments

Color spaces of #dfa30a

RGB 22316310
HSL0.120.910.46
HSV43°96°87°
CMYK 0.000.270.96   0.13
XYZ43.583441.90436.0784
Yxy41.90430.47600.4576
Hunter Lab64.73356.895739.7462
CIE-Lab70.804911.406073.2261

#dfa30a color RGB value is (223,163,10).

#dfa30a hex color red value is 223, green value is 163 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dfa30a hue: 0.12 , saturation: 0.91 and the lightness value of dfa30a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 00001010
Octal 337 243 12
Decimal 223 163 10
Hex DF A3 A

RGB Percentages of Color #dfa30a

%56.31
%41.16
%2.53

CMYK Percentages of Color #dfa30a

%0
%27
%96
%13

Triadic Colors of #dfa30a

#dfa30a #0adfa3 #a30adf

Analogous Colors of #dfa30a

#dfa30a #b1df0a #df380a

Monochromatic Colors of #dfa30a

#dfa30a

Complementary Color

#dfa30a #0a46df

#dfa30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa30a Color CSS Codes

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

#dfa30a Text Font Color

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

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


#dfa30a Background Color

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

This div background color is #dfa30a


#dfa30a Border Color

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

This div border color is #dfa30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa30a


Comments

No comments written yet.

Please login to write comment.