Color Hex Logo

#ddb521 Color Hex

#DDB521
(221,181,33)
0 Favorites   0 Comments

Color spaces of #ddb521

RGB 22118133
HSL0.130.740.50
HSV47°85°87°
CMYK 0.000.180.85   0.13
XYZ46.617248.52978.3490
Yxy48.52970.45040.4689
Hunter Lab69.6633-2.462241.6585
CIE-Lab75.15781.389872.2007

#ddb521 color RGB value is (221,181,33).

#ddb521 hex color red value is 221, green value is 181 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ddb521 hue: 0.13 , saturation: 0.74 and the lightness value of ddb521 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 00100001
Octal 335 265 41
Decimal 221 181 33
Hex DD B5 21

RGB Percentages of Color #ddb521

%50.80
%41.61
%7.59

CMYK Percentages of Color #ddb521

%0
%18
%85
%13

Triadic Colors of #ddb521

#ddb521 #21ddb5 #b521dd

Analogous Colors of #ddb521

#ddb521 #a7dd21 #dd5721

Monochromatic Colors of #ddb521

#ddb521

Complementary Color

#ddb521 #2149dd

#ddb521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb521 Color CSS Codes

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

#ddb521 Text Font Color

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

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


#ddb521 Background Color

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

This div background color is #ddb521


#ddb521 Border Color

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

This div border color is #ddb521


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,181,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb521">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb521


Comments

No comments written yet.

Please login to write comment.