Color Hex Logo

#dfac55 Color Hex

#DFAC55
(223,172,85)
0 Favorites   0 Comments

Color spaces of #dfac55

RGB 22317285
HSL0.110.680.60
HSV38°62°87°
CMYK 0.000.230.62   0.13
XYZ46.823645.848914.9762
Yxy45.84890.43500.4259
Hunter Lab67.71184.939434.2848
CIE-Lab73.44749.343450.9806

#dfac55 color RGB value is (223,172,85).

#dfac55 hex color red value is 223, green value is 172 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dfac55 hue: 0.11 , saturation: 0.68 and the lightness value of dfac55 is 0.60.

The process color (four color CMYK) of #dfac55 color hex is 0.00, 0.23, 0.62, 0.13. Web safe color of #dfac55 is #cc9966. Color #dfac55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 01010101
Octal 337 254 125
Decimal 223 172 85
Hex DF AC 55

RGB Percentages of Color #dfac55

%46.46
%35.83
%17.71

CMYK Percentages of Color #dfac55

%0
%23
%62
%13

Triadic Colors of #dfac55

#dfac55 #55dfac #ac55df

Analogous Colors of #dfac55

#dfac55 #cddf55 #df6755

Monochromatic Colors of #dfac55

#dfac55

Complementary Color

#dfac55 #5588df

#dfac55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac55 Color CSS Codes

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

#dfac55 Text Font Color

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

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


#dfac55 Background Color

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

This div background color is #dfac55


#dfac55 Border Color

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

This div border color is #dfac55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac55


Comments

No comments written yet.

Please login to write comment.