Color Hex Logo

#dfc62f Color Hex

#DFC62F
(223,198,47)
0 Favorites   0 Comments

Color spaces of #dfc62f

RGB 22319847
HSL0.140.730.53
HSV51°79°87°
CMYK 0.000.110.79   0.13
XYZ51.138656.281410.8574
Yxy56.28140.43240.4758
Hunter Lab75.0209-9.610743.9339
CIE-Lab79.7737-6.149672.3832

#dfc62f color RGB value is (223,198,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 00101111
Octal 337 306 57
Decimal 223 198 47
Hex DF C6 2F

RGB Percentages of Color #dfc62f

%47.65
%42.31
%10.04

CMYK Percentages of Color #dfc62f

%0
%11
%79
%13

Triadic Colors of #dfc62f

#dfc62f #2fdfc6 #c62fdf

Analogous Colors of #dfc62f

#dfc62f #a0df2f #df6e2f

Monochromatic Colors of #dfc62f

#dfc62f

Complementary Color

#dfc62f #2f48df

#dfc62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc62f Color CSS Codes

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

#dfc62f Text Font Color

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

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


#dfc62f Background Color

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

This div background color is #dfc62f


#dfc62f Border Color

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

This div border color is #dfc62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc62f

#dfc62f Color Palettes


Comments

No comments written yet.

Please login to write comment.