Color Hex Logo

#dda35a Color Hex

#DDA35A
(221,163,90)
0 Favorites   0 Comments

Color spaces of #dda35a

RGB 22116390
HSL0.090.660.61
HSV33°59°87°
CMYK 0.000.260.59   0.13
XYZ44.761442.304715.4793
Yxy42.30470.43650.4125
Hunter Lab65.04219.018631.4191
CIE-Lab71.080513.661045.7564

#dda35a color RGB value is (221,163,90).

#dda35a hex color red value is 221, green value is 163 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dda35a hue: 0.09 , saturation: 0.66 and the lightness value of dda35a is 0.61.

The process color (four color CMYK) of #dda35a color hex is 0.00, 0.26, 0.59, 0.13. Web safe color of #dda35a is #cc9966. Color #dda35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 01011010
Octal 335 243 132
Decimal 221 163 90
Hex DD A3 5A

RGB Percentages of Color #dda35a

%46.62
%34.39
%18.99

CMYK Percentages of Color #dda35a

%0
%26
%59
%13

Triadic Colors of #dda35a

#dda35a #5adda3 #a35add

Analogous Colors of #dda35a

#dda35a #d6dd5a #dd625a

Monochromatic Colors of #dda35a

#dda35a

Complementary Color

#dda35a #5a94dd

#dda35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda35a Color CSS Codes

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

#dda35a Text Font Color

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

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


#dda35a Background Color

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

This div background color is #dda35a


#dda35a Border Color

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

This div border color is #dda35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda35a


Comments

No comments written yet.

Please login to write comment.