Color Hex Logo

#dfaa54 Color Hex

#DFAA54
(223,170,84)
0 Favorites   0 Comments

Color spaces of #dfaa54

RGB 22317084
HSL0.100.680.60
HSV37°62°87°
CMYK 0.000.240.62   0.13
XYZ46.406445.077514.6425
Yxy45.07750.43730.4248
Hunter Lab67.13985.882934.0673
CIE-Lab72.942910.341550.8834

#dfaa54 color RGB value is (223,170,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01010100
Octal 337 252 124
Decimal 223 170 84
Hex DF AA 54

RGB Percentages of Color #dfaa54

%46.75
%35.64
%17.61

CMYK Percentages of Color #dfaa54

%0
%24
%62
%13

Triadic Colors of #dfaa54

#dfaa54 #54dfaa #aa54df

Analogous Colors of #dfaa54

#dfaa54 #cfdf54 #df6554

Monochromatic Colors of #dfaa54

#dfaa54

Complementary Color

#dfaa54 #5489df

#dfaa54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa54 Color CSS Codes

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

#dfaa54 Text Font Color

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

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


#dfaa54 Background Color

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

This div background color is #dfaa54


#dfaa54 Border Color

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

This div border color is #dfaa54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa54


Comments

No comments written yet.

Please login to write comment.