Color Hex Logo

#dfc778 Color Hex

#DFC778
(223,199,120)
0 Favorites   0 Comments

Color spaces of #dfc778

RGB 223199120
HSL0.130.620.67
HSV46°46°87°
CMYK 0.000.110.46   0.13
XYZ54.245057.890926.0843
Yxy57.89090.39250.4188
Hunter Lab76.0861-5.890432.9341
CIE-Lab80.6781-1.974842.4726

#dfc778 color RGB value is (223,199,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 01111000
Octal 337 307 170
Decimal 223 199 120
Hex DF C7 78

RGB Percentages of Color #dfc778

%41.14
%36.72
%22.14

CMYK Percentages of Color #dfc778

%0
%11
%46
%13

Triadic Colors of #dfc778

#dfc778 #78dfc7 #c778df

Analogous Colors of #dfc778

#dfc778 #c4df78 #df9478

Monochromatic Colors of #dfc778

#dfc778

Complementary Color

#dfc778 #7890df

#dfc778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc778 Color CSS Codes

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

#dfc778 Text Font Color

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

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


#dfc778 Background Color

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

This div background color is #dfc778


#dfc778 Border Color

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

This div border color is #dfc778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc778


Comments

No comments written yet.

Please login to write comment.