Color Hex Logo

#dfc049 Color Hex

#DFC049
(223,192,73)
0 Favorites   0 Comments

Color spaces of #dfc049

RGB 22319273
HSL0.130.700.58
HSV48°67°87°
CMYK 0.000.140.67   0.13
XYZ50.483753.868314.0402
Yxy53.86830.42640.4550
Hunter Lab73.3950-5.662740.0346
CIE-Lab78.3849-1.906761.6907

#dfc049 color RGB value is (223,192,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 01001001
Octal 337 300 111
Decimal 223 192 73
Hex DF C0 49

RGB Percentages of Color #dfc049

%45.70
%39.34
%14.96

CMYK Percentages of Color #dfc049

%0
%14
%67
%13

Triadic Colors of #dfc049

#dfc049 #49dfc0 #c049df

Analogous Colors of #dfc049

#dfc049 #b3df49 #df7549

Monochromatic Colors of #dfc049

#dfc049

Complementary Color

#dfc049 #4968df

#dfc049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc049 Color CSS Codes

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

#dfc049 Text Font Color

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

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


#dfc049 Background Color

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

This div background color is #dfc049


#dfc049 Border Color

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

This div border color is #dfc049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc049


Comments

No comments written yet.

Please login to write comment.