Color Hex Logo

#dfa601 Color Hex

#DFA601
(223,166,1)
0 Favorites   0 Comments

Color spaces of #dfa601

RGB 2231661
HSL0.120.990.44
HSV45°100°87°
CMYK 0.000.261.00   0.13
XYZ44.073142.96265.9984
Yxy42.96260.47370.4618
Hunter Lab65.54595.318340.4562
CIE-Lab71.52969.721074.8124

#dfa601 color RGB value is (223,166,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 00000001
Octal 337 246 1
Decimal 223 166 1
Hex DF A6 1

RGB Percentages of Color #dfa601

%57.18
%42.56
%0.26

CMYK Percentages of Color #dfa601

%0
%26
%100
%13

Triadic Colors of #dfa601

#dfa601 #01dfa6 #a601df

Analogous Colors of #dfa601

#dfa601 #a9df01 #df3701

Monochromatic Colors of #dfa601

#dfa601

Complementary Color

#dfa601 #013adf

#dfa601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa601 Color CSS Codes

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

#dfa601 Text Font Color

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

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


#dfa601 Background Color

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

This div background color is #dfa601


#dfa601 Border Color

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

This div border color is #dfa601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa601


Comments

No comments written yet.

Please login to write comment.