Color Hex Logo

#ddb825 Color Hex

#DDB825
(221,184,37)
0 Favorites   0 Comments

Color spaces of #ddb825

RGB 22118437
HSL0.130.730.51
HSV48°83°87°
CMYK 0.000.170.83   0.13
XYZ47.293249.78678.8674
Yxy49.78670.44640.4699
Hunter Lab70.5597-3.838441.9407
CIE-Lab75.9382-0.077071.8228

#ddb825 color RGB value is (221,184,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 00100101
Octal 335 270 45
Decimal 221 184 37
Hex DD B8 25

RGB Percentages of Color #ddb825

%50.00
%41.63
%8.37

CMYK Percentages of Color #ddb825

%0
%17
%83
%13

Triadic Colors of #ddb825

#ddb825 #25ddb8 #b825dd

Analogous Colors of #ddb825

#ddb825 #a6dd25 #dd5c25

Monochromatic Colors of #ddb825

#ddb825

Complementary Color

#ddb825 #254add

#ddb825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb825 Color CSS Codes

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

#ddb825 Text Font Color

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

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


#ddb825 Background Color

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

This div background color is #ddb825


#ddb825 Border Color

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

This div border color is #ddb825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb825


Comments

No comments written yet.

Please login to write comment.