Color Hex Logo

#dfc72e Color Hex

#DFC72E
(223,199,46)
0 Favorites   0 Comments

Color spaces of #dfc72e

RGB 22319946
HSL0.140.730.53
HSV52°79°87°
CMYK 0.000.110.79   0.13
XYZ51.348056.732110.8288
Yxy56.73210.43180.4771
Hunter Lab75.3207-10.123444.2004
CIE-Lab80.0287-6.694372.9043

#dfc72e color RGB value is (223,199,46).

#dfc72e hex color red value is 223, green value is 199 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dfc72e hue: 0.14 , saturation: 0.73 and the lightness value of dfc72e is 0.53.

The process color (four color CMYK) of #dfc72e color hex is 0.00, 0.11, 0.79, 0.13. Web safe color of #dfc72e is #cccc33. Color #dfc72e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 00101110
Octal 337 307 56
Decimal 223 199 46
Hex DF C7 2E

RGB Percentages of Color #dfc72e

%47.65
%42.52
%9.83

CMYK Percentages of Color #dfc72e

%0
%11
%79
%13

Triadic Colors of #dfc72e

#dfc72e #2edfc7 #c72edf

Analogous Colors of #dfc72e

#dfc72e #9fdf2e #df6f2e

Monochromatic Colors of #dfc72e

#dfc72e

Complementary Color

#dfc72e #2e46df

#dfc72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc72e Color CSS Codes

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

#dfc72e Text Font Color

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

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


#dfc72e Background Color

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

This div background color is #dfc72e


#dfc72e Border Color

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

This div border color is #dfc72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc72e


Comments

No comments written yet.

Please login to write comment.