Color Hex Logo

#dfc26e Color Hex

#DFC26E
(223,194,110)
0 Favorites   0 Comments

Color spaces of #dfc26e

RGB 223194110
HSL0.120.640.65
HSV45°51°87°
CMYK 0.000.130.51   0.13
XYZ52.537755.397322.6756
Yxy55.39730.40220.4241
Hunter Lab74.4294-4.253034.0373
CIE-Lab79.2696-0.301245.7093

#dfc26e color RGB value is (223,194,110).

#dfc26e hex color red value is 223, green value is 194 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dfc26e hue: 0.12 , saturation: 0.64 and the lightness value of dfc26e is 0.65.

The process color (four color CMYK) of #dfc26e color hex is 0.00, 0.13, 0.51, 0.13. Web safe color of #dfc26e is #cccc66. Color #dfc26e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 01101110
Octal 337 302 156
Decimal 223 194 110
Hex DF C2 6E

RGB Percentages of Color #dfc26e

%42.31
%36.81
%20.87

CMYK Percentages of Color #dfc26e

%0
%13
%51
%13

Triadic Colors of #dfc26e

#dfc26e #6edfc2 #c26edf

Analogous Colors of #dfc26e

#dfc26e #c4df6e #df8a6e

Monochromatic Colors of #dfc26e

#dfc26e

Complementary Color

#dfc26e #6e8bdf

#dfc26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc26e Color CSS Codes

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

#dfc26e Text Font Color

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

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


#dfc26e Background Color

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

This div background color is #dfc26e


#dfc26e Border Color

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

This div border color is #dfc26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc26e


Comments

No comments written yet.

Please login to write comment.