Color Hex Logo

#dfc89f Color Hex

#DFC89F
(223,200,159)
0 Favorites   0 Comments

Color spaces of #dfc89f

RGB 223200159
HSL0.110.500.75
HSV38°29°87°
CMYK 0.000.100.29   0.13
XYZ57.343759.499741.2631
Yxy59.49970.36270.3763
Hunter Lab77.1360-2.289422.2787
CIE-Lab81.56551.951723.4846

#dfc89f color RGB value is (223,200,159).

#dfc89f hex color red value is 223, green value is 200 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dfc89f hue: 0.11 , saturation: 0.50 and the lightness value of dfc89f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 10011111
Octal 337 310 237
Decimal 223 200 159
Hex DF C8 9F

RGB Percentages of Color #dfc89f

%38.32
%34.36
%27.32

CMYK Percentages of Color #dfc89f

%0
%10
%29
%13

Triadic Colors of #dfc89f

#dfc89f #9fdfc8 #c89fdf

Analogous Colors of #dfc89f

#dfc89f #d6df9f #dfa89f

Monochromatic Colors of #dfc89f

#dfc89f

Complementary Color

#dfc89f #9fb6df

#dfc89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc89f Color CSS Codes

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

#dfc89f Text Font Color

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

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


#dfc89f Background Color

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

This div background color is #dfc89f


#dfc89f Border Color

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

This div border color is #dfc89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc89f


Comments

No comments written yet.

Please login to write comment.