Color Hex Logo

#dfa30b Color Hex

#DFA30B
(223,163,11)
0 Favorites   0 Comments

Color spaces of #dfa30b

RGB 22316311
HSL0.120.910.46
HSV43°95°87°
CMYK 0.000.270.95   0.13
XYZ43.589041.90656.1080
Yxy41.90650.47580.4575
Hunter Lab64.73526.905039.7204
CIE-Lab70.806411.415973.1049

#dfa30b color RGB value is (223,163,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 00001011
Octal 337 243 13
Decimal 223 163 11
Hex DF A3 B

RGB Percentages of Color #dfa30b

%56.17
%41.06
%2.77

CMYK Percentages of Color #dfa30b

%0
%27
%95
%13

Triadic Colors of #dfa30b

#dfa30b #0bdfa3 #a30bdf

Analogous Colors of #dfa30b

#dfa30b #b1df0b #df390b

Monochromatic Colors of #dfa30b

#dfa30b

Complementary Color

#dfa30b #0b47df

#dfa30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa30b Color CSS Codes

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

#dfa30b Text Font Color

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

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


#dfa30b Background Color

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

This div background color is #dfa30b


#dfa30b Border Color

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

This div border color is #dfa30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa30b


Comments

No comments written yet.

Please login to write comment.