Color Hex Logo

#dfc490 Color Hex

#DFC490
(223,196,144)
0 Favorites   0 Comments

Color spaces of #dfc490

RGB 223196144
HSL0.110.550.72
HSV39°35°87°
CMYK 0.000.120.35   0.13
XYZ55.205457.181434.5130
Yxy57.18140.37580.3893
Hunter Lab75.6184-2.017825.8723
CIE-Lab80.28152.167929.6372

#dfc490 color RGB value is (223,196,144).

#dfc490 hex color red value is 223, green value is 196 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dfc490 hue: 0.11 , saturation: 0.55 and the lightness value of dfc490 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 10010000
Octal 337 304 220
Decimal 223 196 144
Hex DF C4 90

RGB Percentages of Color #dfc490

%39.61
%34.81
%25.58

CMYK Percentages of Color #dfc490

%0
%12
%35
%13

Triadic Colors of #dfc490

#dfc490 #90dfc4 #c490df

Analogous Colors of #dfc490

#dfc490 #d3df90 #df9d90

Monochromatic Colors of #dfc490

#dfc490

Complementary Color

#dfc490 #90abdf

#dfc490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc490 Color CSS Codes

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

#dfc490 Text Font Color

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

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


#dfc490 Background Color

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

This div background color is #dfc490


#dfc490 Border Color

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

This div border color is #dfc490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc490


Comments

No comments written yet.

Please login to write comment.