Color Hex Logo

#ddd329 Color Hex

#DDD329
(221,211,41)
0 Favorites   0 Comments

Color spaces of #ddd329

RGB 22121141
HSL0.160.730.51
HSV57°81°87°
CMYK 0.000.050.81   0.13
XYZ53.513362.120811.2679
Yxy62.12080.42170.4895
Hunter Lab78.8167-16.735246.6954
CIE-Lab82.9776-13.759876.7528

#ddd329 color RGB value is (221,211,41).

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

The process color (four color CMYK) of #ddd329 color hex is 0.00, 0.05, 0.81, 0.13. Web safe color of #ddd329 is #cccc33. Color #ddd329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 00101001
Octal 335 323 51
Decimal 221 211 41
Hex DD D3 29

RGB Percentages of Color #ddd329

%46.72
%44.61
%8.67

CMYK Percentages of Color #ddd329

%0
%5
%81
%13

Triadic Colors of #ddd329

#ddd329 #29ddd3 #d329dd

Analogous Colors of #ddd329

#ddd329 #8ddd29 #dd7929

Monochromatic Colors of #ddd329

#ddd329

Complementary Color

#ddd329 #2933dd

#ddd329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd329 Color CSS Codes

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

#ddd329 Text Font Color

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

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


#ddd329 Background Color

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

This div background color is #ddd329


#ddd329 Border Color

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

This div border color is #ddd329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd329


Comments

No comments written yet.

Please login to write comment.