Color Hex Logo

#dfc772 Color Hex

#DFC772
(223,199,114)
0 Favorites   0 Comments

Color spaces of #dfc772

RGB 223199114
HSL0.130.630.66
HSV47°49°87°
CMYK 0.000.110.49   0.13
XYZ53.892157.749724.2260
Yxy57.74970.39670.4250
Hunter Lab75.9932-6.401334.2941
CIE-Lab80.5994-2.537145.3597

#dfc772 color RGB value is (223,199,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 01110010
Octal 337 307 162
Decimal 223 199 114
Hex DF C7 72

RGB Percentages of Color #dfc772

%41.60
%37.13
%21.27

CMYK Percentages of Color #dfc772

%0
%11
%49
%13

Triadic Colors of #dfc772

#dfc772 #72dfc7 #c772df

Analogous Colors of #dfc772

#dfc772 #c1df72 #df9172

Monochromatic Colors of #dfc772

#dfc772

Complementary Color

#dfc772 #728adf

#dfc772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc772 Color CSS Codes

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

#dfc772 Text Font Color

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

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


#dfc772 Background Color

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

This div background color is #dfc772


#dfc772 Border Color

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

This div border color is #dfc772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc772


Comments

No comments written yet.

Please login to write comment.