Color Hex Logo

#dda527 Color Hex

#DDA527
(221,165,39)
0 Favorites   0 Comments

Color spaces of #dda527

RGB 22116539
HSL0.120.730.51
HSV42°82°87°
CMYK 0.000.250.82   0.13
XYZ43.640142.42897.8090
Yxy42.42890.46490.4520
Hunter Lab65.13755.598938.4883
CIE-Lab71.165610.018267.1905

#dda527 color RGB value is (221,165,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00100111
Octal 335 245 47
Decimal 221 165 39
Hex DD A5 27

RGB Percentages of Color #dda527

%52.00
%38.82
%9.18

CMYK Percentages of Color #dda527

%0
%25
%82
%13

Triadic Colors of #dda527

#dda527 #27dda5 #a527dd

Analogous Colors of #dda527

#dda527 #badd27 #dd4a27

Monochromatic Colors of #dda527

#dda527

Complementary Color

#dda527 #275fdd

#dda527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda527 Color CSS Codes

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

#dda527 Text Font Color

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

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


#dda527 Background Color

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

This div background color is #dda527


#dda527 Border Color

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

This div border color is #dda527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda527


Comments

No comments written yet.

Please login to write comment.