Color Hex Logo

#dda629 Color Hex

#DDA629
(221,166,41)
0 Favorites   0 Comments

Color spaces of #dda629

RGB 22116641
HSL0.120.730.51
HSV42°81°87°
CMYK 0.000.250.81   0.13
XYZ43.855342.80478.0485
Yxy42.80470.46310.4520
Hunter Lab65.42535.156238.5040
CIE-Lab71.42229.545266.7920

#dda629 color RGB value is (221,166,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 00101001
Octal 335 246 51
Decimal 221 166 41
Hex DD A6 29

RGB Percentages of Color #dda629

%51.64
%38.79
%9.58

CMYK Percentages of Color #dda629

%0
%25
%81
%13

Triadic Colors of #dda629

#dda629 #29dda6 #a629dd

Analogous Colors of #dda629

#dda629 #badd29 #dd4c29

Monochromatic Colors of #dda629

#dda629

Complementary Color

#dda629 #2960dd

#dda629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda629 Color CSS Codes

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

#dda629 Text Font Color

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

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


#dda629 Background Color

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

This div background color is #dda629


#dda629 Border Color

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

This div border color is #dda629


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,166,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 #dda629">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda629


Comments

No comments written yet.

Please login to write comment.