Color Hex Logo

#dda280 Color Hex

#DDA280
(221,162,128)
0 Favorites   0 Comments

Color spaces of #dda280

RGB 221162128
HSL0.060.580.68
HSV22°42°87°
CMYK 0.000.270.42   0.13
XYZ46.635442.771326.2198
Yxy42.77130.40330.3699
Hunter Lab65.399812.835522.0095
CIE-Lab71.399517.640826.2603

#dda280 color RGB value is (221,162,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 10000000
Octal 335 242 200
Decimal 221 162 128
Hex DD A2 80

RGB Percentages of Color #dda280

%43.25
%31.70
%25.05

CMYK Percentages of Color #dda280

%0
%27
%42
%13

Triadic Colors of #dda280

#dda280 #80dda2 #a280dd

Analogous Colors of #dda280

#dda280 #ddd180 #dd808d

Monochromatic Colors of #dda280

#dda280

Complementary Color

#dda280 #80bbdd

#dda280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda280 Color CSS Codes

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

#dda280 Text Font Color

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

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


#dda280 Background Color

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

This div background color is #dda280


#dda280 Border Color

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

This div border color is #dda280


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,162,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 #dda280">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda280


Comments

No comments written yet.

Please login to write comment.