Color Hex Logo

#dfc28d Color Hex

#DFC28D
(223,194,141)
0 Favorites   0 Comments

Color spaces of #dfc28d

RGB 223194141
HSL0.110.560.71
HSV39°37°87°
CMYK 0.000.130.37   0.13
XYZ54.530956.194633.1719
Yxy56.19460.37900.3905
Hunter Lab74.9631-1.337926.2377
CIE-Lab79.72442.863130.4664

#dfc28d color RGB value is (223,194,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 10001101
Octal 337 302 215
Decimal 223 194 141
Hex DF C2 8D

RGB Percentages of Color #dfc28d

%39.96
%34.77
%25.27

CMYK Percentages of Color #dfc28d

%0
%13
%37
%13

Triadic Colors of #dfc28d

#dfc28d #8ddfc2 #c28ddf

Analogous Colors of #dfc28d

#dfc28d #d3df8d #df998d

Monochromatic Colors of #dfc28d

#dfc28d

Complementary Color

#dfc28d #8daadf

#dfc28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc28d Color CSS Codes

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

#dfc28d Text Font Color

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

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


#dfc28d Background Color

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

This div background color is #dfc28d


#dfc28d Border Color

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

This div border color is #dfc28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc28d


Comments

No comments written yet.

Please login to write comment.