Color Hex Logo

#dfc86e Color Hex

#DFC86E
(223,200,110)
0 Favorites   0 Comments

Color spaces of #dfc86e

RGB 223200110
HSL0.130.640.65
HSV48°51°87°
CMYK 0.000.100.51   0.13
XYZ53.900258.122323.1297
Yxy58.12230.39880.4301
Hunter Lab76.2380-7.217135.3787
CIE-Lab80.8067-3.409947.5735

#dfc86e color RGB value is (223,200,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 01101110
Octal 337 310 156
Decimal 223 200 110
Hex DF C8 6E

RGB Percentages of Color #dfc86e

%41.84
%37.52
%20.64

CMYK Percentages of Color #dfc86e

%0
%10
%51
%13

Triadic Colors of #dfc86e

#dfc86e #6edfc8 #c86edf

Analogous Colors of #dfc86e

#dfc86e #bedf6e #df906e

Monochromatic Colors of #dfc86e

#dfc86e

Complementary Color

#dfc86e #6e85df

#dfc86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc86e Color CSS Codes

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

#dfc86e Text Font Color

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

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


#dfc86e Background Color

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

This div background color is #dfc86e


#dfc86e Border Color

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

This div border color is #dfc86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc86e


Comments

No comments written yet.

Please login to write comment.