Color Hex Logo

#dfb006 Color Hex

#DFB006
(223,176,6)
0 Favorites   0 Comments

Color spaces of #dfb006

RGB 2231766
HSL0.130.950.45
HSV47°97°87°
CMYK 0.000.210.97   0.13
XYZ45.989646.75186.7724
Yxy46.75180.46210.4698
Hunter Lab68.37530.403341.9902
CIE-Lab74.03074.470375.9830

#dfb006 color RGB value is (223,176,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 00000110
Octal 337 260 6
Decimal 223 176 6
Hex DF B0 6

RGB Percentages of Color #dfb006

%55.06
%43.46
%1.48

CMYK Percentages of Color #dfb006

%0
%21
%97
%13

Triadic Colors of #dfb006

#dfb006 #06dfb0 #b006df

Analogous Colors of #dfb006

#dfb006 #a2df06 #df4306

Monochromatic Colors of #dfb006

#dfb006

Complementary Color

#dfb006 #0635df

#dfb006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb006 Color CSS Codes

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

#dfb006 Text Font Color

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

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


#dfb006 Background Color

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

This div background color is #dfb006


#dfb006 Border Color

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

This div border color is #dfb006


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,176,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 #dfb006">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb006


Comments

No comments written yet.

Please login to write comment.