Color Hex Logo

#dfc484 Color Hex

#DFC484
(223,196,132)
0 Favorites   0 Comments

Color spaces of #dfc484

RGB 223196132
HSL0.120.590.70
HSV42°41°87°
CMYK 0.000.120.41   0.13
XYZ54.336256.833829.9360
Yxy56.83380.38510.4028
Hunter Lab75.3882-3.275129.2282
CIE-Lab80.08600.809535.6163

#dfc484 color RGB value is (223,196,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 10000100
Octal 337 304 204
Decimal 223 196 132
Hex DF C4 84

RGB Percentages of Color #dfc484

%40.47
%35.57
%23.96

CMYK Percentages of Color #dfc484

%0
%12
%41
%13

Triadic Colors of #dfc484

#dfc484 #84dfc4 #c484df

Analogous Colors of #dfc484

#dfc484 #cddf84 #df9784

Monochromatic Colors of #dfc484

#dfc484

Complementary Color

#dfc484 #849fdf

#dfc484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc484 Color CSS Codes

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

#dfc484 Text Font Color

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

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


#dfc484 Background Color

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

This div background color is #dfc484


#dfc484 Border Color

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

This div border color is #dfc484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc484


Comments

No comments written yet.

Please login to write comment.