Color Hex Logo

#dda501 Color Hex

#DDA501
(221,165,1)
0 Favorites   0 Comments

Color spaces of #dda501

RGB 2211651
HSL0.120.990.44
HSV45°100°87°
CMYK 0.000.251.00   0.13
XYZ43.279442.28465.9094
Yxy42.28460.47310.4623
Hunter Lab65.02665.006740.1306
CIE-Lab71.06679.378974.3926

#dda501 color RGB value is (221,165,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00000001
Octal 335 245 1
Decimal 221 165 1
Hex DD A5 1

RGB Percentages of Color #dda501

%57.11
%42.64
%0.26

CMYK Percentages of Color #dda501

%0
%25
%100
%13

Triadic Colors of #dda501

#dda501 #01dda5 #a501dd

Analogous Colors of #dda501

#dda501 #a7dd01 #dd3701

Monochromatic Colors of #dda501

#dda501

Complementary Color

#dda501 #0139dd

#dda501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda501 Color CSS Codes

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

#dda501 Text Font Color

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

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


#dda501 Background Color

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

This div background color is #dda501


#dda501 Border Color

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

This div border color is #dda501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda501


Comments

No comments written yet.

Please login to write comment.