Color Hex Logo

#dfb017 Color Hex

#DFB017
(223,176,23)
0 Favorites   0 Comments

Color spaces of #dfb017

RGB 22317623
HSL0.130.810.48
HSV46°90°87°
CMYK 0.000.210.90   0.13
XYZ46.111446.80057.4137
Yxy46.80050.45960.4665
Hunter Lab68.41090.596441.4624
CIE-Lab74.06204.681973.6107

#dfb017 color RGB value is (223,176,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 00010111
Octal 337 260 27
Decimal 223 176 23
Hex DF B0 17

RGB Percentages of Color #dfb017

%52.84
%41.71
%5.45

CMYK Percentages of Color #dfb017

%0
%21
%90
%13

Triadic Colors of #dfb017

#dfb017 #17dfb0 #b017df

Analogous Colors of #dfb017

#dfb017 #aadf17 #df4c17

Monochromatic Colors of #dfb017

#dfb017

Complementary Color

#dfb017 #1746df

#dfb017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb017 Color CSS Codes

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

#dfb017 Text Font Color

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

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


#dfb017 Background Color

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

This div background color is #dfb017


#dfb017 Border Color

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

This div border color is #dfb017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb017


Comments

No comments written yet.

Please login to write comment.