Color Hex Logo

#dfc03e Color Hex

#DFC03E
(223,192,62)
0 Favorites   0 Comments

Color spaces of #dfc03e

RGB 22319262
HSL0.130.720.56
HSV48°72°87°
CMYK 0.000.140.72   0.13
XYZ50.150653.735012.2861
Yxy53.73500.43170.4625
Hunter Lab73.3042-6.162641.3756
CIE-Lab78.3070-2.463465.9528

#dfc03e color RGB value is (223,192,62).

#dfc03e hex color red value is 223, green value is 192 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dfc03e hue: 0.13 , saturation: 0.72 and the lightness value of dfc03e is 0.56.

The process color (four color CMYK) of #dfc03e color hex is 0.00, 0.14, 0.72, 0.13. Web safe color of #dfc03e is #cccc33. Color #dfc03e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 00111110
Octal 337 300 76
Decimal 223 192 62
Hex DF C0 3E

RGB Percentages of Color #dfc03e

%46.75
%40.25
%13.00

CMYK Percentages of Color #dfc03e

%0
%14
%72
%13

Triadic Colors of #dfc03e

#dfc03e #3edfc0 #c03edf

Analogous Colors of #dfc03e

#dfc03e #aedf3e #df703e

Monochromatic Colors of #dfc03e

#dfc03e

Complementary Color

#dfc03e #3e5ddf

#dfc03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc03e Color CSS Codes

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

#dfc03e Text Font Color

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

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


#dfc03e Background Color

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

This div background color is #dfc03e


#dfc03e Border Color

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

This div border color is #dfc03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc03e


Comments

No comments written yet.

Please login to write comment.