Color Hex Logo

#dda526 Color Hex

#DDA526
(221,165,38)
0 Favorites   0 Comments

Color spaces of #dda526

RGB 22116538
HSL0.120.730.51
HSV42°83°87°
CMYK 0.000.250.83   0.13
XYZ43.623842.42247.7228
Yxy42.42240.46520.4524
Hunter Lab65.13255.572238.5627
CIE-Lab71.16129.989467.4897

#dda526 color RGB value is (221,165,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00100110
Octal 335 245 46
Decimal 221 165 38
Hex DD A5 26

RGB Percentages of Color #dda526

%52.12
%38.92
%8.96

CMYK Percentages of Color #dda526

%0
%25
%83
%13

Triadic Colors of #dda526

#dda526 #26dda5 #a526dd

Analogous Colors of #dda526

#dda526 #badd26 #dd4a26

Monochromatic Colors of #dda526

#dda526

Complementary Color

#dda526 #265edd

#dda526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda526 Color CSS Codes

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

#dda526 Text Font Color

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

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


#dda526 Background Color

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

This div background color is #dda526


#dda526 Border Color

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

This div border color is #dda526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda526


Comments

No comments written yet.

Please login to write comment.