Color Hex Logo

#dfae3d Color Hex

#DFAE3D
(223,174,61)
0 Favorites   0 Comments

Color spaces of #dfae3d

RGB 22317461
HSL0.120.720.56
HSV42°73°87°
CMYK 0.000.220.73   0.13
XYZ46.409846.297010.9050
Yxy46.29700.44790.4468
Hunter Lab68.04192.677438.1270
CIE-Lab73.73786.924761.8412

#dfae3d color RGB value is (223,174,61).

#dfae3d hex color red value is 223, green value is 174 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dfae3d hue: 0.12 , saturation: 0.72 and the lightness value of dfae3d is 0.56.

The process color (four color CMYK) of #dfae3d color hex is 0.00, 0.22, 0.73, 0.13. Web safe color of #dfae3d is #cc9933. Color #dfae3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 00111101
Octal 337 256 75
Decimal 223 174 61
Hex DF AE 3D

RGB Percentages of Color #dfae3d

%48.69
%37.99
%13.32

CMYK Percentages of Color #dfae3d

%0
%22
%73
%13

Triadic Colors of #dfae3d

#dfae3d #3ddfae #ae3ddf

Analogous Colors of #dfae3d

#dfae3d #bfdf3d #df5d3d

Monochromatic Colors of #dfae3d

#dfae3d

Complementary Color

#dfae3d #3d6edf

#dfae3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae3d Color CSS Codes

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

#dfae3d Text Font Color

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

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


#dfae3d Background Color

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

This div background color is #dfae3d


#dfae3d Border Color

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

This div border color is #dfae3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae3d

#dfae3d Color Palettes


Comments

No comments written yet.

Please login to write comment.