Color Hex Logo

#dfc43f Color Hex

#DFC43F
(223,196,63)
0 Favorites   0 Comments

Color spaces of #dfc43f

RGB 22319663
HSL0.140.710.56
HSV50°72°87°
CMYK 0.000.120.72   0.13
XYZ51.068655.526712.7288
Yxy55.52670.42800.4653
Hunter Lab74.5162-8.071142.0335
CIE-Lab79.3437-4.481766.5931

#dfc43f color RGB value is (223,196,63).

#dfc43f hex color red value is 223, green value is 196 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dfc43f hue: 0.14 , saturation: 0.71 and the lightness value of dfc43f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 00111111
Octal 337 304 77
Decimal 223 196 63
Hex DF C4 3F

RGB Percentages of Color #dfc43f

%46.27
%40.66
%13.07

CMYK Percentages of Color #dfc43f

%0
%12
%72
%13

Triadic Colors of #dfc43f

#dfc43f #3fdfc4 #c43fdf

Analogous Colors of #dfc43f

#dfc43f #aadf3f #df743f

Monochromatic Colors of #dfc43f

#dfc43f

Complementary Color

#dfc43f #3f5adf

#dfc43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc43f Color CSS Codes

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

#dfc43f Text Font Color

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

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


#dfc43f Background Color

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

This div background color is #dfc43f


#dfc43f Border Color

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

This div border color is #dfc43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc43f


Comments

No comments written yet.

Please login to write comment.