Color Hex Logo

#dda063 Color Hex

#DDA063
(221,160,99)
0 Favorites   0 Comments

Color spaces of #dda063

RGB 22116099
HSL0.080.640.63
HSV30°55°87°
CMYK 0.000.280.55   0.13
XYZ44.641741.414617.4453
Yxy41.41460.43130.4001
Hunter Lab64.354211.203428.9754
CIE-Lab70.465415.965040.4517

#dda063 color RGB value is (221,160,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01100011
Octal 335 240 143
Decimal 221 160 99
Hex DD A0 63

RGB Percentages of Color #dda063

%46.04
%33.33
%20.63

CMYK Percentages of Color #dda063

%0
%28
%55
%13

Triadic Colors of #dda063

#dda063 #63dda0 #a063dd

Analogous Colors of #dda063

#dda063 #dddd63 #dd6363

Monochromatic Colors of #dda063

#dda063

Complementary Color

#dda063 #63a0dd

#dda063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda063 Color CSS Codes

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

#dda063 Text Font Color

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

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


#dda063 Background Color

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

This div background color is #dda063


#dda063 Border Color

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

This div border color is #dda063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda063


Comments

No comments written yet.

Please login to write comment.