Color Hex Logo

#ddb621 Color Hex

#DDB621
(221,182,33)
0 Favorites   0 Comments

Color spaces of #ddb621

RGB 22118233
HSL0.130.740.50
HSV48°85°87°
CMYK 0.000.180.85   0.13
XYZ46.821348.93798.4170
Yxy48.93790.44940.4698
Hunter Lab69.9556-2.952341.8352
CIE-Lab75.41270.865872.4101

#ddb621 color RGB value is (221,182,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 00100001
Octal 335 266 41
Decimal 221 182 33
Hex DD B6 21

RGB Percentages of Color #ddb621

%50.69
%41.74
%7.57

CMYK Percentages of Color #ddb621

%0
%18
%85
%13

Triadic Colors of #ddb621

#ddb621 #21ddb6 #b621dd

Analogous Colors of #ddb621

#ddb621 #a6dd21 #dd5821

Monochromatic Colors of #ddb621

#ddb621

Complementary Color

#ddb621 #2148dd

#ddb621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb621 Color CSS Codes

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

#ddb621 Text Font Color

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

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


#ddb621 Background Color

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

This div background color is #ddb621


#ddb621 Border Color

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

This div border color is #ddb621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb621


Comments

No comments written yet.

Please login to write comment.