Color Hex Logo

#dfd775 Color Hex

#DFD775
(223,215,117)
0 Favorites   0 Comments

Color spaces of #dfd775

RGB 223215117
HSL0.150.620.67
HSV55°48°87°
CMYK 0.000.040.48   0.13
XYZ57.942765.573226.4326
Yxy65.57320.38640.4373
Hunter Lab80.9773-13.985937.3307
CIE-Lab84.7782-10.430448.9914

#dfd775 color RGB value is (223,215,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01110101
Octal 337 327 165
Decimal 223 215 117
Hex DF D7 75

RGB Percentages of Color #dfd775

%40.18
%38.74
%21.08

CMYK Percentages of Color #dfd775

%0
%4
%48
%13

Triadic Colors of #dfd775

#dfd775 #75dfd7 #d775df

Analogous Colors of #dfd775

#dfd775 #b2df75 #dfa275

Monochromatic Colors of #dfd775

#dfd775

Complementary Color

#dfd775 #757ddf

#dfd775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd775 Color CSS Codes

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

#dfd775 Text Font Color

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

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


#dfd775 Background Color

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

This div background color is #dfd775


#dfd775 Border Color

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

This div border color is #dfd775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd775


Comments

No comments written yet.

Please login to write comment.