Color Hex Logo

#dda065 Color Hex

#DDA065
(221,160,101)
0 Favorites   0 Comments

Color spaces of #dda065

RGB 221160101
HSL0.080.640.63
HSV30°54°87°
CMYK 0.000.280.54   0.13
XYZ44.738641.453317.9552
Yxy41.45330.42960.3980
Hunter Lab64.384211.361728.5344
CIE-Lab70.492316.130039.4500

#dda065 color RGB value is (221,160,101).

#dda065 hex color red value is 221, green value is 160 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dda065 hue: 0.08 , saturation: 0.64 and the lightness value of dda065 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01100101
Octal 335 240 145
Decimal 221 160 101
Hex DD A0 65

RGB Percentages of Color #dda065

%45.85
%33.20
%20.95

CMYK Percentages of Color #dda065

%0
%28
%54
%13

Triadic Colors of #dda065

#dda065 #65dda0 #a065dd

Analogous Colors of #dda065

#dda065 #dddc65 #dd6566

Monochromatic Colors of #dda065

#dda065

Complementary Color

#dda065 #65a2dd

#dda065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda065 Color CSS Codes

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

#dda065 Text Font Color

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

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


#dda065 Background Color

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

This div background color is #dda065


#dda065 Border Color

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

This div border color is #dda065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda065


Comments

No comments written yet.

Please login to write comment.