Color Hex Logo

#dda07d Color Hex

#DDA07D
(221,160,125)
0 Favorites   0 Comments

Color spaces of #dda07d

RGB 221160125
HSL0.060.590.68
HSV22°43°87°
CMYK 0.000.280.43   0.13
XYZ46.091341.994425.0785
Yxy41.99440.40730.3711
Hunter Lab64.803113.553022.4172
CIE-Lab70.867118.396027.1745

#dda07d color RGB value is (221,160,125).

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

The process color (four color CMYK) of #dda07d color hex is 0.00, 0.28, 0.43, 0.13. Web safe color of #dda07d is #cc9966. Color #dda07d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01111101
Octal 335 240 175
Decimal 221 160 125
Hex DD A0 7D

RGB Percentages of Color #dda07d

%43.68
%31.62
%24.70

CMYK Percentages of Color #dda07d

%0
%28
%43
%13

Triadic Colors of #dda07d

#dda07d #7ddda0 #a07ddd

Analogous Colors of #dda07d

#dda07d #ddd07d #dd7d8a

Monochromatic Colors of #dda07d

#dda07d

Complementary Color

#dda07d #7dbadd

#dda07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda07d Color CSS Codes

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

#dda07d Text Font Color

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

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


#dda07d Background Color

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

This div background color is #dda07d


#dda07d Border Color

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

This div border color is #dda07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda07d


Comments

No comments written yet.

Please login to write comment.