Color Hex Logo

#dfc477 Color Hex

#DFC477
(223,196,119)
0 Favorites   0 Comments

Color spaces of #dfc477

RGB 223196119
HSL0.120.620.67
HSV44°47°87°
CMYK 0.000.120.47   0.13
XYZ53.501156.499725.5385
Yxy56.49970.39470.4169
Hunter Lab75.1663-4.490132.4720
CIE-Lab79.8974-0.514241.9990

#dfc477 color RGB value is (223,196,119).

#dfc477 hex color red value is 223, green value is 196 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dfc477 hue: 0.12 , saturation: 0.62 and the lightness value of dfc477 is 0.67.

The process color (four color CMYK) of #dfc477 color hex is 0.00, 0.12, 0.47, 0.13. Web safe color of #dfc477 is #cccc66. Color #dfc477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 01110111
Octal 337 304 167
Decimal 223 196 119
Hex DF C4 77

RGB Percentages of Color #dfc477

%41.45
%36.43
%22.12

CMYK Percentages of Color #dfc477

%0
%12
%47
%13

Triadic Colors of #dfc477

#dfc477 #77dfc4 #c477df

Analogous Colors of #dfc477

#dfc477 #c6df77 #df9077

Monochromatic Colors of #dfc477

#dfc477

Complementary Color

#dfc477 #7792df

#dfc477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc477 Color CSS Codes

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

#dfc477 Text Font Color

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

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


#dfc477 Background Color

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

This div background color is #dfc477


#dfc477 Border Color

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

This div border color is #dfc477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc477


Comments

No comments written yet.

Please login to write comment.