Color Hex Logo

#ddb525 Color Hex

#DDB525
(221,181,37)
0 Favorites   0 Comments

Color spaces of #ddb525

RGB 22118137
HSL0.130.730.51
HSV47°83°87°
CMYK 0.000.180.83   0.13
XYZ46.676648.55358.6619
Yxy48.55350.44930.4673
Hunter Lab69.6803-2.369241.4060
CIE-Lab75.17271.492971.1780

#ddb525 color RGB value is (221,181,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 00100101
Octal 335 265 45
Decimal 221 181 37
Hex DD B5 25

RGB Percentages of Color #ddb525

%50.34
%41.23
%8.43

CMYK Percentages of Color #ddb525

%0
%18
%83
%13

Triadic Colors of #ddb525

#ddb525 #25ddb5 #b525dd

Analogous Colors of #ddb525

#ddb525 #a9dd25 #dd5925

Monochromatic Colors of #ddb525

#ddb525

Complementary Color

#ddb525 #254ddd

#ddb525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb525 Color CSS Codes

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

#ddb525 Text Font Color

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

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


#ddb525 Background Color

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

This div background color is #ddb525


#ddb525 Border Color

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

This div border color is #ddb525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb525


Comments

No comments written yet.

Please login to write comment.