Color Hex Logo

#dfa975 Color Hex

#DFA975
(223,169,117)
0 Favorites   0 Comments

Color spaces of #dfa975

RGB 223169117
HSL0.080.620.67
HSV29°48°87°
CMYK 0.000.240.48   0.13
XYZ47.830345.348323.0618
Yxy45.34830.41150.3901
Hunter Lab67.34118.935926.8342
CIE-Lab73.120613.561734.4385

#dfa975 color RGB value is (223,169,117).

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

The process color (four color CMYK) of #dfa975 color hex is 0.00, 0.24, 0.48, 0.13. Web safe color of #dfa975 is #cc9966. Color #dfa975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 01110101
Octal 337 251 165
Decimal 223 169 117
Hex DF A9 75

RGB Percentages of Color #dfa975

%43.81
%33.20
%22.99

CMYK Percentages of Color #dfa975

%0
%24
%48
%13

Triadic Colors of #dfa975

#dfa975 #75dfa9 #a975df

Analogous Colors of #dfa975

#dfa975 #dfde75 #df7576

Monochromatic Colors of #dfa975

#dfa975

Complementary Color

#dfa975 #75abdf

#dfa975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa975 Color CSS Codes

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

#dfa975 Text Font Color

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

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


#dfa975 Background Color

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

This div background color is #dfa975


#dfa975 Border Color

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

This div border color is #dfa975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa975


Comments

No comments written yet.

Please login to write comment.