Color Hex Logo

#dcd129 Color Hex

#DCD129
(220,209,41)
0 Favorites   0 Comments

Color spaces of #dcd129

RGB 22020941
HSL0.160.720.51
HSV56°81°86°
CMYK 0.000.050.81   0.14
XYZ52.715960.976711.0891
Yxy60.97670.42250.4887
Hunter Lab78.0876-16.150346.2416
CIE-Lab82.3662-13.185476.1980

#dcd129 color RGB value is (220,209,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 00101001
Octal 334 321 51
Decimal 220 209 41
Hex DC D1 29

RGB Percentages of Color #dcd129

%46.81
%44.47
%8.72

CMYK Percentages of Color #dcd129

%0
%5
%81
%14

Triadic Colors of #dcd129

#dcd129 #29dcd1 #d129dc

Analogous Colors of #dcd129

#dcd129 #8edc29 #dc7829

Monochromatic Colors of #dcd129

#dcd129

Complementary Color

#dcd129 #2934dc

#dcd129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd129 Color CSS Codes

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

#dcd129 Text Font Color

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

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


#dcd129 Background Color

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

This div background color is #dcd129


#dcd129 Border Color

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

This div border color is #dcd129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd129


Comments

No comments written yet.

Please login to write comment.