Color Hex Logo

#dfc290 Color Hex

#DFC290
(223,194,144)
0 Favorites   0 Comments

Color spaces of #dfc290

RGB 223194144
HSL0.110.550.72
HSV38°35°87°
CMYK 0.000.130.35   0.13
XYZ54.757356.285234.3637
Yxy56.28520.37660.3871
Hunter Lab75.0235-1.009425.3593
CIE-Lab79.77593.215728.9623

#dfc290 color RGB value is (223,194,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 10010000
Octal 337 302 220
Decimal 223 194 144
Hex DF C2 90

RGB Percentages of Color #dfc290

%39.75
%34.58
%25.67

CMYK Percentages of Color #dfc290

%0
%13
%35
%13

Triadic Colors of #dfc290

#dfc290 #90dfc2 #c290df

Analogous Colors of #dfc290

#dfc290 #d5df90 #df9b90

Monochromatic Colors of #dfc290

#dfc290

Complementary Color

#dfc290 #90addf

#dfc290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc290 Color CSS Codes

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

#dfc290 Text Font Color

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

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


#dfc290 Background Color

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

This div background color is #dfc290


#dfc290 Border Color

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

This div border color is #dfc290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc290


Comments

No comments written yet.

Please login to write comment.