Color Hex Logo

#ddaa75 Color Hex

#DDAA75
(221,170,117)
0 Favorites   0 Comments

Color spaces of #ddaa75

RGB 221170117
HSL0.080.600.66
HSV31°47°87°
CMYK 0.000.230.47   0.13
XYZ47.404445.406023.0954
Yxy45.40600.40900.3917
Hunter Lab67.38407.652226.8475
CIE-Lab73.158412.214934.4458

#ddaa75 color RGB value is (221,170,117).

#ddaa75 hex color red value is 221, green value is 170 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ddaa75 hue: 0.08 , saturation: 0.60 and the lightness value of ddaa75 is 0.66.

The process color (four color CMYK) of #ddaa75 color hex is 0.00, 0.23, 0.47, 0.13. Web safe color of #ddaa75 is #cc9966. Color #ddaa75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 01110101
Octal 335 252 165
Decimal 221 170 117
Hex DD AA 75

RGB Percentages of Color #ddaa75

%43.50
%33.46
%23.03

CMYK Percentages of Color #ddaa75

%0
%23
%47
%13

Triadic Colors of #ddaa75

#ddaa75 #75ddaa #aa75dd

Analogous Colors of #ddaa75

#ddaa75 #dcdd75 #dd7675

Monochromatic Colors of #ddaa75

#ddaa75

Complementary Color

#ddaa75 #75a8dd

#ddaa75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa75 Color CSS Codes

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

#ddaa75 Text Font Color

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

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


#ddaa75 Background Color

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

This div background color is #ddaa75


#ddaa75 Border Color

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

This div border color is #ddaa75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa75


Comments

No comments written yet.

Please login to write comment.