Color Hex Logo

#dda855 Color Hex

#DDA855
(221,168,85)
0 Favorites   0 Comments

Color spaces of #dda855

RGB 22116885
HSL0.100.670.60
HSV37°62°87°
CMYK 0.000.240.62   0.13
XYZ45.461144.033314.6975
Yxy44.03330.43630.4226
Hunter Lab66.35766.163333.3182
CIE-Lab72.250710.633249.5619

#dda855 color RGB value is (221,168,85).

#dda855 hex color red value is 221, green value is 168 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dda855 hue: 0.10 , saturation: 0.67 and the lightness value of dda855 is 0.60.

The process color (four color CMYK) of #dda855 color hex is 0.00, 0.24, 0.62, 0.13. Web safe color of #dda855 is #cc9966. Color #dda855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 01010101
Octal 335 250 125
Decimal 221 168 85
Hex DD A8 55

RGB Percentages of Color #dda855

%46.62
%35.44
%17.93

CMYK Percentages of Color #dda855

%0
%24
%62
%13

Triadic Colors of #dda855

#dda855 #55dda8 #a855dd

Analogous Colors of #dda855

#dda855 #cedd55 #dd6455

Monochromatic Colors of #dda855

#dda855

Complementary Color

#dda855 #558add

#dda855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda855 Color CSS Codes

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

#dda855 Text Font Color

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

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


#dda855 Background Color

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

This div background color is #dda855


#dda855 Border Color

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

This div border color is #dda855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda855


Comments

No comments written yet.

Please login to write comment.