Color Hex Logo

#dfc55f Color Hex

#DFC55F
(223,197,95)
0 Favorites   0 Comments

Color spaces of #dfc55f

RGB 22319795
HSL0.130.670.62
HSV48°57°87°
CMYK 0.000.120.57   0.13
XYZ52.463256.446718.9567
Yxy56.44670.41030.4414
Hunter Lab75.1310-6.834637.6319
CIE-Lab79.8674-3.072053.6115

#dfc55f color RGB value is (223,197,95).

#dfc55f hex color red value is 223, green value is 197 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dfc55f hue: 0.13 , saturation: 0.67 and the lightness value of dfc55f is 0.62.

The process color (four color CMYK) of #dfc55f color hex is 0.00, 0.12, 0.57, 0.13. Web safe color of #dfc55f is #cccc66. Color #dfc55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 01011111
Octal 337 305 137
Decimal 223 197 95
Hex DF C5 5F

RGB Percentages of Color #dfc55f

%43.30
%38.25
%18.45

CMYK Percentages of Color #dfc55f

%0
%12
%57
%13

Triadic Colors of #dfc55f

#dfc55f #5fdfc5 #c55fdf

Analogous Colors of #dfc55f

#dfc55f #b9df5f #df855f

Monochromatic Colors of #dfc55f

#dfc55f

Complementary Color

#dfc55f #5f79df

#dfc55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc55f Color CSS Codes

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

#dfc55f Text Font Color

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

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


#dfc55f Background Color

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

This div background color is #dfc55f


#dfc55f Border Color

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

This div border color is #dfc55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc55f


Comments

No comments written yet.

Please login to write comment.