Color Hex Logo

#ddaf2e Color Hex

#DDAF2E
(221,175,46)
0 Favorites   0 Comments

Color spaces of #ddaf2e

RGB 22117546
HSL0.120.720.52
HSV44°79°87°
CMYK 0.000.210.79   0.13
XYZ45.641946.22949.1023
Yxy46.22940.45200.4578
Hunter Lab67.99220.837439.6572
CIE-Lab73.69414.929467.1950

#ddaf2e color RGB value is (221,175,46).

#ddaf2e hex color red value is 221, green value is 175 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ddaf2e hue: 0.12 , saturation: 0.72 and the lightness value of ddaf2e is 0.52.

The process color (four color CMYK) of #ddaf2e color hex is 0.00, 0.21, 0.79, 0.13. Web safe color of #ddaf2e is #cc9933. Color #ddaf2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 00101110
Octal 335 257 56
Decimal 221 175 46
Hex DD AF 2E

RGB Percentages of Color #ddaf2e

%50.00
%39.59
%10.41

CMYK Percentages of Color #ddaf2e

%0
%21
%79
%13

Triadic Colors of #ddaf2e

#ddaf2e #2eddaf #af2edd

Analogous Colors of #ddaf2e

#ddaf2e #b4dd2e #dd572e

Monochromatic Colors of #ddaf2e

#ddaf2e

Complementary Color

#ddaf2e #2e5cdd

#ddaf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf2e Color CSS Codes

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

#ddaf2e Text Font Color

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

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


#ddaf2e Background Color

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

This div background color is #ddaf2e


#ddaf2e Border Color

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

This div border color is #ddaf2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,175,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddaf2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddaf2e;
  -webkit-box-shadow: 1px 1px 3px 2px #ddaf2e;
  box-shadow:         1px 1px 3px 2px #ddaf2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,175,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf2e


Comments

No comments written yet.

Please login to write comment.