Color Hex Logo

#dfdaa0 Color Hex

#DFDAA0
(223,218,160)
0 Favorites   0 Comments

Color spaces of #dfdaa0

RGB 223218160
HSL0.150.500.75
HSV55°28°87°
CMYK 0.000.020.28   0.13
XYZ61.848068.368843.1945
Yxy68.36880.35670.3943
Hunter Lab82.6854-11.183026.9070
CIE-Lab86.1905-7.199329.2350

#dfdaa0 color RGB value is (223,218,160).

#dfdaa0 hex color red value is 223, green value is 218 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dfdaa0 hue: 0.15 , saturation: 0.50 and the lightness value of dfdaa0 is 0.75.

The process color (four color CMYK) of #dfdaa0 color hex is 0.00, 0.02, 0.28, 0.13. Web safe color of #dfdaa0 is #cccc99. Color #dfdaa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10100000
Octal 337 332 240
Decimal 223 218 160
Hex DF DA A0

RGB Percentages of Color #dfdaa0

%37.10
%36.27
%26.62

CMYK Percentages of Color #dfdaa0

%0
%2
%28
%13

Triadic Colors of #dfdaa0

#dfdaa0 #a0dfda #daa0df

Analogous Colors of #dfdaa0

#dfdaa0 #c5dfa0 #dfbba0

Monochromatic Colors of #dfdaa0

#dfdaa0

Complementary Color

#dfdaa0 #a0a5df

#dfdaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdaa0 Color CSS Codes

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

#dfdaa0 Text Font Color

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

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


#dfdaa0 Background Color

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

This div background color is #dfdaa0


#dfdaa0 Border Color

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

This div border color is #dfdaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdaa0


Comments

No comments written yet.

Please login to write comment.