Color Hex Logo

#ddad75 Color Hex

#DDAD75
(221,173,117)
0 Favorites   0 Comments

Color spaces of #ddad75

RGB 221173117
HSL0.090.600.66
HSV32°47°87°
CMYK 0.000.220.47   0.13
XYZ47.973246.543623.2850
Yxy46.54360.40720.3951
Hunter Lab68.22296.128227.5199
CIE-Lab73.896910.611535.3935

#ddad75 color RGB value is (221,173,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 01110101
Octal 335 255 165
Decimal 221 173 117
Hex DD AD 75

RGB Percentages of Color #ddad75

%43.25
%33.86
%22.90

CMYK Percentages of Color #ddad75

%0
%22
%47
%13

Triadic Colors of #ddad75

#ddad75 #75ddad #ad75dd

Analogous Colors of #ddad75

#ddad75 #d9dd75 #dd7975

Monochromatic Colors of #ddad75

#ddad75

Complementary Color

#ddad75 #75a5dd

#ddad75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddad75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddad75 Color CSS Codes

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

#ddad75 Text Font Color

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

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


#ddad75 Background Color

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

This div background color is #ddad75


#ddad75 Border Color

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

This div border color is #ddad75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddad75


Comments

No comments written yet.

Please login to write comment.