Color Hex Logo

#dfc74e Color Hex

#DFC74E
(223,199,78)
0 Favorites   0 Comments

Color spaces of #dfc74e

RGB 22319978
HSL0.140.690.59
HSV50°65°87°
CMYK 0.000.110.65   0.13
XYZ52.230057.084915.4734
Yxy57.08490.41850.4575
Hunter Lab75.5545-8.825440.7457
CIE-Lab80.2273-5.232161.5401

#dfc74e color RGB value is (223,199,78).

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

The process color (four color CMYK) of #dfc74e color hex is 0.00, 0.11, 0.65, 0.13. Web safe color of #dfc74e is #cccc66. Color #dfc74e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 01001110
Octal 337 307 116
Decimal 223 199 78
Hex DF C7 4E

RGB Percentages of Color #dfc74e

%44.60
%39.80
%15.60

CMYK Percentages of Color #dfc74e

%0
%11
%65
%13

Triadic Colors of #dfc74e

#dfc74e #4edfc7 #c74edf

Analogous Colors of #dfc74e

#dfc74e #afdf4e #df7f4e

Monochromatic Colors of #dfc74e

#dfc74e

Complementary Color

#dfc74e #4e66df

#dfc74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc74e Color CSS Codes

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

#dfc74e Text Font Color

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

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


#dfc74e Background Color

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

This div background color is #dfc74e


#dfc74e Border Color

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

This div border color is #dfc74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc74e


Comments

No comments written yet.

Please login to write comment.