Color Hex Logo

#dfc077 Color Hex

#DFC077
(223,192,119)
0 Favorites   0 Comments

Color spaces of #dfc077

RGB 223192119
HSL0.120.620.67
HSV42°47°87°
CMYK 0.000.140.47   0.13
XYZ52.610854.719225.2417
Yxy54.71920.39680.4128
Hunter Lab73.9724-2.498731.5491
CIE-Lab78.87921.571440.7233

#dfc077 color RGB value is (223,192,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 01110111
Octal 337 300 167
Decimal 223 192 119
Hex DF C0 77

RGB Percentages of Color #dfc077

%41.76
%35.96
%22.28

CMYK Percentages of Color #dfc077

%0
%14
%47
%13

Triadic Colors of #dfc077

#dfc077 #77dfc0 #c077df

Analogous Colors of #dfc077

#dfc077 #cadf77 #df8c77

Monochromatic Colors of #dfc077

#dfc077

Complementary Color

#dfc077 #7796df

#dfc077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc077 Color CSS Codes

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

#dfc077 Text Font Color

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

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


#dfc077 Background Color

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

This div background color is #dfc077


#dfc077 Border Color

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

This div border color is #dfc077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc077


Comments

No comments written yet.

Please login to write comment.