Color Hex Logo

#ddb620 Color Hex

#DDB620
(221,182,32)
0 Favorites   0 Comments

Color spaces of #ddb620

RGB 22118232
HSL0.130.750.50
HSV48°86°87°
CMYK 0.000.180.86   0.13
XYZ46.807548.93238.3444
Yxy48.93230.44970.4701
Hunter Lab69.9516-2.973741.8935
CIE-Lab75.40920.842072.6498

#ddb620 color RGB value is (221,182,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 00100000
Octal 335 266 40
Decimal 221 182 32
Hex DD B6 20

RGB Percentages of Color #ddb620

%50.80
%41.84
%7.36

CMYK Percentages of Color #ddb620

%0
%18
%86
%13

Triadic Colors of #ddb620

#ddb620 #20ddb6 #b620dd

Analogous Colors of #ddb620

#ddb620 #a6dd20 #dd5720

Monochromatic Colors of #ddb620

#ddb620

Complementary Color

#ddb620 #2047dd

#ddb620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb620 Color CSS Codes

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

#ddb620 Text Font Color

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

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


#ddb620 Background Color

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

This div background color is #ddb620


#ddb620 Border Color

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

This div border color is #ddb620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb620


Comments

No comments written yet.

Please login to write comment.