Color Hex Logo

#dfc13f Color Hex

#DFC13F
(223,193,63)
0 Favorites   0 Comments

Color spaces of #dfc13f

RGB 22319363
HSL0.140.710.56
HSV49°72°87°
CMYK 0.000.130.72   0.13
XYZ50.398654.186812.5054
Yxy54.18680.43040.4628
Hunter Lab73.6117-6.609541.4558
CIE-Lab78.5705-2.934665.8356

#dfc13f color RGB value is (223,193,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 00111111
Octal 337 301 77
Decimal 223 193 63
Hex DF C1 3F

RGB Percentages of Color #dfc13f

%46.56
%40.29
%13.15

CMYK Percentages of Color #dfc13f

%0
%13
%72
%13

Triadic Colors of #dfc13f

#dfc13f #3fdfc1 #c13fdf

Analogous Colors of #dfc13f

#dfc13f #addf3f #df713f

Monochromatic Colors of #dfc13f

#dfc13f

Complementary Color

#dfc13f #3f5ddf

#dfc13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc13f Color CSS Codes

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

#dfc13f Text Font Color

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

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


#dfc13f Background Color

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

This div background color is #dfc13f


#dfc13f Border Color

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

This div border color is #dfc13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc13f


Comments

No comments written yet.

Please login to write comment.