Color Hex Logo

#dda523 Color Hex

#DDA523
(221,165,35)
0 Favorites   0 Comments

Color spaces of #dda523

RGB 22116535
HSL0.120.730.50
HSV42°84°87°
CMYK 0.000.250.84   0.13
XYZ43.577342.40387.4781
Yxy42.40380.46630.4537
Hunter Lab65.11825.495938.7739
CIE-Lab71.14849.907268.3516

#dda523 color RGB value is (221,165,35).

#dda523 hex color red value is 221, green value is 165 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dda523 hue: 0.12 , saturation: 0.73 and the lightness value of dda523 is 0.50.

The process color (four color CMYK) of #dda523 color hex is 0.00, 0.25, 0.84, 0.13. Web safe color of #dda523 is #cc9933. Color #dda523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00100011
Octal 335 245 43
Decimal 221 165 35
Hex DD A5 23

RGB Percentages of Color #dda523

%52.49
%39.19
%8.31

CMYK Percentages of Color #dda523

%0
%25
%84
%13

Triadic Colors of #dda523

#dda523 #23dda5 #a523dd

Analogous Colors of #dda523

#dda523 #b8dd23 #dd4823

Monochromatic Colors of #dda523

#dda523

Complementary Color

#dda523 #235bdd

#dda523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda523 Color CSS Codes

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

#dda523 Text Font Color

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

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


#dda523 Background Color

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

This div background color is #dda523


#dda523 Border Color

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

This div border color is #dda523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda523


Comments

No comments written yet.

Please login to write comment.