Color Hex Logo

#dda07b Color Hex

#DDA07B
(221,160,123)
0 Favorites   0 Comments

Color spaces of #dda07b

RGB 221160123
HSL0.060.590.67
HSV23°44°87°
CMYK 0.000.280.44   0.13
XYZ45.964841.943824.4123
Yxy41.94380.40920.3734
Hunter Lab64.764013.349322.9859
CIE-Lab70.832218.186728.2097

#dda07b color RGB value is (221,160,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01111011
Octal 335 240 173
Decimal 221 160 123
Hex DD A0 7B

RGB Percentages of Color #dda07b

%43.85
%31.75
%24.40

CMYK Percentages of Color #dda07b

%0
%28
%44
%13

Triadic Colors of #dda07b

#dda07b #7bdda0 #a07bdd

Analogous Colors of #dda07b

#dda07b #ddd17b #dd7b87

Monochromatic Colors of #dda07b

#dda07b

Complementary Color

#dda07b #7bb8dd

#dda07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda07b Color CSS Codes

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

#dda07b Text Font Color

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

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


#dda07b Background Color

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

This div background color is #dda07b


#dda07b Border Color

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

This div border color is #dda07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda07b


Comments

No comments written yet.

Please login to write comment.