Color Hex Logo

#dfc614 Color Hex

#DFC614
(223,198,20)
0 Favorites   0 Comments

Color spaces of #dfc614

RGB 22319820
HSL0.150.840.48
HSV53°91°87°
CMYK 0.000.110.91   0.13
XYZ50.751856.12668.8204
Yxy56.12660.43870.4851
Hunter Lab74.9177-10.184045.4619
CIE-Lab79.6858-6.798678.4377

#dfc614 color RGB value is (223,198,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 00010100
Octal 337 306 24
Decimal 223 198 20
Hex DF C6 14

RGB Percentages of Color #dfc614

%50.57
%44.90
%4.54

CMYK Percentages of Color #dfc614

%0
%11
%91
%13

Triadic Colors of #dfc614

#dfc614 #14dfc6 #c614df

Analogous Colors of #dfc614

#dfc614 #93df14 #df6014

Monochromatic Colors of #dfc614

#dfc614

Complementary Color

#dfc614 #142ddf

#dfc614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc614 Color CSS Codes

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

#dfc614 Text Font Color

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

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


#dfc614 Background Color

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

This div background color is #dfc614


#dfc614 Border Color

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

This div border color is #dfc614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc614


Comments

No comments written yet.

Please login to write comment.