Color Hex Logo

#dfc914 Color Hex

#DFC914
(223,201,20)
0 Favorites   0 Comments

Color spaces of #dfc914

RGB 22320120
HSL0.150.840.48
HSV53°91°87°
CMYK 0.000.100.91   0.13
XYZ51.444357.51189.0513
Yxy57.51180.43590.4874
Hunter Lab75.8365-11.627146.0091
CIE-Lab80.4666-8.327579.0353

#dfc914 color RGB value is (223,201,20).

#dfc914 hex color red value is 223, green value is 201 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dfc914 hue: 0.15 , saturation: 0.84 and the lightness value of dfc914 is 0.48.

The process color (four color CMYK) of #dfc914 color hex is 0.00, 0.10, 0.91, 0.13. Web safe color of #dfc914 is #cccc00. Color #dfc914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 00010100
Octal 337 311 24
Decimal 223 201 20
Hex DF C9 14

RGB Percentages of Color #dfc914

%50.23
%45.27
%4.50

CMYK Percentages of Color #dfc914

%0
%10
%91
%13

Triadic Colors of #dfc914

#dfc914 #14dfc9 #c914df

Analogous Colors of #dfc914

#dfc914 #90df14 #df6414

Monochromatic Colors of #dfc914

#dfc914

Complementary Color

#dfc914 #142adf

#dfc914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc914 Color CSS Codes

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

#dfc914 Text Font Color

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

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


#dfc914 Background Color

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

This div background color is #dfc914


#dfc914 Border Color

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

This div border color is #dfc914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc914


Comments

No comments written yet.

Please login to write comment.