Color Hex Logo

#dfc74c Color Hex

#DFC74C
(223,199,76)
0 Favorites   0 Comments

Color spaces of #dfc74c

RGB 22319976
HSL0.140.700.59
HSV50°66°87°
CMYK 0.000.110.66   0.13
XYZ52.159457.056615.1014
Yxy57.05660.41960.4590
Hunter Lab75.5358-8.928941.0216
CIE-Lab80.2114-5.348262.3559

#dfc74c color RGB value is (223,199,76).

#dfc74c hex color red value is 223, green value is 199 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dfc74c hue: 0.14 , saturation: 0.70 and the lightness value of dfc74c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 01001100
Octal 337 307 114
Decimal 223 199 76
Hex DF C7 4C

RGB Percentages of Color #dfc74c

%44.78
%39.96
%15.26

CMYK Percentages of Color #dfc74c

%0
%11
%66
%13

Triadic Colors of #dfc74c

#dfc74c #4cdfc7 #c74cdf

Analogous Colors of #dfc74c

#dfc74c #aedf4c #df7e4c

Monochromatic Colors of #dfc74c

#dfc74c

Complementary Color

#dfc74c #4c64df

#dfc74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc74c Color CSS Codes

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

#dfc74c Text Font Color

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

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


#dfc74c Background Color

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

This div background color is #dfc74c


#dfc74c Border Color

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

This div border color is #dfc74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc74c


Comments

No comments written yet.

Please login to write comment.