Color Hex Logo

#dda160 Color Hex

#DDA160
(221,161,96)
0 Favorites   0 Comments

Color spaces of #dda160

RGB 22116196
HSL0.090.650.62
HSV31°57°87°
CMYK 0.000.270.57   0.13
XYZ44.675041.706416.7618
Yxy41.70640.43310.4044
Hunter Lab64.580510.465529.8177
CIE-Lab70.668015.188442.2386

#dda160 color RGB value is (221,161,96).

#dda160 hex color red value is 221, green value is 161 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dda160 hue: 0.09 , saturation: 0.65 and the lightness value of dda160 is 0.62.

The process color (four color CMYK) of #dda160 color hex is 0.00, 0.27, 0.57, 0.13. Web safe color of #dda160 is #cc9966. Color #dda160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01100000
Octal 335 241 140
Decimal 221 161 96
Hex DD A1 60

RGB Percentages of Color #dda160

%46.23
%33.68
%20.08

CMYK Percentages of Color #dda160

%0
%27
%57
%13

Triadic Colors of #dda160

#dda160 #60dda1 #a160dd

Analogous Colors of #dda160

#dda160 #dbdd60 #dd6260

Monochromatic Colors of #dda160

#dda160

Complementary Color

#dda160 #609cdd

#dda160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda160 Color CSS Codes

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

#dda160 Text Font Color

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

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


#dda160 Background Color

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

This div background color is #dda160


#dda160 Border Color

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

This div border color is #dda160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda160


Comments

No comments written yet.

Please login to write comment.