Color Hex Logo

#dfaa46 Color Hex

#DFAA46
(223,170,70)
0 Favorites   0 Comments

Color spaces of #dfaa46

RGB 22317070
HSL0.110.710.57
HSV39°69°87°
CMYK 0.000.240.69   0.13
XYZ45.911644.879612.0372
Yxy44.87960.44650.4365
Hunter Lab66.99225.094536.2413
CIE-Lab72.81259.499157.1367

#dfaa46 color RGB value is (223,170,70).

#dfaa46 hex color red value is 223, green value is 170 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dfaa46 hue: 0.11 , saturation: 0.71 and the lightness value of dfaa46 is 0.57.

The process color (four color CMYK) of #dfaa46 color hex is 0.00, 0.24, 0.69, 0.13. Web safe color of #dfaa46 is #cc9933. Color #dfaa46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01000110
Octal 337 252 106
Decimal 223 170 70
Hex DF AA 46

RGB Percentages of Color #dfaa46

%48.16
%36.72
%15.12

CMYK Percentages of Color #dfaa46

%0
%24
%69
%13

Triadic Colors of #dfaa46

#dfaa46 #46dfaa #aa46df

Analogous Colors of #dfaa46

#dfaa46 #c8df46 #df5e46

Monochromatic Colors of #dfaa46

#dfaa46

Complementary Color

#dfaa46 #467bdf

#dfaa46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa46 Color CSS Codes

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

#dfaa46 Text Font Color

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

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


#dfaa46 Background Color

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

This div background color is #dfaa46


#dfaa46 Border Color

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

This div border color is #dfaa46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa46


Comments

No comments written yet.

Please login to write comment.