Color Hex Logo

#ddb129 Color Hex

#DDB129
(221,177,41)
0 Favorites   0 Comments

Color spaces of #ddb129

RGB 22117741
HSL0.130.730.51
HSV45°81°87°
CMYK 0.000.200.81   0.13
XYZ45.941246.97658.7438
Yxy46.97650.45190.4621
Hunter Lab68.5394-0.297440.4138
CIE-Lab74.17473.711969.1871

#ddb129 color RGB value is (221,177,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 00101001
Octal 335 261 51
Decimal 221 177 41
Hex DD B1 29

RGB Percentages of Color #ddb129

%50.34
%40.32
%9.34

CMYK Percentages of Color #ddb129

%0
%20
%81
%13

Triadic Colors of #ddb129

#ddb129 #29ddb1 #b129dd

Analogous Colors of #ddb129

#ddb129 #afdd29 #dd5729

Monochromatic Colors of #ddb129

#ddb129

Complementary Color

#ddb129 #2955dd

#ddb129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb129 Color CSS Codes

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

#ddb129 Text Font Color

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

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


#ddb129 Background Color

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

This div background color is #ddb129


#ddb129 Border Color

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

This div border color is #ddb129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb129


Comments

No comments written yet.

Please login to write comment.