Color Hex Logo

#dfc572 Color Hex

#DFC572
(223,197,114)
0 Favorites   0 Comments

Color spaces of #dfc572

RGB 223197114
HSL0.130.630.66
HSV46°49°87°
CMYK 0.000.120.49   0.13
XYZ53.434956.835424.0736
Yxy56.83540.39770.4231
Hunter Lab75.3893-5.412833.8398
CIE-Lab80.0869-1.501644.7307

#dfc572 color RGB value is (223,197,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 01110010
Octal 337 305 162
Decimal 223 197 114
Hex DF C5 72

RGB Percentages of Color #dfc572

%41.76
%36.89
%21.35

CMYK Percentages of Color #dfc572

%0
%12
%49
%13

Triadic Colors of #dfc572

#dfc572 #72dfc5 #c572df

Analogous Colors of #dfc572

#dfc572 #c3df72 #df8f72

Monochromatic Colors of #dfc572

#dfc572

Complementary Color

#dfc572 #728cdf

#dfc572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc572 Color CSS Codes

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

#dfc572 Text Font Color

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

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


#dfc572 Background Color

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

This div background color is #dfc572


#dfc572 Border Color

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

This div border color is #dfc572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc572


Comments

No comments written yet.

Please login to write comment.