Color Hex Logo

#ddaf80 Color Hex

#DDAF80
(221,175,128)
0 Favorites   0 Comments

Color spaces of #ddaf80

RGB 221175128
HSL0.080.580.68
HSV30°42°87°
CMYK 0.000.210.42   0.13
XYZ49.045047.590627.0230
Yxy47.59060.39660.3849
Hunter Lab68.98596.177725.0652
CIE-Lab74.566010.670430.4620

#ddaf80 color RGB value is (221,175,128).

#ddaf80 hex color red value is 221, green value is 175 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ddaf80 hue: 0.08 , saturation: 0.58 and the lightness value of ddaf80 is 0.68.

The process color (four color CMYK) of #ddaf80 color hex is 0.00, 0.21, 0.42, 0.13. Web safe color of #ddaf80 is #cc9999. Color #ddaf80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10000000
Octal 335 257 200
Decimal 221 175 128
Hex DD AF 80

RGB Percentages of Color #ddaf80

%42.18
%33.40
%24.43

CMYK Percentages of Color #ddaf80

%0
%21
%42
%13

Triadic Colors of #ddaf80

#ddaf80 #80ddaf #af80dd

Analogous Colors of #ddaf80

#ddaf80 #dddd80 #dd8180

Monochromatic Colors of #ddaf80

#ddaf80

Complementary Color

#ddaf80 #80aedd

#ddaf80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf80 Color CSS Codes

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

#ddaf80 Text Font Color

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

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


#ddaf80 Background Color

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

This div background color is #ddaf80


#ddaf80 Border Color

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

This div border color is #ddaf80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf80

#ddaf80 Color Palettes


Comments

No comments written yet.

Please login to write comment.