Color Hex Logo

#dfaa58 Color Hex

#DFAA58
(223,170,88)
0 Favorites   0 Comments

Color spaces of #dfaa58

RGB 22317088
HSL0.100.680.61
HSV36°61°87°
CMYK 0.000.240.61   0.13
XYZ46.567645.142015.4914
Yxy45.14200.43440.4211
Hunter Lab67.18786.139033.3610
CIE-Lab72.985310.614149.0134

#dfaa58 color RGB value is (223,170,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01011000
Octal 337 252 130
Decimal 223 170 88
Hex DF AA 58

RGB Percentages of Color #dfaa58

%46.36
%35.34
%18.30

CMYK Percentages of Color #dfaa58

%0
%24
%61
%13

Triadic Colors of #dfaa58

#dfaa58 #58dfaa #aa58df

Analogous Colors of #dfaa58

#dfaa58 #d1df58 #df6758

Monochromatic Colors of #dfaa58

#dfaa58

Complementary Color

#dfaa58 #588ddf

#dfaa58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa58 Color CSS Codes

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

#dfaa58 Text Font Color

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

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


#dfaa58 Background Color

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

This div background color is #dfaa58


#dfaa58 Border Color

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

This div border color is #dfaa58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa58


Comments

No comments written yet.

Please login to write comment.