Color Hex Logo

#dfaa18 Color Hex

#DFAA18
(223,170,24)
0 Favorites   0 Comments

Color spaces of #dfaa18

RGB 22317024
HSL0.120.810.48
HSV44°89°87°
CMYK 0.000.240.89   0.13
XYZ44.971044.50347.0839
Yxy44.50340.46570.4609
Hunter Lab66.71093.586040.4017
CIE-Lab72.56377.874172.2569

#dfaa18 color RGB value is (223,170,24).

#dfaa18 hex color red value is 223, green value is 170 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dfaa18 hue: 0.12 , saturation: 0.81 and the lightness value of dfaa18 is 0.48.

The process color (four color CMYK) of #dfaa18 color hex is 0.00, 0.24, 0.89, 0.13. Web safe color of #dfaa18 is #cc9900. Color #dfaa18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 00011000
Octal 337 252 30
Decimal 223 170 24
Hex DF AA 18

RGB Percentages of Color #dfaa18

%53.48
%40.77
%5.76

CMYK Percentages of Color #dfaa18

%0
%24
%89
%13

Triadic Colors of #dfaa18

#dfaa18 #18dfaa #aa18df

Analogous Colors of #dfaa18

#dfaa18 #b1df18 #df4718

Monochromatic Colors of #dfaa18

#dfaa18

Complementary Color

#dfaa18 #184ddf

#dfaa18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa18 Color CSS Codes

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

#dfaa18 Text Font Color

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

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


#dfaa18 Background Color

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

This div background color is #dfaa18


#dfaa18 Border Color

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

This div border color is #dfaa18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa18


Comments

No comments written yet.

Please login to write comment.