Color Hex Logo

#dfc884 Color Hex

#DFC884
(223,200,132)
0 Favorites   0 Comments

Color spaces of #dfc884

RGB 223200132
HSL0.120.590.70
HSV45°41°87°
CMYK 0.000.100.41   0.13
XYZ55.250658.662530.2408
Yxy58.66250.38330.4069
Hunter Lab76.5914-5.270930.2044
CIE-Lab81.1057-1.270936.9345

#dfc884 color RGB value is (223,200,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 10000100
Octal 337 310 204
Decimal 223 200 132
Hex DF C8 84

RGB Percentages of Color #dfc884

%40.18
%36.04
%23.78

CMYK Percentages of Color #dfc884

%0
%10
%41
%13

Triadic Colors of #dfc884

#dfc884 #84dfc8 #c884df

Analogous Colors of #dfc884

#dfc884 #c9df84 #df9b84

Monochromatic Colors of #dfc884

#dfc884

Complementary Color

#dfc884 #849bdf

#dfc884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc884 Color CSS Codes

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

#dfc884 Text Font Color

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

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


#dfc884 Background Color

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

This div background color is #dfc884


#dfc884 Border Color

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

This div border color is #dfc884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc884


Comments

No comments written yet.

Please login to write comment.