Color Hex Logo

#dfa106 Color Hex

#DFA106
(223,161,6)
0 Favorites   0 Comments

Color spaces of #dfa106

RGB 2231616
HSL0.120.950.45
HSV43°97°87°
CMYK 0.000.280.97   0.13
XYZ43.209241.19095.8456
Yxy41.19090.47880.4564
Hunter Lab64.18017.859739.5259
CIE-Lab70.309512.434873.3605

#dfa106 color RGB value is (223,161,6).

#dfa106 hex color red value is 223, green value is 161 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dfa106 hue: 0.12 , saturation: 0.95 and the lightness value of dfa106 is 0.45.

The process color (four color CMYK) of #dfa106 color hex is 0.00, 0.28, 0.97, 0.13. Web safe color of #dfa106 is #cc9900. Color #dfa106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 00000110
Octal 337 241 6
Decimal 223 161 6
Hex DF A1 6

RGB Percentages of Color #dfa106

%57.18
%41.28
%1.54

CMYK Percentages of Color #dfa106

%0
%28
%97
%13

Triadic Colors of #dfa106

#dfa106 #06dfa1 #a106df

Analogous Colors of #dfa106

#dfa106 #b1df06 #df3406

Monochromatic Colors of #dfa106

#dfa106

Complementary Color

#dfa106 #0644df

#dfa106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa106 Color CSS Codes

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

#dfa106 Text Font Color

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

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


#dfa106 Background Color

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

This div background color is #dfa106


#dfa106 Border Color

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

This div border color is #dfa106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa106


Comments

No comments written yet.

Please login to write comment.