Color Hex Logo

#dddc29 Color Hex

#DDDC29
(221,220,41)
0 Favorites   0 Comments

Color spaces of #dddc29

RGB 22122041
HSL0.170.730.51
HSV60°81°87°
CMYK 0.000.000.81   0.13
XYZ55.812266.718612.0342
Yxy66.71860.41480.4958
Hunter Lab81.6815-20.975148.4418
CIE-Lab85.3616-18.206278.7811

#dddc29 color RGB value is (221,220,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 00101001
Octal 335 334 51
Decimal 221 220 41
Hex DD DC 29

RGB Percentages of Color #dddc29

%45.85
%45.64
%8.51

CMYK Percentages of Color #dddc29

%0
%0
%81
%13

Triadic Colors of #dddc29

#dddc29 #29dddc #dc29dd

Analogous Colors of #dddc29

#dddc29 #84dd29 #dd8229

Monochromatic Colors of #dddc29

#dddc29

Complementary Color

#dddc29 #292add

#dddc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc29 Color CSS Codes

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

#dddc29 Text Font Color

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

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


#dddc29 Background Color

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

This div background color is #dddc29


#dddc29 Border Color

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

This div border color is #dddc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc29


Comments

No comments written yet.

Please login to write comment.