Color Hex Logo

#dfc270 Color Hex

#DFC270
(223,194,112)
0 Favorites   0 Comments

Color spaces of #dfc270

RGB 223194112
HSL0.120.630.66
HSV44°50°87°
CMYK 0.000.130.50   0.13
XYZ52.647855.441423.2557
Yxy55.44140.40080.4221
Hunter Lab74.4590-4.091033.6033
CIE-Lab79.2948-0.123744.7505

#dfc270 color RGB value is (223,194,112).

#dfc270 hex color red value is 223, green value is 194 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dfc270 hue: 0.12 , saturation: 0.63 and the lightness value of dfc270 is 0.66.

The process color (four color CMYK) of #dfc270 color hex is 0.00, 0.13, 0.50, 0.13. Web safe color of #dfc270 is #cccc66. Color #dfc270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 01110000
Octal 337 302 160
Decimal 223 194 112
Hex DF C2 70

RGB Percentages of Color #dfc270

%42.16
%36.67
%21.17

CMYK Percentages of Color #dfc270

%0
%13
%50
%13

Triadic Colors of #dfc270

#dfc270 #70dfc2 #c270df

Analogous Colors of #dfc270

#dfc270 #c5df70 #df8b70

Monochromatic Colors of #dfc270

#dfc270

Complementary Color

#dfc270 #708ddf

#dfc270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc270 Color CSS Codes

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

#dfc270 Text Font Color

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

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


#dfc270 Background Color

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

This div background color is #dfc270


#dfc270 Border Color

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

This div border color is #dfc270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc270


Comments

No comments written yet.

Please login to write comment.