Color Hex Logo

#dda953 Color Hex

#DDA953
(221,169,83)
0 Favorites   0 Comments

Color spaces of #dda953

RGB 22116983
HSL0.100.670.60
HSV37°62°87°
CMYK 0.000.240.62   0.13
XYZ45.568144.372614.3467
Yxy44.37260.43690.4255
Hunter Lab66.61285.535033.8594
CIE-Lab72.47689.965250.7745

#dda953 color RGB value is (221,169,83).

#dda953 hex color red value is 221, green value is 169 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dda953 hue: 0.10 , saturation: 0.67 and the lightness value of dda953 is 0.60.

The process color (four color CMYK) of #dda953 color hex is 0.00, 0.24, 0.62, 0.13. Web safe color of #dda953 is #cc9966. Color #dda953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01010011
Octal 335 251 123
Decimal 221 169 83
Hex DD A9 53

RGB Percentages of Color #dda953

%46.72
%35.73
%17.55

CMYK Percentages of Color #dda953

%0
%24
%62
%13

Triadic Colors of #dda953

#dda953 #53dda9 #a953dd

Analogous Colors of #dda953

#dda953 #ccdd53 #dd6453

Monochromatic Colors of #dda953

#dda953

Complementary Color

#dda953 #5387dd

#dda953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda953 Color CSS Codes

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

#dda953 Text Font Color

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

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


#dda953 Background Color

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

This div background color is #dda953


#dda953 Border Color

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

This div border color is #dda953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda953


Comments

No comments written yet.

Please login to write comment.