Color Hex Logo

#dfc078 Color Hex

#DFC078
(223,192,120)
0 Favorites   0 Comments

Color spaces of #dfc078

RGB 223192120
HSL0.120.620.67
HSV42°46°87°
CMYK 0.000.140.46   0.13
XYZ52.671254.743325.5597
Yxy54.74330.39610.4117
Hunter Lab73.9887-2.409431.3101
CIE-Lab78.89321.668540.2335

#dfc078 color RGB value is (223,192,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 01111000
Octal 337 300 170
Decimal 223 192 120
Hex DF C0 78

RGB Percentages of Color #dfc078

%41.68
%35.89
%22.43

CMYK Percentages of Color #dfc078

%0
%14
%46
%13

Triadic Colors of #dfc078

#dfc078 #78dfc0 #c078df

Analogous Colors of #dfc078

#dfc078 #cbdf78 #df8d78

Monochromatic Colors of #dfc078

#dfc078

Complementary Color

#dfc078 #7897df

#dfc078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc078 Color CSS Codes

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

#dfc078 Text Font Color

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

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


#dfc078 Background Color

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

This div background color is #dfc078


#dfc078 Border Color

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

This div border color is #dfc078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc078


Comments

No comments written yet.

Please login to write comment.