Color Hex Logo

#ddb528 Color Hex

#DDB528
(221,181,40)
0 Favorites   0 Comments

Color spaces of #ddb528

RGB 22118140
HSL0.130.730.51
HSV47°82°87°
CMYK 0.000.180.82   0.13
XYZ46.725748.57318.9203
Yxy48.57310.44830.4661
Hunter Lab69.6944-2.292241.1975
CIE-Lab75.18501.578370.3521

#ddb528 color RGB value is (221,181,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 00101000
Octal 335 265 50
Decimal 221 181 40
Hex DD B5 28

RGB Percentages of Color #ddb528

%50.00
%40.95
%9.05

CMYK Percentages of Color #ddb528

%0
%18
%82
%13

Triadic Colors of #ddb528

#ddb528 #28ddb5 #b528dd

Analogous Colors of #ddb528

#ddb528 #abdd28 #dd5b28

Monochromatic Colors of #ddb528

#ddb528

Complementary Color

#ddb528 #2850dd

#ddb528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb528 Color CSS Codes

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

#ddb528 Text Font Color

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

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


#ddb528 Background Color

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

This div background color is #ddb528


#ddb528 Border Color

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

This div border color is #ddb528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb528


Comments

No comments written yet.

Please login to write comment.