Color Hex Logo

#dda380 Color Hex

#DDA380
(221,163,128)
0 Favorites   0 Comments

Color spaces of #dda380

RGB 221163128
HSL0.060.580.68
HSV23°42°87°
CMYK 0.000.260.42   0.13
XYZ46.812343.125126.2788
Yxy43.12510.40280.3711
Hunter Lab65.669712.320822.2429
CIE-Lab71.639817.102926.5814

#dda380 color RGB value is (221,163,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 10000000
Octal 335 243 200
Decimal 221 163 128
Hex DD A3 80

RGB Percentages of Color #dda380

%43.16
%31.84
%25.00

CMYK Percentages of Color #dda380

%0
%26
%42
%13

Triadic Colors of #dda380

#dda380 #80dda3 #a380dd

Analogous Colors of #dda380

#dda380 #ddd280 #dd808c

Monochromatic Colors of #dda380

#dda380

Complementary Color

#dda380 #80badd

#dda380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda380 Color CSS Codes

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

#dda380 Text Font Color

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

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


#dda380 Background Color

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

This div background color is #dda380


#dda380 Border Color

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

This div border color is #dda380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda380


Comments

No comments written yet.

Please login to write comment.