Color Hex Logo

#dfa28d Color Hex

#DFA28D
(223,162,141)
0 Favorites   0 Comments

Color spaces of #dfa28d

RGB 223162141
HSL0.040.560.71
HSV15°37°87°
CMYK 0.000.270.37   0.13
XYZ48.159543.451731.0480
Yxy43.45170.39260.3542
Hunter Lab65.917915.055418.2163
CIE-Lab71.860519.903819.8436

#dfa28d color RGB value is (223,162,141).

#dfa28d hex color red value is 223, green value is 162 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dfa28d hue: 0.04 , saturation: 0.56 and the lightness value of dfa28d is 0.71.

The process color (four color CMYK) of #dfa28d color hex is 0.00, 0.27, 0.37, 0.13. Web safe color of #dfa28d is #cc9999. Color #dfa28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 10001101
Octal 337 242 215
Decimal 223 162 141
Hex DF A2 8D

RGB Percentages of Color #dfa28d

%42.40
%30.80
%26.81

CMYK Percentages of Color #dfa28d

%0
%27
%37
%13

Triadic Colors of #dfa28d

#dfa28d #8ddfa2 #a28ddf

Analogous Colors of #dfa28d

#dfa28d #dfcb8d #df8da1

Monochromatic Colors of #dfa28d

#dfa28d

Complementary Color

#dfa28d #8dcadf

#dfa28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa28d Color CSS Codes

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

#dfa28d Text Font Color

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

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


#dfa28d Background Color

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

This div background color is #dfa28d


#dfa28d Border Color

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

This div border color is #dfa28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa28d


Comments

No comments written yet.

Please login to write comment.