Color Hex Logo

#dda905 Color Hex

#DDA905
(221,169,5)
0 Favorites   0 Comments

Color spaces of #dda905

RGB 2211695
HSL0.130.960.44
HSV46°98°87°
CMYK 0.000.240.98   0.13
XYZ44.034243.75906.2691
Yxy43.75900.46810.4652
Hunter Lab66.15063.057940.6865
CIE-Lab72.06717.290174.6112

#dda905 color RGB value is (221,169,5).

#dda905 hex color red value is 221, green value is 169 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #dda905 hue: 0.13 , saturation: 0.96 and the lightness value of dda905 is 0.44.

The process color (four color CMYK) of #dda905 color hex is 0.00, 0.24, 0.98, 0.13. Web safe color of #dda905 is #cc9900. Color #dda905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 00000101
Octal 335 251 5
Decimal 221 169 5
Hex DD A9 5

RGB Percentages of Color #dda905

%55.95
%42.78
%1.27

CMYK Percentages of Color #dda905

%0
%24
%98
%13

Triadic Colors of #dda905

#dda905 #05dda9 #a905dd

Analogous Colors of #dda905

#dda905 #a5dd05 #dd3d05

Monochromatic Colors of #dda905

#dda905

Complementary Color

#dda905 #0539dd

#dda905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda905 Color CSS Codes

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

#dda905 Text Font Color

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

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


#dda905 Background Color

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

This div background color is #dda905


#dda905 Border Color

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

This div border color is #dda905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda905


Comments

No comments written yet.

Please login to write comment.