Color Hex Logo

#dda929 Color Hex

#DDA929
(221,169,41)
0 Favorites   0 Comments

Color spaces of #dda929

RGB 22116941
HSL0.120.730.51
HSV43°81°87°
CMYK 0.000.240.81   0.13
XYZ44.407043.90828.2324
Yxy43.90820.45990.4548
Hunter Lab66.26333.662939.0182
CIE-Lab72.16717.947967.4418

#dda929 color RGB value is (221,169,41).

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

The process color (four color CMYK) of #dda929 color hex is 0.00, 0.24, 0.81, 0.13. Web safe color of #dda929 is #cc9933. Color #dda929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 00101001
Octal 335 251 51
Decimal 221 169 41
Hex DD A9 29

RGB Percentages of Color #dda929

%51.28
%39.21
%9.51

CMYK Percentages of Color #dda929

%0
%24
%81
%13

Triadic Colors of #dda929

#dda929 #29dda9 #a929dd

Analogous Colors of #dda929

#dda929 #b7dd29 #dd4f29

Monochromatic Colors of #dda929

#dda929

Complementary Color

#dda929 #295ddd

#dda929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda929 Color CSS Codes

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

#dda929 Text Font Color

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

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


#dda929 Background Color

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

This div background color is #dda929


#dda929 Border Color

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

This div border color is #dda929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda929


Comments

No comments written yet.

Please login to write comment.