Color Hex Logo

#dfd175 Color Hex

#DFD175
(223,209,117)
0 Favorites   0 Comments

Color spaces of #dfd175

RGB 223209117
HSL0.140.620.67
HSV52°48°87°
CMYK 0.000.060.48   0.13
XYZ56.442862.573325.9326
Yxy62.57330.38940.4317
Hunter Lab79.1033-11.065135.9351
CIE-Lab83.2174-7.392747.0919

#dfd175 color RGB value is (223,209,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 01110101
Octal 337 321 165
Decimal 223 209 117
Hex DF D1 75

RGB Percentages of Color #dfd175

%40.62
%38.07
%21.31

CMYK Percentages of Color #dfd175

%0
%6
%48
%13

Triadic Colors of #dfd175

#dfd175 #75dfd1 #d175df

Analogous Colors of #dfd175

#dfd175 #b8df75 #df9c75

Monochromatic Colors of #dfd175

#dfd175

Complementary Color

#dfd175 #7583df

#dfd175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd175 Color CSS Codes

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

#dfd175 Text Font Color

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

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


#dfd175 Background Color

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

This div background color is #dfd175


#dfd175 Border Color

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

This div border color is #dfd175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd175


Comments

No comments written yet.

Please login to write comment.