Color Hex Logo

#ddb520 Color Hex

#DDB520
(221,181,32)
0 Favorites   0 Comments

Color spaces of #ddb520

RGB 22118132
HSL0.130.750.50
HSV47°86°87°
CMYK 0.000.180.86   0.13
XYZ46.603448.52428.2763
Yxy48.52420.45070.4693
Hunter Lab69.6593-2.483941.7172
CIE-Lab75.15441.365772.4422

#ddb520 color RGB value is (221,181,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 00100000
Octal 335 265 40
Decimal 221 181 32
Hex DD B5 20

RGB Percentages of Color #ddb520

%50.92
%41.71
%7.37

CMYK Percentages of Color #ddb520

%0
%18
%86
%13

Triadic Colors of #ddb520

#ddb520 #20ddb5 #b520dd

Analogous Colors of #ddb520

#ddb520 #a7dd20 #dd5720

Monochromatic Colors of #ddb520

#ddb520

Complementary Color

#ddb520 #2048dd

#ddb520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb520 Color CSS Codes

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

#ddb520 Text Font Color

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

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


#ddb520 Background Color

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

This div background color is #ddb520


#ddb520 Border Color

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

This div border color is #ddb520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb520


Comments

No comments written yet.

Please login to write comment.