Color Hex Logo

#dda500 Color Hex

#DDA500
(221,165,0)
0 Favorites   0 Comments

Color spaces of #dda500

RGB 2211650
HSL0.121.000.43
HSV45°100°87°
CMYK 0.000.251.00   0.13
XYZ43.273942.28245.8805
Yxy42.28240.47330.4624
Hunter Lab65.02494.997640.1556
CIE-Lab71.06529.369274.5136

#dda500 color RGB value is (221,165,0).

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

The process color (four color CMYK) of #dda500 color hex is 0.00, 0.25, 1.00, 0.13. Web safe color of #dda500 is #cc9900. Color #dda500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00000000
Octal 335 245 0
Decimal 221 165 0
Hex DD A5 0

RGB Percentages of Color #dda500

%57.25
%42.75
%0.00

CMYK Percentages of Color #dda500

%0
%25
%100
%13

Triadic Colors of #dda500

#dda500 #00dda5 #a500dd

Analogous Colors of #dda500

#dda500 #a7dd00 #dd3700

Monochromatic Colors of #dda500

#dda500

Complementary Color

#dda500 #0038dd

#dda500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda500 Color CSS Codes

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

#dda500 Text Font Color

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

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


#dda500 Background Color

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

This div background color is #dda500


#dda500 Border Color

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

This div border color is #dda500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda500


Comments

No comments written yet.

Please login to write comment.