Color Hex Logo

#dfaa53 Color Hex

#DFAA53
(223,170,83)
0 Favorites   0 Comments

Color spaces of #dfaa53

RGB 22317083
HSL0.100.690.60
HSV37°63°87°
CMYK 0.000.240.63   0.13
XYZ46.367545.062014.4376
Yxy45.06200.43800.4256
Hunter Lab67.12825.820934.2380
CIE-Lab72.932710.275451.3460

#dfaa53 color RGB value is (223,170,83).

#dfaa53 hex color red value is 223, green value is 170 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dfaa53 hue: 0.10 , saturation: 0.69 and the lightness value of dfaa53 is 0.60.

The process color (four color CMYK) of #dfaa53 color hex is 0.00, 0.24, 0.63, 0.13. Web safe color of #dfaa53 is #cc9966. Color #dfaa53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01010011
Octal 337 252 123
Decimal 223 170 83
Hex DF AA 53

RGB Percentages of Color #dfaa53

%46.85
%35.71
%17.44

CMYK Percentages of Color #dfaa53

%0
%24
%63
%13

Triadic Colors of #dfaa53

#dfaa53 #53dfaa #aa53df

Analogous Colors of #dfaa53

#dfaa53 #cedf53 #df6453

Monochromatic Colors of #dfaa53

#dfaa53

Complementary Color

#dfaa53 #5388df

#dfaa53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa53 Color CSS Codes

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

#dfaa53 Text Font Color

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

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


#dfaa53 Background Color

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

This div background color is #dfaa53


#dfaa53 Border Color

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

This div border color is #dfaa53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa53


Comments

No comments written yet.

Please login to write comment.