Color Hex Logo

#ddc429 Color Hex

#DDC429
(221,196,41)
0 Favorites   0 Comments

Color spaces of #ddc429

RGB 22119641
HSL0.140.730.51
HSV52°81°87°
CMYK 0.000.110.81   0.13
XYZ49.959055.012110.0831
Yxy55.01210.43420.4781
Hunter Lab74.1701-9.565043.8589
CIE-Lab79.0482-6.173773.3917

#ddc429 color RGB value is (221,196,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 00101001
Octal 335 304 51
Decimal 221 196 41
Hex DD C4 29

RGB Percentages of Color #ddc429

%48.25
%42.79
%8.95

CMYK Percentages of Color #ddc429

%0
%11
%81
%13

Triadic Colors of #ddc429

#ddc429 #29ddc4 #c429dd

Analogous Colors of #ddc429

#ddc429 #9cdd29 #dd6a29

Monochromatic Colors of #ddc429

#ddc429

Complementary Color

#ddc429 #2942dd

#ddc429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc429 Color CSS Codes

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

#ddc429 Text Font Color

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

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


#ddc429 Background Color

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

This div background color is #ddc429


#ddc429 Border Color

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

This div border color is #ddc429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc429


Comments

No comments written yet.

Please login to write comment.