Color Hex Logo

#dfa88a Color Hex

#DFA88A
(223,168,138)
0 Favorites   0 Comments

Color spaces of #dfa88a

RGB 223168138
HSL0.060.570.71
HSV21°38°87°
CMYK 0.000.250.38   0.13
XYZ49.021545.528230.2489
Yxy45.52820.39280.3648
Hunter Lab67.474611.602920.6525
CIE-Lab73.238316.328923.3584

#dfa88a color RGB value is (223,168,138).

#dfa88a hex color red value is 223, green value is 168 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dfa88a hue: 0.06 , saturation: 0.57 and the lightness value of dfa88a is 0.71.

The process color (four color CMYK) of #dfa88a color hex is 0.00, 0.25, 0.38, 0.13. Web safe color of #dfa88a is #cc9999. Color #dfa88a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 10001010
Octal 337 250 212
Decimal 223 168 138
Hex DF A8 8A

RGB Percentages of Color #dfa88a

%42.16
%31.76
%26.09

CMYK Percentages of Color #dfa88a

%0
%25
%38
%13

Triadic Colors of #dfa88a

#dfa88a #8adfa8 #a88adf

Analogous Colors of #dfa88a

#dfa88a #dfd38a #df8a97

Monochromatic Colors of #dfa88a

#dfa88a

Complementary Color

#dfa88a #8ac1df

#dfa88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa88a Color CSS Codes

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

#dfa88a Text Font Color

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

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


#dfa88a Background Color

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

This div background color is #dfa88a


#dfa88a Border Color

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

This div border color is #dfa88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa88a


Comments

No comments written yet.

Please login to write comment.