Color Hex Logo

#dfc71e Color Hex

#DFC71E
(223,199,30)
0 Favorites   0 Comments

Color spaces of #dfc71e

RGB 22319930
HSL0.150.760.50
HSV53°87°87°
CMYK 0.000.110.87   0.13
XYZ51.089256.62869.4660
Yxy56.62860.43600.4832
Hunter Lab75.2520-10.505845.2183
CIE-Lab79.9702-7.127776.8663

#dfc71e color RGB value is (223,199,30).

#dfc71e hex color red value is 223, green value is 199 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dfc71e hue: 0.15 , saturation: 0.76 and the lightness value of dfc71e is 0.50.

The process color (four color CMYK) of #dfc71e color hex is 0.00, 0.11, 0.87, 0.13. Web safe color of #dfc71e is #cccc33. Color #dfc71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 00011110
Octal 337 307 36
Decimal 223 199 30
Hex DF C7 1E

RGB Percentages of Color #dfc71e

%49.34
%44.03
%6.64

CMYK Percentages of Color #dfc71e

%0
%11
%87
%13

Triadic Colors of #dfc71e

#dfc71e #1edfc7 #c71edf

Analogous Colors of #dfc71e

#dfc71e #97df1e #df671e

Monochromatic Colors of #dfc71e

#dfc71e

Complementary Color

#dfc71e #1e36df

#dfc71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc71e Color CSS Codes

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

#dfc71e Text Font Color

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

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


#dfc71e Background Color

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

This div background color is #dfc71e


#dfc71e Border Color

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

This div border color is #dfc71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc71e


Comments

No comments written yet.

Please login to write comment.