Color Hex Logo

#dfc672 Color Hex

#DFC672
(223,198,114)
0 Favorites   0 Comments

Color spaces of #dfc672

RGB 223198114
HSL0.130.630.66
HSV46°49°87°
CMYK 0.000.110.49   0.13
XYZ53.662857.291024.1495
Yxy57.29100.39720.4241
Hunter Lab75.6908-5.907134.0668
CIE-Lab80.3430-2.019545.0453

#dfc672 color RGB value is (223,198,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01110010
Octal 337 306 162
Decimal 223 198 114
Hex DF C6 72

RGB Percentages of Color #dfc672

%41.68
%37.01
%21.31

CMYK Percentages of Color #dfc672

%0
%11
%49
%13

Triadic Colors of #dfc672

#dfc672 #72dfc6 #c672df

Analogous Colors of #dfc672

#dfc672 #c2df72 #df9072

Monochromatic Colors of #dfc672

#dfc672

Complementary Color

#dfc672 #728bdf

#dfc672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc672 Color CSS Codes

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

#dfc672 Text Font Color

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

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


#dfc672 Background Color

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

This div background color is #dfc672


#dfc672 Border Color

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

This div border color is #dfc672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc672


Comments

No comments written yet.

Please login to write comment.