Color Hex Logo

#dfd774 Color Hex

#DFD774
(223,215,116)
0 Favorites   0 Comments

Color spaces of #dfd774

RGB 223215116
HSL0.150.630.66
HSV56°48°87°
CMYK 0.000.040.48   0.13
XYZ57.884265.549826.1245
Yxy65.54980.38700.4383
Hunter Lab80.9628-14.066837.5427
CIE-Lab84.7663-10.521449.4574

#dfd774 color RGB value is (223,215,116).

#dfd774 hex color red value is 223, green value is 215 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dfd774 hue: 0.15 , saturation: 0.63 and the lightness value of dfd774 is 0.66.

The process color (four color CMYK) of #dfd774 color hex is 0.00, 0.04, 0.48, 0.13. Web safe color of #dfd774 is #cccc66. Color #dfd774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01110100
Octal 337 327 164
Decimal 223 215 116
Hex DF D7 74

RGB Percentages of Color #dfd774

%40.25
%38.81
%20.94

CMYK Percentages of Color #dfd774

%0
%4
%48
%13

Triadic Colors of #dfd774

#dfd774 #74dfd7 #d774df

Analogous Colors of #dfd774

#dfd774 #b2df74 #dfa274

Monochromatic Colors of #dfd774

#dfd774

Complementary Color

#dfd774 #747cdf

#dfd774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd774 Color CSS Codes

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

#dfd774 Text Font Color

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

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


#dfd774 Background Color

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

This div background color is #dfd774


#dfd774 Border Color

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

This div border color is #dfd774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd774


Comments

No comments written yet.

Please login to write comment.