Color Hex Logo

#dfc949 Color Hex

#DFC949
(223,201,73)
0 Favorites   0 Comments

Color spaces of #dfc949

RGB 22320173
HSL0.140.700.58
HSV51°67°87°
CMYK 0.000.100.67   0.13
XYZ52.520757.942314.7192
Yxy57.94230.41960.4629
Hunter Lab76.1198-10.049441.8191
CIE-Lab80.7067-6.540064.0906

#dfc949 color RGB value is (223,201,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 01001001
Octal 337 311 111
Decimal 223 201 73
Hex DF C9 49

RGB Percentages of Color #dfc949

%44.87
%40.44
%14.69

CMYK Percentages of Color #dfc949

%0
%10
%67
%13

Triadic Colors of #dfc949

#dfc949 #49dfc9 #c949df

Analogous Colors of #dfc949

#dfc949 #aadf49 #df7e49

Monochromatic Colors of #dfc949

#dfc949

Complementary Color

#dfc949 #495fdf

#dfc949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc949 Color CSS Codes

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

#dfc949 Text Font Color

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

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


#dfc949 Background Color

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

This div background color is #dfc949


#dfc949 Border Color

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

This div border color is #dfc949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc949


Comments

No comments written yet.

Please login to write comment.