Color Hex Logo

#dfa600 Color Hex

#DFA600
(223,166,0)
0 Favorites   0 Comments

Color spaces of #dfa600

RGB 2231660
HSL0.121.000.44
HSV45°100°87°
CMYK 0.000.261.00   0.13
XYZ44.067642.96045.9696
Yxy42.96040.47390.4620
Hunter Lab65.54425.309340.4809
CIE-Lab71.52819.711374.9318

#dfa600 color RGB value is (223,166,0).

#dfa600 hex color red value is 223, green value is 166 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dfa600 hue: 0.12 , saturation: 1.00 and the lightness value of dfa600 is 0.44.

The process color (four color CMYK) of #dfa600 color hex is 0.00, 0.26, 1.00, 0.13. Web safe color of #dfa600 is #cc9900. Color #dfa600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 00000000
Octal 337 246 0
Decimal 223 166 0
Hex DF A6 0

RGB Percentages of Color #dfa600

%57.33
%42.67
%0.00

CMYK Percentages of Color #dfa600

%0
%26
%100
%13

Triadic Colors of #dfa600

#dfa600 #00dfa6 #a600df

Analogous Colors of #dfa600

#dfa600 #a9df00 #df3700

Monochromatic Colors of #dfa600

#dfa600

Complementary Color

#dfa600 #0039df

#dfa600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa600 Color CSS Codes

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

#dfa600 Text Font Color

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

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


#dfa600 Background Color

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

This div background color is #dfa600


#dfa600 Border Color

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

This div border color is #dfa600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa600


Comments

No comments written yet.

Please login to write comment.