Color Hex Logo

#dfc381 Color Hex

#DFC381
(223,195,129)
0 Favorites   0 Comments

Color spaces of #dfc381

RGB 223195129
HSL0.120.590.69
HSV42°42°87°
CMYK 0.000.130.42   0.13
XYZ53.909056.303228.7952
Yxy56.30320.38780.4050
Hunter Lab75.0355-3.069329.7720
CIE-Lab79.78611.012036.7725

#dfc381 color RGB value is (223,195,129).

#dfc381 hex color red value is 223, green value is 195 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dfc381 hue: 0.12 , saturation: 0.59 and the lightness value of dfc381 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 10000001
Octal 337 303 201
Decimal 223 195 129
Hex DF C3 81

RGB Percentages of Color #dfc381

%40.77
%35.65
%23.58

CMYK Percentages of Color #dfc381

%0
%13
%42
%13

Triadic Colors of #dfc381

#dfc381 #81dfc3 #c381df

Analogous Colors of #dfc381

#dfc381 #ccdf81 #df9481

Monochromatic Colors of #dfc381

#dfc381

Complementary Color

#dfc381 #819ddf

#dfc381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc381 Color CSS Codes

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

#dfc381 Text Font Color

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

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


#dfc381 Background Color

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

This div background color is #dfc381


#dfc381 Border Color

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

This div border color is #dfc381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc381


Comments

No comments written yet.

Please login to write comment.