Color Hex Logo

#dfc61e Color Hex

#DFC61E
(223,198,30)
0 Favorites   0 Comments

Color spaces of #dfc61e

RGB 22319830
HSL0.150.760.50
HSV52°87°87°
CMYK 0.000.110.87   0.13
XYZ50.859956.16999.3896
Yxy56.16990.43690.4825
Hunter Lab74.9466-10.023745.0345
CIE-Lab79.7104-6.616976.6573

#dfc61e color RGB value is (223,198,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 00011110
Octal 337 306 36
Decimal 223 198 30
Hex DF C6 1E

RGB Percentages of Color #dfc61e

%49.45
%43.90
%6.65

CMYK Percentages of Color #dfc61e

%0
%11
%87
%13

Triadic Colors of #dfc61e

#dfc61e #1edfc6 #c61edf

Analogous Colors of #dfc61e

#dfc61e #98df1e #df661e

Monochromatic Colors of #dfc61e

#dfc61e

Complementary Color

#dfc61e #1e37df

#dfc61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc61e Color CSS Codes

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

#dfc61e Text Font Color

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

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


#dfc61e Background Color

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

This div background color is #dfc61e


#dfc61e Border Color

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

This div border color is #dfc61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc61e


Comments

No comments written yet.

Please login to write comment.