Color Hex Logo

#dfc77f Color Hex

#DFC77F
(223,199,127)
0 Favorites   0 Comments

Color spaces of #dfc77f

RGB 223199127
HSL0.130.600.69
HSV45°43°87°
CMYK 0.000.110.43   0.13
XYZ54.685658.067128.4045
Yxy58.06710.38740.4114
Hunter Lab76.2018-5.254031.2407
CIE-Lab80.7761-1.277339.0627

#dfc77f color RGB value is (223,199,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 01111111
Octal 337 307 177
Decimal 223 199 127
Hex DF C7 7F

RGB Percentages of Color #dfc77f

%40.62
%36.25
%23.13

CMYK Percentages of Color #dfc77f

%0
%11
%43
%13

Triadic Colors of #dfc77f

#dfc77f #7fdfc7 #c77fdf

Analogous Colors of #dfc77f

#dfc77f #c7df7f #df977f

Monochromatic Colors of #dfc77f

#dfc77f

Complementary Color

#dfc77f #7f97df

#dfc77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc77f Color CSS Codes

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

#dfc77f Text Font Color

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

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


#dfc77f Background Color

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

This div background color is #dfc77f


#dfc77f Border Color

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

This div border color is #dfc77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc77f


Comments

No comments written yet.

Please login to write comment.