Color Hex Logo

#dfc28a Color Hex

#DFC28A
(223,194,138)
1 Favorites   0 Comments

Color spaces of #dfc28a

RGB 223194138
HSL0.110.570.71
HSV40°38°87°
CMYK 0.000.130.38   0.13
XYZ54.310756.106532.0119
Yxy56.10650.38130.3939
Hunter Lab74.9043-1.657827.0942
CIE-Lab79.67442.518931.9674

#dfc28a color RGB value is (223,194,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 10001010
Octal 337 302 212
Decimal 223 194 138
Hex DF C2 8A

RGB Percentages of Color #dfc28a

%40.18
%34.95
%24.86

CMYK Percentages of Color #dfc28a

%0
%13
%38
%13

Triadic Colors of #dfc28a

#dfc28a #8adfc2 #c28adf

Analogous Colors of #dfc28a

#dfc28a #d2df8a #df988a

Monochromatic Colors of #dfc28a

#dfc28a

Complementary Color

#dfc28a #8aa7df

#dfc28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc28a Color CSS Codes

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

#dfc28a Text Font Color

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

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


#dfc28a Background Color

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

This div background color is #dfc28a


#dfc28a Border Color

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

This div border color is #dfc28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc28a


Comments

No comments written yet.

Please login to write comment.